org.powermock.modules.junit4.common.internal
Interface JUnit4TestSuiteChunker

All Superinterfaces:
org.junit.runner.manipulation.Filterable, org.junit.runner.manipulation.Sortable, org.powermock.tests.utils.TestSuiteChunker
All Known Implementing Classes:
JUnit4TestSuiteChunkerImpl

public interface JUnit4TestSuiteChunker
extends org.powermock.tests.utils.TestSuiteChunker, org.junit.runner.manipulation.Filterable, org.junit.runner.manipulation.Sortable


Method Summary
 org.junit.runner.Description getDescription()
           
 void run(org.junit.runner.notification.RunNotifier notifier)
           
 
Methods inherited from interface org.powermock.tests.utils.TestSuiteChunker
createNewClassloader, createTestDelegators, getChunkSize, getTestChunks, getTestChunksEntries, getTestCount, shouldExecuteTestForMethod
 
Methods inherited from interface org.junit.runner.manipulation.Filterable
filter
 
Methods inherited from interface org.junit.runner.manipulation.Sortable
sort
 

Method Detail

getDescription

org.junit.runner.Description getDescription()

run

void run(org.junit.runner.notification.RunNotifier notifier)


Copyright © 2007-2010. All Rights Reserved.