Integration Tests

2014-02-14 Thread Chohan, Dharmesh
Hi I have written some fixtures which I need install during integration tests. Couple of fixtures work during integration tests but the rest does not install the fixture. I have added the fixtures in the CatalogOfFixturesGlue.java file. For example @Before(value={@integration,

Re: Integration Tests

2014-02-14 Thread GESCONSULTOR - Óscar Bou
Hi,Dharmesh.Have you annotated the .feature file with ...?@TopUpCardDetailsServiceFixtureWhen that annotation is found on a feature file is when the fixture is loaded.If you put a breakpoint on thescenarioExecution().install(new TopUpCardDetailsServiceFixture());does it stop?Regards,OscarEl