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 together  Annotated slide -- Keyboard shortcut: 't'  Textbook -- Keyboard shortcut: 'v'  Alphabetic index  Help page about these notes  Course home    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
set.cs
The class Set<T>.
set-test.cs
The class SetTest.
Go to exercise
Test of class Set