use of org.jbehave.core.junit.weld.WeldAnnotatedEmbedderRunner in project jbehave-core by jbehave.
the class WeldAnnotatedEmbedderRunnerBehaviour method shouldCreateWithGuiceAnnotatedBuilder.
@Test
public void shouldCreateWithGuiceAnnotatedBuilder() throws InitializationError {
AnnotatedEmbedderRunner runner = new WeldAnnotatedEmbedderRunner(RunningWithAnnotatedEmbedderRunner.class);
assertThat(runner.annotationBuilder(), instanceOf(WeldAnnotationBuilder.class));
}
Aggregations