Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

java.lang.NoSuchFieldError: NULL with JUnit 4.5 #51

Open
dkandalov opened this issue Jul 26, 2014 · 0 comments
Open

java.lang.NoSuchFieldError: NULL with JUnit 4.5 #51

dkandalov opened this issue Jul 26, 2014 · 0 comments
Labels
Milestone

Comments

@dkandalov
Copy link

Got the following exception when trying to run with JUnit 4.5 (it was existing project to which I added lamda-behave):

java.lang.NoSuchFieldError: NULL
    at org.junit.runners.ParentRunner.<init>(ParentRunner.java:57)
    at org.junit.internal.requests.ClassRequest.buildRunner(ClassRequest.java:33)
    at org.junit.internal.requests.ClassRequest.getRunner(ClassRequest.java:28)

Works fine with JUnit 4.11. Created this issue mostly to "document" the exception.

@RichardWarburton RichardWarburton modified the milestone: 0.4 Sep 5, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants