Elm  2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
TestCase Member List

This is the complete list of members for TestCase, including all inherited members.

__caseTestCaseprotected
check(CString file, int line, CString text, bool result)TestCase
check_equal(CString file, int line, CString text, const T &result, const U &reference)TestCaseinline
complete(void)TestCase
execute(void)TestCaseprotectedvirtual
failed(void)TestCase
full_pathTestCaseprotected
hasFailed(void) constTestCaseinline
initialize(void)TestCase
isFullPath() constTestCaseinline
isSuccessful(void) constTestCaseinline
name(void)TestCaseinline
perform(void)TestCase
prepare(void)TestCase
require(CString file, int line, CString text, bool result)TestCase
setFullPath(bool x)TestCaseinline
succeeded(void)TestCase
test(CString file, int line, CString text)TestCase
TestCase(CString name)TestCase
~TestCase(void)TestCasevirtual