net.grinder.script
Class TestTest

java.lang.Object
  extended by net.grinder.script.TestTest

public class TestTest
extends Object

Unit tests for Test.

Author:
Philip Aston

Constructor Summary
TestTest()
           
 
Method Summary
 void setUp()
           
 void testEquality()
           
 void testGetters()
           
 void testIsSerializable()
           
 void testOrdering()
           
 void testRecord()
           
 void testSelectiveRecord()
           
 void testWrap()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestTest

public TestTest()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception

testGetters

public void testGetters()
                 throws Exception
Throws:
Exception

testOrdering

public void testOrdering()
                  throws Exception
Throws:
Exception

testEquality

public void testEquality()
                  throws Exception
Throws:
Exception

testIsSerializable

public void testIsSerializable()
                        throws Exception
Throws:
Exception

testWrap

public void testWrap()
              throws Exception
Throws:
Exception

testRecord

public void testRecord()
                throws Exception
Throws:
Exception

testSelectiveRecord

public void testSelectiveRecord()
                         throws Exception
Throws:
Exception


Copyright © 2000-2013. All Rights Reserved.