quicktheories / QuickTheories

Property based testing for Java 8
Apache License 2.0
506 stars 51 forks source link

Typos in org.quicktheories.core.Reporter #52

Closed chagmed closed 4 years ago

chagmed commented 5 years ago

Two method names in interface org.quicktheories.core.Reporter are misspelled.

The fix is easy, but will obviously break the API. The methods are:

void falisification(long seed, int count, Object smallest, Throwable cause, List<Object> examples, AsString<Object> toString);

and

void falisification(long seed, int count, Object smallest, List<Object> examples, AsString<Object> toString);