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

A Unit Test example in C# (1)
Unit test of the class BankAccount
bank-account.cs
The class BankAccount.
bank-account-test.cs
The class BankAccountTest.
compiling
Compilation and execution.