Size: 732
Comment:
|
← Revision 3 as of 2011-01-18 19:31:43 ⇥
Size: 668
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 15: | Line 15: |
I will grade your DES implementation using IdesGradeable. To test it yourself, you will need to implement your own user interface, but I do not need that to grade your program. You may also wish to use an abstract class called [[AdesHelpers]], but it is not required. I will use unit testing to determine your grade. You may use the unit tests to test your implementation as well. If you pass all the tests, you will get 100% on the project. | I will grade your DES implementation using IdesGradeable. To test it yourself, you will need to implement your own user interface, but I do not need that to grade your program. You may also wish to use an abstract class called [[AdesHelpers]], but it is not required. I will use unit testing to determine your grade. If you pass all the tests, you will get 100% on the project. |
DES Lecture and Assignment
DES Lecture
The lecture notes can be found here.
Programming Assignment
Requirements:
- Language: C#
- Project Type: Class Library
Library must implement the IdesGradeable interface
I will grade your DES implementation using IdesGradeable. To test it yourself, you will need to implement your own user interface, but I do not need that to grade your program. You may also wish to use an abstract class called AdesHelpers, but it is not required. I will use unit testing to determine your grade. If you pass all the tests, you will get 100% on the project.