org.apache.maven.surefire.common.junit48
Class JUnit48Reflector

java.lang.Object
  extended by org.apache.maven.surefire.common.junit48.JUnit48Reflector

public final class JUnit48Reflector
extends Object

Author:
Kristian Rosenvold

Constructor Summary
JUnit48Reflector(ClassLoader testClassLoader)
           
 
Method Summary
 boolean isCategoryAnnotationPresent(Class clazz)
           
 boolean isJUnit48Available()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JUnit48Reflector

public JUnit48Reflector(ClassLoader testClassLoader)
Method Detail

isJUnit48Available

public boolean isJUnit48Available()

isCategoryAnnotationPresent

public boolean isCategoryAnnotationPresent(Class clazz)


Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.