Test of Object-oriented Programs
- slide 28 : 35
Another Unit Test example in C#
Unit test of the class
Set<T>
from the lecture about generics
The class
Set<T>
.
The class SetTest.
Test of class Set