예제 #1
0
 public static void TestSetUp(TestContext context)
 {
     _fakeDie = new FakeDie();
     Die.Instance = _fakeDie;
 }
예제 #2
0
 public static void TestSetUp(TestContext context)
 {
     _fakeDie     = new FakeDie();
     Die.Instance = _fakeDie;
 }