예제 #1
0
 public void Teardown()
 {
     context   = null;
     registry  = null;
     caretaker = null;
 }
예제 #2
0
 public void Setup()
 {
     context   = new UTinyContext();
     registry  = context.Registry;
     caretaker = context.Caretaker;
 }