A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
tareTest — Property in class com.gskinner.performance.TestSuite |
|
This specifies a test to use for taring. |
tareTime — Property in class com.gskinner.performance.TestSuite |
| See tareTest for a full explanation of tareTime. |
tests — Property in class com.gskinner.performance.TestSuite |
| An array of the AbstractTest instances in this suite. |
TestSuite — Class in package com.gskinner.performance |
|
Test suites allow you to organize and aggregate related tests. |
TestSuite(tests, name, tareTest:com.gskinner.performance:AbstractTest, initFunction, iterations, description) — Constructor in class com.gskinner.performance.TestSuite |
|
Creates a new instance of TestSuite. |
text — Property in class com.gskinner.performance.TextLog |
|
The full generated text from all of the tests run while this log has been active. |
TextLog — Class in package com.gskinner.performance |
|
Simple example showing tracing the output from PerformanceTest as it is generated. |
TextLog(performanceTest:com.gskinner.performance:PerformanceTest) — Constructor in class com.gskinner.performance.TextLog |
|
Creates a new TextLog instance. |
time — Property in class com.gskinner.performance.AbstractTest |
| The average time for all iterations, or -1 if the test has not yet run successfully. |
time — Property in class com.gskinner.performance.TestSuite |
|
Returns the aggregate time of all tests, or -1 if any test has not run successfully. |
timeLog — Property in class com.gskinner.performance.AbstractTest |
|
An array of int values indicating the times for each iteration that was run. |
toString() — Method in class com.gskinner.performance.AbstractTest |
|
Returns a string representation of this Test. |
toString() — Method in class com.gskinner.performance.MethodTest |
|
Returns a string representation of this Test. |
toString() — Method in class com.gskinner.performance.TestSuite |
|
Returns a string representation of this TestSuite. |
toXML() — Method in class com.gskinner.performance.AbstractTest |
|
Returns XML containing all of the information about this test. |
toXML() — Method in class com.gskinner.performance.MethodTest |
|
Returns XML containing all of the information about this test. |
toXML() — Method in class com.gskinner.performance.TestSuite |
|
Returns XML containing all of the information about this test suite and the tests it contains. |
|
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |