public class PowerMockRuleTestSuiteChunker extends AbstractCommonTestSuiteChunkerImpl
DEFAULT_TEST_LISTENERS_SIZE, INTERNAL_INDEX_NOT_FOUND, NOT_INITIALIZED, testAtDelegateMapper, testClasses
Constructor and Description |
---|
PowerMockRuleTestSuiteChunker(Class testClass) |
Modifier and Type | Method and Description |
---|---|
boolean |
shouldExecuteTestForMethod(Class<?> testClass,
Method potentialTestMethod)
Should reflect whether or not this method is eligible for testing.
|
chunkClass, getChunkSize, getMockClassLoaderFactory, getTestChunk, getTestChunks, getTestChunksEntries, registerProxyframework, testMethodAnnotation
public boolean shouldExecuteTestForMethod(Class<?> testClass, Method potentialTestMethod)
TestSuiteChunker
testClass
- The class that defines the method.potentialTestMethod
- The method to inspect whether it should be executed in the
test suite or not.true
if the method is a test method and should be
executed, false
otherwise.Copyright © 2007–2016. All rights reserved.