示例#1
0
 public void Initialize()
 {
     _testClass = new MoneySpentDifferentOrderingNoQuickBreakout();
 }
 public void Initialize()
 {
     _testClass = new MoneySpentSameOrdering();
 }
示例#3
0
 public void Initialize()
 {
     _testClass = new MoneySpentDifferentOrdering();
 }