|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jamonapi.TestClass
Class used to test all classes in JAMon. It is only used during testing. Mostly it calls other classes Main method. JAMon places test code in main() methods. TestClass also adds test code of its own
Constructor Summary | |
---|---|
protected |
TestClass()
|
|
TestClass(int threadNum,
long lobits,
long hibits,
AccumulateMonitor mon)
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
|
void |
run()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TestClass(int threadNum, long lobits, long hibits, AccumulateMonitor mon)
protected TestClass()
Method Detail |
public void run()
run
in interface java.lang.Runnable
public static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |