
Public Member Functions | |
| JPLTest (String testName) | |
| void | testThreadedAdds () |
Protected Member Functions | |
| void | setUp () throws Exception |
Private Attributes | |
| CountDownLatch | latch |
Definition at line 19 of file JPLTest.java.
| jpl::test::JPLTest::JPLTest | ( | String | testName | ) | [inline] |
Definition at line 22 of file JPLTest.java.
| void jpl::test::JPLTest::setUp | ( | ) | throws Exception [inline, protected] |
Definition at line 25 of file JPLTest.java.
| void jpl::test::JPLTest::testThreadedAdds | ( | ) | [inline] |
Definition at line 44 of file JPLTest.java.
CountDownLatch jpl::test::JPLTest::latch [private] |
Definition at line 21 of file JPLTest.java.