test.performance
Class PerformanceSUITE

java.lang.Object
  extended by junit.framework.TestSuite
      extended by test.performance.PerformanceSUITE
All Implemented Interfaces:
junit.framework.Test

public class PerformanceSUITE
extends junit.framework.TestSuite

Author:
Juha Lindfors.

Field Summary
static int ITERATION_COUNT
           
static int REGISTRATION_ITERATION_COUNT
           
static int REPEAT_COUNT
           
static int SECOND
           
static int SERIALIZE_ITERATION_COUNT
           
static int THROUGHPUT_TIME
           
static int TIMER_ITERATION_COUNT
           
 
Constructor Summary
PerformanceSUITE()
           
 
Method Summary
static void main(String[] args)
           
static junit.framework.Test suite()
           
 
Methods inherited from class junit.framework.TestSuite
addTest, addTestSuite, countTestCases, createTest, getName, getTestConstructor, run, runTest, setName, testAt, testCount, tests, toString, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SECOND

public static final int SECOND
See Also:
Constant Field Values

THROUGHPUT_TIME

public static final int THROUGHPUT_TIME
See Also:
Constant Field Values

ITERATION_COUNT

public static final int ITERATION_COUNT
See Also:
Constant Field Values

REGISTRATION_ITERATION_COUNT

public static final int REGISTRATION_ITERATION_COUNT
See Also:
Constant Field Values

REPEAT_COUNT

public static final int REPEAT_COUNT
See Also:
Constant Field Values

SERIALIZE_ITERATION_COUNT

public static final int SERIALIZE_ITERATION_COUNT
See Also:
Constant Field Values

TIMER_ITERATION_COUNT

public static final int TIMER_ITERATION_COUNT
See Also:
Constant Field Values
Constructor Detail

PerformanceSUITE

public PerformanceSUITE()
Method Detail

main

public static void main(String[] args)

suite

public static junit.framework.Test suite()


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.