Lecture overview -- Keyboard shortcut: 'u'  Previous page: A Unit Test example in C# (1) -- Keyboard shortcut: 'p'  Next page: NUnit for C# -- 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 23 : 35

A Unit Test example in C# (2)
Unit test of an erroneous version of class BankAccount
bank-account.cs
The class BankAccount - with an error.
bank-account-test.cs
The class BankAccountTest - same as before.