Exemple #1
0
 public void CornerMenuConstructorTest()
 {
     CornerMenu.CornerMenuLocation menuLocation = new CornerMenu.CornerMenuLocation(); // TODO: Initialize to an appropriate value
     CornerMenu target = new CornerMenu(menuLocation);
     Assert.Inconclusive("TODO: Implement code to verify target");
 }
Exemple #2
0
 public void showExitMenuTest()
 {
     CornerMenusMgr_Accessor target = new CornerMenusMgr_Accessor(); // TODO: Initialize to an appropriate value
     double orientation = 0F; // TODO: Initialize to an appropriate value
     CornerMenu.CornerMenuLocation location = new CornerMenu.CornerMenuLocation(); // TODO: Initialize to an appropriate value
     target.showExitMenu(orientation, location);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }