Created
January 15, 2014 20:22
-
-
Save spg/8443819 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Running com.escribehost.app.cucumber.RunCucumberIT | |
| Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.076 sec <<< FAILURE! - in com.escribehost.app.cucumber.RunCucumberIT | |
| initializationError(com.escribehost.app.cucumber.RunCucumberIT) Time elapsed: 0.019 sec <<< ERROR! | |
| java.lang.NoSuchMethodError: cucumber.runtime.RuntimeOptions.<init>(Ljava/util/Properties;[Ljava/lang/String;)V | |
| at cucumber.runtime.junit.RuntimeOptionsFactory.create(RuntimeOptionsFactory.java:32) | |
| at cucumber.api.junit.Cucumber.<init>(Cucumber.java:56) | |
| at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) | |
| at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
| at java.lang.reflect.Constructor.newInstance(Constructor.java:526) | |
| at org.junit.internal.builders.AnnotatedBuilder.buildRunner(AnnotatedBuilder.java:29) | |
| at org.junit.internal.builders.AnnotatedBuilder.runnerForClass(AnnotatedBuilder.java:21) | |
| at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:59) | |
| at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:26) | |
| at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:59) | |
| at org.junit.internal.requests.ClassRequest.getRunner(ClassRequest.java:26) | |
| at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:262) | |
| at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) | |
| at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) | |
| at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) | |
| at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) | |
| at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) | |
| Results : | |
| Tests in error: | |
| RunCucumberIT.initializationError » NoSuchMethod cucumber.runtime.RuntimeOptio... | |
| Tests run: 1, Failures: 0, Errors: 1, Skipped: 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment