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

Mistakes in wiki sample code #48

Closed teabot closed 7 years ago

teabot commented 7 years ago

Many examples being with the declaration:

public void MyTest {

I expect this should instead be:

public class MyTest {

Example: https://github.com/stefanbirkner/system-rules/blob/gh-pages/index.html#L98

stefanbirkner commented 7 years ago

Good catch. Thanks.