Elm  1.0
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
elm::TestCase Member List

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

__caseelm::TestCaseprotected
check(CString file, int line, CString text, bool result)elm::TestCase
check_equal(CString file, int line, CString text, const T &result, const T &reference)elm::TestCase
complete(void)elm::TestCase
execute(void)elm::TestCaseprotectedvirtual
failed(void)elm::TestCase
hasFailed(void) const elm::TestCase
initialize(void)elm::TestCase
name(void)elm::TestCase
perform(void)elm::TestCase
prepare(void)elm::TestCase
require(CString file, int line, CString text, bool result)elm::TestCase
succeeded(void)elm::TestCase
test(CString file, int line, CString text)elm::TestCase
TestCase(CString name)elm::TestCase
~TestCase(void)elm::TestCasevirtual