public class BlockContiPerfClassRunner
extends org.junit.runners.BlockJUnit4ClassRunner
BlockJUnit4ClassRunner for supporting ContiPerf
features in performance test suites.| Modifier and Type | Field and Description |
|---|---|
protected ContiPerfRule |
rule |
| Constructor and Description |
|---|
BlockContiPerfClassRunner(Class<?> testClass,
Object suite) |
| Modifier and Type | Method and Description |
|---|---|
protected org.junit.runners.model.Statement |
methodBlock(org.junit.runners.model.FrameworkMethod method)
method taken as is from BlockJUnit4ClassRunner 4.7 in order to preserve
its functionality over following versions
|
protected List<org.junit.rules.MethodRule> |
rules(Object test)
actual override feature of this class
|
collectInitializationErrors, computeTestMethods, createTest, describeChild, getChildren, getTestRules, isIgnored, methodInvoker, possiblyExpectingExceptions, runChild, testName, validateConstructor, validateFields, validateInstanceMethods, validateNoNonStaticInnerClass, validateOnlyOneConstructor, validateTestMethods, validateZeroArgConstructor, withAfters, withBefores, withPotentialTimeoutprotected ContiPerfRule rule
protected org.junit.runners.model.Statement methodBlock(org.junit.runners.model.FrameworkMethod method)
methodBlock in class org.junit.runners.BlockJUnit4ClassRunnerCopyright © 2019. All rights reserved.