grace.log.test
Class GeneralTest
java.lang.Object
|
+--grace.test.Base
|
+--grace.log.test.GeneralTest
- public class GeneralTest
- extends grace.test.Base
Testing for the log system. This will eventually be broken out
into individual tests in the test directory.
Fields inherited from class grace.test.Base |
properties |
Methods inherited from class grace.test.Base |
check,
report |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
GeneralTest
public GeneralTest(int numThreads)
main
public static void main(java.lang.String[] args)
testFunction
public static void testFunction()
testThrowFunction
public static void testThrowFunction()
throws java.io.IOException
testNullPointerException
public static void testNullPointerException()
run
public void run()
logSomeMessages
public void logSomeMessages()