org.apache.maven.surefire.common.junit4
Class JUnit4Reflector

java.lang.Object
  extended by org.apache.maven.surefire.common.junit4.JUnit4Reflector

public final class JUnit4Reflector
extends Object

JUnit4 reflection helper


Constructor Summary
JUnit4Reflector()
           
 
Method Summary
 org.junit.runner.Request createRequest(Class<?>... classes)
           
 org.junit.Ignore getAnnotatedIgnore(org.junit.runner.Description description)
           
 String getAnnotatedIgnoreValue(org.junit.runner.Description description)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JUnit4Reflector

public JUnit4Reflector()
Method Detail

getAnnotatedIgnore

public org.junit.Ignore getAnnotatedIgnore(org.junit.runner.Description description)

getAnnotatedIgnoreValue

public String getAnnotatedIgnoreValue(org.junit.runner.Description description)

createRequest

public org.junit.runner.Request createRequest(Class<?>... classes)


Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.