Lecture overview -- Keyboard shortcut: 'u'  Previous page: Unit Test Concepts  -- Keyboard shortcut: 'p'  Next page: Unit test of struct Interval -- Keyboard shortcut: 'n'  Lecture notes - all slides and notes together  slide -- Keyboard shortcut: 't'  Textbook -- Keyboard shortcut: 'v'  Help page about these notes  Alphabetic index  Course home  Page 28 : 35
Object-oriented Programming in C#
Test of Object-oriented Programs
Another Unit Test example in C#

Unit test of the class Set<T> from the lecture about generics

/user/normark/oop-csharp-1/sources/c-sharp/unit-testing/set/set.csThe class Set<T>.


/user/normark/oop-csharp-1/sources/c-sharp/unit-testing/set/set-test.csThe class SetTest.


Go to exerciseTest of class Set