Exemplo n.º 1
0
 public void Teardown()
 {
     context   = null;
     registry  = null;
     caretaker = null;
 }
Exemplo n.º 2
0
 public void Setup()
 {
     context   = new UTinyContext();
     registry  = context.Registry;
     caretaker = context.Caretaker;
 }