/**
* bean included in case of project-stage integration-test
*/
@Test
public void includedInCaseOfProjectStageIntegrationTest() {
IntegrationTestBean integrationTestBean = BeanProvider.getContextualReference(
IntegrationTestBean.class, true);
Assert.assertNotNull(integrationTestBean);
}