Definition at line 23 of file ResourceSetTest.java.
Static Public Member Functions | |
void | main (String args[]) |
Test for the rk.ResourceSet class. | |
Static Public Attributes | |
boolean | verbose |
Verbosity flag, turned on when any arguments are passed to main. | |
Static Private Attributes | |
volatile int | counter |
Volatile counter variable for an empty 'for' loop, otherwise, it might get optimized away. |
|
Test for the rk.ResourceSet class.
Definition at line 42 of file ResourceSetTest.java. |