Beispiel #1
0
 @Test
 public void testRun() throws Exception {
   Pop pop = new Pop(0, "abc");
   pop.run(scope);
   BWVariable variable = scope.getVariable("abc");
   assertEquals(312, variable.getIntValue());
 }