Class JUnit47WithCucumberIT


public class JUnit47WithCucumberIT extends SurefireJUnit4IntegrationTestCase
Tests the JUnit 47 provider with the cucumber runner. At the moment, they don't play along that perfectly (minor glitches in the reports with parallel=classes), but at least all tests are executed, the execution times are counted correctly and failing tests are reported. The main problem that the junit47 provider has with the cucumber runner is that the junit Description instance created by the runner has a null test class attribute.
Author:
agudian
  • Constructor Details

    • JUnit47WithCucumberIT

      public JUnit47WithCucumberIT()
  • Method Details

    • assumeJava8Plus

      public void assumeJava8Plus()
    • testWithoutParallel

      public void testWithoutParallel()
    • testWithParallelClasses

      public void testWithParallelClasses()