stefanbirkner / system-rules

A collection of JUnit rules for testing code which uses java.lang.System.
http://stefanbirkner.github.io/system-rules
Other
546 stars 71 forks source link

Not able to use JUnit 4.12 with system-rules #58

Closed jeffa87 closed 6 years ago

jeffa87 commented 6 years ago

Artifact junit:junit-dep has been moved to junit:junit https://mvnrepository.com/artifact/junit/junit-dep -> https://mvnrepository.com/artifact/junit/junit

stefanbirkner commented 6 years ago

AFAIK System Rules works pretty well with JUnit 4.12. I'm using this combination in a few projects. Can you give more details why you're not able to use it with JUnit 4.12?

stefanbirkner commented 6 years ago

I close this pull request because I don't think that this change is necessary.

Feel free to open it again if you can provide a little bit more details.

stefanbirkner commented 6 years ago

For more information about the "junit:junit-dep has been moved to junit:junit" please read the explanation in #60.