com.retek.rcom.tool.perftest
Class PerformanceTester
java.lang.Object
com.retek.rcom.tool.perftest.PerformanceTester
- public class PerformanceTester
- extends java.lang.Object
This class tests performance of test suites and is run as a Java application.
One argument is required, the name of the constraint properties file.
Add the name of your test suite to the constraint file.
For each test, defined as a method within a test case, add the following 3 constraints
to the PerformanceConstraints.properties file:
1) a minimum variance in milliseconds
2) a maximum time in milliseconds
3) a variance threshold as a decimal
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PerformanceTester
public PerformanceTester()
main
public static void main(java.lang.String[] args)
throws java.lang.Exception
- Throws:
java.lang.Exception
runPerformanceTests
public static void runPerformanceTests(java.io.File configFile)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28