public class WeldAnnotatedEmbedderRunnerBehaviour {
@Test
public void shouldCreateWithGuiceAnnotatedBuilder() throws InitializationError{
AnnotatedEmbedderRunner runner = new WeldAnnotatedEmbedderRunner(RunningWithAnnotatedEmbedderRunner.class);
assertThat(runner.annotationBuilder(), instanceOf(WeldAnnotationBuilder.class));
}