public abstract class SironaExtensionTestBase {
@Test
public void checkMeasures() throws Exception {
final CdiTestContainer container = CdiTestContainerLoader.getCdiContainer();
container.bootContainer();
container.startApplicationScope();
final BeanManager beanManager = container.getBeanManager();
final Class<?> type = type();
final TwoSeconds bean = TwoSeconds.class.cast(beanManager.getReference(beanManager.resolve(beanManager.getBeans(type)), type, null));