public class

JUnitLegacyAnnotationHandler

extends Object
implements AnnotationHandler
java.lang.Object
   ↳ org.ops4j.pax.exam.junit.impl.JUnitLegacyAnnotationHandler

Summary

Public Constructors
JUnitLegacyAnnotationHandler()
Public Methods
StagedExamReactorFactory createStagedReactorFactory(Class<?> klass)
TestContainerFactory createTestContainerFactory(Class<?> klass)
boolean isConfiguration(Method method)
boolean isProbeBuilder(Method method)
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.ops4j.pax.exam.spi.reactors.AnnotationHandler

Public Constructors

public JUnitLegacyAnnotationHandler ()

Public Methods

public StagedExamReactorFactory createStagedReactorFactory (Class<?> klass)

Throws
IllegalAccessException
InstantiationException

public TestContainerFactory createTestContainerFactory (Class<?> klass)

Throws
IllegalAccessException
InstantiationException

public boolean isConfiguration (Method method)

public boolean isProbeBuilder (Method method)