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 | |
checkMethodTestMemory(methodTest:com.gskinner.performance:MethodTest, targetMemory) — Static method in class com.gskinner.performance.PerformanceUnitTest | |
Returns true if the specified method test runs without errors and has a memory value less than or equal to the target memory specified. | |
checkMethodTestRetainedMemory(methodTest:com.gskinner.performance:MethodTest, targetMemory) — Static method in class com.gskinner.performance.PerformanceUnitTest | |
Returns true if the specified method test runs without errors and has a retainedMemory value less than or equal to the target memory specified. | |
checkTestSuiteTime(testSuite:com.gskinner.performance:TestSuite, targetTime) — Static method in class com.gskinner.performance.PerformanceUnitTest | |
Returns true if the specified test suite runs without errors within the target time specified in ms. | |
checkTestTime(test:com.gskinner.performance:AbstractTest, targetTime) — Static method in class com.gskinner.performance.PerformanceUnitTest | |
Returns true if the specified test runs without errors within the target time specified in ms. | |
close — Event in class com.gskinner.performance.PerformanceTest | |
Dispatched when the last test in the queue completes, and the queue is empty. | |
com.gskinner.performance — Package | |
complete — Event in class com.gskinner.performance.AbstractTest | |
Dispatched when the test completes. | |
complete() — Method in class com.gskinner.performance.AbstractTest | |
PerformanceTest calls complete() when all of the iterations of the test have been run. |
|
complete — Event in class com.gskinner.performance.PerformanceTest | |
Dispatched when a test completes. | |
complete — Event in class com.gskinner.performance.TestSuite | |
Dispatched when all of the tests in the suite have completed. | |
complete() — Method in class com.gskinner.performance.TestSuite | |
PerformanceTest calls complete() when all of the tests in the suite have been run. |
|
currentTest — Property in class com.gskinner.performance.PerformanceTest | |
Returns the test that is currently running. | |
currentTestSuite — Property in class com.gskinner.performance.PerformanceTest | |
Returns the test suite that is currently running, or null if none (if the current test does not belong to a suite, for example). | |
currentTestSuite — Property in class com.gskinner.performance.TextLog | |
currentTestSuite — Property in class com.gskinner.performance.XMLLog | |
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 |