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

/glassfish-3.1.2/tests/quicklook/weld/numberguess/src/java/numberguess/
H A DFoo.java43 public class Foo implements java.io.Serializable { class in inherits:java.io.Serializable
H A DInterceptorA.java56 @Inject Foo foo;
/glassfish-3.1.2/tests/amx/src/org/glassfish/admin/amxtest/monitor/
H A DStatisticTest.java75 private final int Foo; field in class:StatisticTest.TestStatistic
81 Foo = 999;
85 public int getFoo() { return (Foo); }
96 assert (testMap.getValue("Foo").equals(new Integer(test.getFoo())));
103 assert (values.contains("Foo"));
107 assert (new Integer(test.getFoo()).equals(roundTrip.getValue("Foo")));

Completed in 20 milliseconds