Hitta testmetoder via reflexion
This commit is contained in:
@ -30,10 +30,7 @@ namespace TestRunner
|
||||
|
||||
private void ButtonBase_OnClick(object sender, RoutedEventArgs e)
|
||||
{
|
||||
var testClass = new TestingLib.TestThePaymentDate();
|
||||
testClass.DateIs30DaysInFuture();
|
||||
testClass.ReturnsMondayIfProposedIsSaturday();
|
||||
testClass.ReturnsMondayIfProposedIsSunday();
|
||||
TestingLib.Assert.RunTests();
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user