Exemplo n.º 1
0
 public void MyTestInitialize()
 {
     controller = new InventoryController();
 }
Exemplo n.º 2
0
 public void MyTestCleanup()
 {
     controller = null;
 }