unit-testing/bank/compiling - Compilation and execution. | Lecture 14 - slide 22 : 35 Program 3 |
csc /t:library bank-account.cs csc /r:bank-account.dll /r:nunit.framework.dll /t:library bank-account-test.cs Execute bank-account-test.dll with NUnit test runner