Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
|
This is the complete list of members for TestCase, including all inherited members.
__case | TestCase | protected |
check(CString file, int line, CString text, bool result) | TestCase | |
check_equal(CString file, int line, CString text, const T &result, const U &reference) | TestCase | inline |
complete(void) | TestCase | |
execute(void) | TestCase | protectedvirtual |
failed(void) | TestCase | |
full_path | TestCase | protected |
hasFailed(void) const | TestCase | inline |
initialize(void) | TestCase | |
isFullPath() const | TestCase | inline |
isSuccessful(void) const | TestCase | inline |
name(void) | TestCase | inline |
perform(void) | TestCase | |
prepare(void) | TestCase | |
require(CString file, int line, CString text, bool result) | TestCase | |
setFullPath(bool x) | TestCase | inline |
succeeded(void) | TestCase | |
test(CString file, int line, CString text) | TestCase | |
TestCase(CString name) | TestCase | |
~TestCase(void) | TestCase | virtual |