Commit df432588 by Tomas Dvorak

shorter examples code in tests readme

parent 76651311
...@@ -44,7 +44,7 @@ VarietyAnalysis analysis = new Variety("test", "users") ...@@ -44,7 +44,7 @@ VarietyAnalysis analysis = new Variety("test", "users")
```VarietyAnalysis``` is the actual analysis result. Main purpose is to easy verify results: ```VarietyAnalysis``` is the actual analysis result. Main purpose is to easy verify results:
``` ```
public void verifyResult(final String key, final double totalOccurrences, final double percentContaining, final String... types) verifyResult(String key, double totalOccurrences, double percentContaining, String... types)
``` ```
If the result does not match expectations, AssertionError is thrown (standard JUnit behavior). If the result does not match expectations, AssertionError is thrown (standard JUnit behavior).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment