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  
queue(o, name, iterations, loops, params) — Static method in class com.gskinner.performance.PerformanceTest
Shortcut method to add a new test or test suite to the global queue.
queueSimpleTest(f, params, name, iterations, loops) — Method in class com.gskinner.performance.PerformanceTest
Provides a shortcut for creating a new Test instance and adding it to the queue.
queueSimpleTestSuite(o, name, iterations) — Method in class com.gskinner.performance.PerformanceTest
Provides a shortcut for creating a TestSuite from the o parameter via TestSuite.fromObject() and adding it to the queue.
queueTest(test:com.gskinner.performance:AbstractTest) — Method in class com.gskinner.performance.PerformanceTest
Adds a test to the queue for this PerformanceTest instance.
queueTestSuite(testSuite:com.gskinner.performance:TestSuite) — Method in class com.gskinner.performance.PerformanceTest
Adds a TestSuite to the queue for this PerformanceTest instance.
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