Test of Object-oriented Programs
- slide 23 : 35
A Unit Test example in C# (2)
Unit test of an erroneous version of class BankAccount
The class BankAccount - with an error.
The class BankAccountTest - same as before.