fr.epardaud.test
A test framework
Packages | |
---|---|
Package | Description |
fr.epardaud.test | fr.epardaud.test |
fr.epardaud.test
Methods | |
---|---|
Modifier and Type | Method and Description |
shared Void | assertEquals(Object? a, Object? b, String? title) Checks that two objects are equal, with optional title |
shared Void | assertTrue(Boolean test, String? title) Checks that a value is true, with optional title |
shared Void | fail(String? title) Fail, with optional title |
shared Void | printResults() Print test results |
shared Void | test(Void f, String? title, String? expectException) Invokes the given test function, with optional title and expected exception |