FileDocCategorySizeDatePackage
TestOther.javaAPI DocExample647Wed Nov 20 17:21:42 GMT 2002com.oreilly.javaxp.xdoclet.perf

TestOther

public class TestOther extends TestCase
author
Brian M. Coyner
version
$Id: TestOther.java,v 1.2 2002/11/20 00:09:16 jepc Exp $

Fields Summary
Constructors Summary
Methods Summary
public voidtestOne()

junitperf.timedtest
maxElapsedTime="1100" waitForCompletion="true"

        Thread.sleep(1000);
    
public voidtestTwo()

junitperf.timedtest
maxElapsedTime="1000" waitForCompletion="true"

        Thread.sleep(500);