Searched refs:Bar (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/tests/amx/src/org/glassfish/admin/amxtest/monitor/
H A DStatisticTest.java76 private final String Bar; field in class:StatisticTest.TestStatistic
82 Bar = "Bar";
87 public String getBar() { return (Bar); }
97 assert (testMap.getValue("Bar").equals(test.getBar()));
104 assert (values.contains("Bar"));
108 assert (test.getBar().equals(roundTrip.getValue("Bar")));

Completed in 11 milliseconds