YEAH BABY!!!!!!!!
This message was sent by an automated reply program.
Please do not reply to this message.
We received the mail that you sent
To: eecs280@eecs.umich.edu
Date: Sun, 23 Mar 2003 22:26:12 -0500 (EST)
------------------------------
Testing Dictionary ADT separate from proj5.cpp
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Your code compiled correctly.
Test 1 -- DictionaryString functions
.................................. worth 4 points: passed
Test 2 -- Dictionary default ctor, size, capacity
.................................. worth 4 points: passed
Test 3 -- Dictionary 1-param ctor, size, capacity
.................................. worth 4 points: passed
Test 4 -- Dictionary insert(), dump()
.................................. worth 4 points: passed
Test 5 -- Dictionary index(), has()
.................................. worth 4 points: passed
Test 6 -- Dictionary resize(), clear()
.................................. worth 4 points: passed
Test 7 -- Dictionary dynamic allocation and deallocation
.................................. worth 4 points: passed
Test 8 -- Dictionary copy constructor
.................................. worth 4 points: passed
Test 9 -- Dictionary bracket operator
.................................. worth 4 points: passed
Test 10 -- Dictionary load function
.................................. worth 4 points: passed
-----------------------------------------------------------------------
Testing Dictionary ADT separate from proj5.cpp
Total score ............................................. 40 out of 40
Testing proj5.cpp
~~~~~~~~~~~~~~~~~
Your code compiled correctly.
====================================================
Note: Failure to handle null inputs at any prompt
may cause your program to fail some tests
other than those labeled 'Null input'
====================================================
Test 11 -- Just quit
.................................. worth 2 points: passed
Test 12 -- Null input at main menu prompt
.................................. worth 2 points: passed
Test 13 -- Save dictionary (empty dictionary)
.................................. worth 2 points: passed
Test 14 -- Null input at file prompt while saving dictionary
.................................. worth 2 points: passed
Test 15 -- Unable to open file to save dictionary
.................................. worth 2 points: passed
Test 16 -- Simple load and save (console interactions)
.................................. worth 1 points: passed
Test 17 -- Simple load and save (file output)
.................................. worth 2 points: passed
Test 18 -- Unable to open file to load dictionary
.................................. worth 2 points: passed
Test 19 -- Load large dictionary and save (console interaction)
.................................. worth 1 points: passed
Test 20 -- Load large dictionary and save (file output)
.................................. worth 2 points: passed
Test 21 -- Simple add word and save (console)
.................................. worth 1 points: passed
Test 22 -- Simple add word and save (file output)
.................................. worth 2 points: passed
Test 23 -- Add words (not so simple) and save
.................................. worth 2 points: passed
Test 24 -- Add words, clear and save dictionary
.................................. worth 2 points: passed
Test 25 -- Spell-check file using just 'continue'
.................................. worth 3 points: passed
Test 26 -- Spell-check file and add to dictionary
.................................. worth 3 points: passed
Test 27 -- Spell-check file with words in dictionary and adding
.................................. worth 3 points: passed
Test 28 -- Spell-check file, removing and adding words
.................................. worth 3 points: passed
Test 29 -- Spell-check file, removing and adding (more involved)
.................................. worth 3 points: passed
Test 30 -- Spell-check file, adding and replacing (more involved)
.................................. worth 3 points: passed
Test 31 -- Spell-check file, adding editing and continuing
.................................. worth 3 points: passed
Test 32 -- Full sample run from web
.................................. worth 4 points: passed
Test 33 -- Fatal error at any prompt (unhandled EOF)
.................................. worth 10 points: passed
-----------------------------------------------------------------------
Testing proj5.cpp
Total score ............................................. 60 out of 60
=======================================================================
Grading for correctness of project 5
Total score ............................................. 100 out of 100
Total score: 100
No comments:
Post a Comment