com.tngtech.jgiven.config
Class AbstractJGivenConfiguraton

java.lang.Object
  extended by com.tngtech.jgiven.config.AbstractJGivenConfiguraton
Direct Known Subclasses:
DefaultConfiguration

public abstract class AbstractJGivenConfiguraton
extends java.lang.Object


Constructor Summary
AbstractJGivenConfiguraton()
           
 
Method Summary
abstract  void configure()
           
 TagConfiguration.Builder configureTag(java.lang.Class<? extends java.lang.annotation.Annotation> tagAnnotation)
           
 TagConfiguration getTagConfiguration(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractJGivenConfiguraton

public AbstractJGivenConfiguraton()
Method Detail

configureTag

public final TagConfiguration.Builder configureTag(java.lang.Class<? extends java.lang.annotation.Annotation> tagAnnotation)

configure

public abstract void configure()

getTagConfiguration

public TagConfiguration getTagConfiguration(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)