Save This Page
Home » dom4j-1.6.1 » org.dom4j.util » [javadoc | source]
org.dom4j.util
public class: PerThreadSingletonTest [javadoc | source]
java.lang.Object
   junit.framework.TestCase
      org.dom4j.util.PerThreadSingletonTest
PerThreadSingleton Tester.
Constructor:
 public PerThreadSingletonTest(String name) 
Method from org.dom4j.util.PerThreadSingletonTest Summary:
makeRepeatedLoadTest,   setUp,   suite,   tearDown,   testInstance
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.dom4j.util.PerThreadSingletonTest Detail:
 protected static Test makeRepeatedLoadTest(int users,
    int iterations,
    String testMethod) 
    JUnit method to exercise test via threads and loops
 public  void setUp() throws Exception 
 public static Test suite() 
    Assembles and returns a test suite.
 public  void tearDown() throws Exception 
 public  void testInstance() throws Exception