| java.lang.Object com.clarkware.junitperf.ExampleLoadTest
toleranceInMillis | final public static long toleranceInMillis(Code) | | |
make1SecondResponse10UserLoad1SecondDelayIterationTest | protected static Test make1SecondResponse10UserLoad1SecondDelayIterationTest()(Code) | | Decorates a one second response time test as a 10
user load test with 10 iterations per user, a maximum
elapsed time of 20 seconds, and a 1 second delay
between users.
Test. |
make1SecondResponse1UserLoadIterationTest | protected static Test make1SecondResponse1UserLoadIterationTest()(Code) | | Decorates a one second response time test as a one
user load test with 10 iterations per user, a maximum
elapsed time of 12 seconds, and a 0 second delay
between users.
See Also: testOneSecondResponseOneUserLoadRepeatedTest Test. |
make1SecondResponse1UserLoadRepeatedTest | protected static Test make1SecondResponse1UserLoadRepeatedTest()(Code) | | Decorates a one second response time test as a one
user load test with 10 iterations per user, a maximum
elapsed time of 12 seconds, and a 0 second delay
between users.
See Also: testOneSecondResponseOneUserLoadIterationTest Test. |
make1SecondResponse1UserLoadTest | protected static Test make1SecondResponse1UserLoadTest()(Code) | | Decorates a one second response time test as a one
user load test with a maximum elapsed time of 1 second
and a 0 second delay between users.
Test. |
make1SecondResponse2UserLoad2SecondDelayTest | protected static Test make1SecondResponse2UserLoad2SecondDelayTest()(Code) | | Decorates a one second response time test as a two
user load test with a maximum elapsed time of 4 seconds
and a 2 second delay between users.
Test. |
make1SecondResponse2UserLoadTest | protected static Test make1SecondResponse2UserLoadTest()(Code) | | Decorates a one second response time test as a two
user load test with a maximum elapsed time of 1.5
seconds and a 0 second delay between users.
Test. |
makeStateful10UserLoadTest | protected static Test makeStateful10UserLoadTest()(Code) | | Decorates a stateful test as a 10 user load test,
providing each user with a different test instance
to ensure thread safety.
Test. |
makeStateful10UserLoadTestMethod | protected static Test makeStateful10UserLoadTestMethod()(Code) | | Decorates a stateful test method as a 10 user load test,
providing each user with a different test instance
to ensure thread safety.
Test. |
|
|