Searched defs:addResult (Results 1 – 3 of 3) sorted by relevance
72 abstract void addResult(String name, int value) throws IOException; in addResult() method in InfoStore77 abstract void addResult(String name, long value) throws IOException; in addResult() method in InfoStore82 abstract void addResult(String name, float value) throws IOException; in addResult() method in InfoStore87 abstract void addResult(String name, double value) throws IOException; in addResult() method in InfoStore92 abstract void addResult(String name, boolean value) throws IOException; in addResult() method in InfoStore97 abstract void addResult(String name, String value) throws IOException; in addResult() method in InfoStore
65 fun addResult(scenario: Scenario, result: IResultData) { in containsResult() method
371 fun addResult(result: AssertionResult) { in <lambda>() method