Example #1
0
 /** Test of getName method, of class Variable. */
 @Test
 public void testGetName() {
   String expResult = "a";
   String result = instance.getName();
   assertEquals(expResult, result);
 }