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.


Inner Class Summary
static class GeneralTest.TestObject
           
static class GeneralTest.TestRemoteClass
           
 
Fields inherited from class grace.test.Base
properties
 
Constructor Summary
GeneralTest(int numThreads)
           
 
Method Summary
 void logSomeMessages()
           
static void main(java.lang.String[] args)
           
 void run()
           
static void testFunction()
           
static void testNullPointerException()
           
static void testThrowFunction()
           
 
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
 

Constructor Detail

GeneralTest

public GeneralTest(int numThreads)
Method Detail

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()