|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.junit.runner.Runner
org.junit.runners.ParentRunner<Runner>
org.junit.runners.Suite
org.junit.runners.Parameterized
org.mule.tck.MuleParameterized
public class MuleParameterized
MuleParameterized
adds test exclusions to the
Parameterized
class. This is used for running JUnit4 tests with
parameters. The test exclusion logic in AbstractMuleTestCase does not work in
JUnit4 most likely due to the fact the JUnit4 does not extend the TestCase class
when using annotations, which are necessary for parameterized testing.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.junit.runners.Parameterized |
---|
Parameterized.Parameters |
Nested classes/interfaces inherited from class org.junit.runners.Suite |
---|
Suite.SuiteClasses |
Field Summary | |
---|---|
protected static Log |
logger
|
Constructor Summary | |
---|---|
MuleParameterized(java.lang.Class<?> klass)
|
Method Summary | |
---|---|
void |
getExcluded()
Read the test exclusions file and find the tests to be excluded from running. |
Methods inherited from class org.junit.runners.Parameterized |
---|
getChildren |
Methods inherited from class org.junit.runners.Suite |
---|
describeChild, emptySuite, runChild |
Methods inherited from class org.junit.runners.ParentRunner |
---|
childrenInvoker, classBlock, collectInitializationErrors, filter, getDescription, getName, getTestClass, run, setScheduler, sort, validatePublicVoidNoArgMethods, withAfterClasses, withBeforeClasses |
Methods inherited from class org.junit.runner.Runner |
---|
testCount |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static transient Log logger
Constructor Detail |
---|
public MuleParameterized(java.lang.Class<?> klass) throws java.lang.Throwable
java.lang.Throwable
Method Detail |
---|
public void getExcluded()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |