Package org.jbehave.core.configuration.needle

Examples of org.jbehave.core.configuration.needle.NeedleAnnotationBuilder


  public NeedleAnnotatedPathRunner(Class<?> testClass) throws InitializationError {
    super(testClass);
  }

  public AnnotationBuilder annotationBuilder() {
    return new NeedleAnnotationBuilder(testClass());
  }
View Full Code Here


  private NeedleAnnotationBuilder annotationBuilder;

  public NeedleAnnotatedEmbedderRunner(Class<?> testClass) throws InitializationError {
    super(testClass);
    this.annotationBuilder = new NeedleAnnotationBuilder(testClass());
  }
View Full Code Here

TOP

Related Classes of org.jbehave.core.configuration.needle.NeedleAnnotationBuilder

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.