|
|
|
|
|
namespace tests::acdk::util
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
tests::acdk::util Namespace Reference
|
Compounds |
struct | CalendarTest |
class | Container_Test |
class | Date_Test |
class | HelloWorldClass_Test |
class | IdentityHashMap_Test |
class | Locale_Test |
struct | NamedPair |
class | Properties_Test |
class | ResourceBundle_Test |
class | StringTokenzier_Test |
class | TContainer_Test |
class | WeakHashMap_Test |
Functions |
static::acdk::tools::aunit::TestRunnerStaticAdder | t (new HelloWorldClass_Test(HelloWorldClass_Test)) |
static::acdk::tools::aunit::TestRunnerStaticAdder | t (new Container_Test(Container_Test)) |
void | prepare (NamedPair *np, RStringArrayArray &sa) |
void | fillMap (IN(RMap) map, IN(RStringArrayArray) np) |
void | fetchOwnElements (IN(RMap) map) |
void | fetchElements (IN(RMap) map, IN(RStringArrayArray) np) |
void | removeElements (IN(RMap) map, IN(RStringArrayArray) np) |
void | clearMap (IN(RMap) cont) |
void | testContainer (IN(RMap) map, IN(RStringArrayArray) np) |
void | testSortedMap (IN(RSortedMap) smap, IN(RStringArrayArray) np) |
void | testContainer (IN(RList) list, IN(RStringArrayArray) np) |
void | testList () |
void | testMap () |
void | testContainer (IN(RSet) set, IN(RStringArrayArray) np) |
void | testSet () |
static::acdk::tools::aunit::TestRunnerStaticAdder | t (new Date_Test(Date_Test)) |
RString | getField (Calendar &cal, int field) |
void | dumpCalendar (PrintWriter &out, Calendar &calendar) |
void | testCalendar (const CalendarTest &ct) |
static::acdk::tools::aunit::TestRunnerStaticAdder | t (new IdentityHashMap_Test(IdentityHashMap_Test)) |
static::acdk::tools::aunit::TestRunnerStaticAdder | t (new Locale_Test(Locale_Test)) |
static::acdk::tools::aunit::TestRunnerStaticAdder | t (new Properties_Test(Properties_Test)) |
static::acdk::tools::aunit::TestRunnerStaticAdder | t (new ResourceBundle_Test(ResourceBundle_Test)) |
static::acdk::tools::aunit::TestRunnerStaticAdder | t (new StringTokenzier_Test(StringTokenzier_Test)) |
static::acdk::tools::aunit::TestRunnerStaticAdder | t (new TContainer_Test(TContainer_Test)) |
void | prepare (NamedPair *np, RStringArrayArray &sa) |
| ACDK_DECL_TCLASS2 (THashMap, String, String) |
| ACDK_DECL_TCLASS2 (TTreeMap, String, String) |
| ACDK_DECL_TINTERFACE2 (TMap, String, String) |
| ACDK_DECL_TINTERFACE2 (TSortedMap, String, String) |
void | fillMap (IN(RStringToStringTMap) map, IN(RStringArrayArray) np) |
void | fetchOwnElements (IN(RStringToStringTMap) map) |
void | fetchElements (IN(RStringToStringTMap) map, IN(RStringArrayArray) np) |
void | removeElements (IN(RStringToStringTMap) map, IN(RStringArrayArray) np) |
void | clearMap (IN(RStringToStringTMap) cont) |
void | testContainer (IN(RStringToStringTMap) map, IN(RStringArrayArray) np) |
void | testSortedMap (IN(RStringToStringTSortedMap) smap, IN(RStringArrayArray) np) |
void | testContainer (IN(RList) list, IN(RStringArrayArray) np) |
void | testList () |
void | testMap () |
void | testContainer (IN(RSet) set, IN(RStringArrayArray) np) |
void | testSet () |
template<class T> void | testTList (IN(RefHolder< TList< T > >) list, IN(RObjectArrayImpl< T >) ins) |
static::acdk::tools::aunit::TestRunnerStaticAdder | t (new WeakHashMap_Test(WeakHashMap_Test)) |
Variables |
NamedPair | philophers_namess [] |
NamedPair | componist_namess [] |
RStringArrayArray | philophers_names |
RStringArrayArray | componist_names |
Function Documentation
void clearMap |
( |
IN(RStringToStringTMap) |
cont |
) |
[static] |
|
void clearMap |
( |
IN(RMap) |
cont |
) |
[static] |
|
void fetchElements |
( |
IN(RStringToStringTMap) |
map, |
|
|
IN(RStringArrayArray) |
np |
|
) |
[static] |
|
void fetchElements |
( |
IN(RMap) |
map, |
|
|
IN(RStringArrayArray) |
np |
|
) |
[static] |
|
void fetchOwnElements |
( |
IN(RStringToStringTMap) |
map |
) |
[static] |
|
void fetchOwnElements |
( |
IN(RMap) |
map |
) |
[static] |
|
void fillMap |
( |
IN(RStringToStringTMap) |
map, |
|
|
IN(RStringArrayArray) |
np |
|
) |
[static] |
|
void fillMap |
( |
IN(RMap) |
map, |
|
|
IN(RStringArrayArray) |
np |
|
) |
[static] |
|
void prepare |
( |
NamedPair * |
np, |
|
|
RStringArrayArray & |
sa |
|
) |
[static] |
|
void prepare |
( |
NamedPair * |
np, |
|
|
RStringArrayArray & |
sa |
|
) |
[static] |
|
void removeElements |
( |
IN(RStringToStringTMap) |
map, |
|
|
IN(RStringArrayArray) |
np |
|
) |
[static] |
|
void removeElements |
( |
IN(RMap) |
map, |
|
|
IN(RStringArrayArray) |
np |
|
) |
[static] |
|
void testContainer |
( |
IN(RSet) |
set, |
|
|
IN(RStringArrayArray) |
np |
|
) |
[static] |
|
void testContainer |
( |
IN(RList) |
list, |
|
|
IN(RStringArrayArray) |
np |
|
) |
[static] |
|
void testContainer |
( |
IN(RStringToStringTMap) |
map, |
|
|
IN(RStringArrayArray) |
np |
|
) |
[static] |
|
void testContainer |
( |
IN(RSet) |
set, |
|
|
IN(RStringArrayArray) |
np |
|
) |
[static] |
|
void testContainer |
( |
IN(RList) |
list, |
|
|
IN(RStringArrayArray) |
np |
|
) |
[static] |
|
void testContainer |
( |
IN(RMap) |
map, |
|
|
IN(RStringArrayArray) |
np |
|
) |
[static] |
|
void testList |
( |
|
) |
[static] |
|
void testList |
( |
|
) |
[static] |
|
void testMap |
( |
|
) |
[static] |
|
void testMap |
( |
|
) |
[static] |
|
void testSet |
( |
|
) |
[static] |
|
void testSet |
( |
|
) |
[static] |
|
void testSortedMap |
( |
IN(RStringToStringTSortedMap) |
smap, |
|
|
IN(RStringArrayArray) |
np |
|
) |
[static] |
|
void testSortedMap |
( |
IN(RSortedMap) |
smap, |
|
|
IN(RStringArrayArray) |
np |
|
) |
[static] |
|
Variable Documentation
|
Initial value:
{
{ Diogenes, },
{ Husserl, Edmund },
{ Kant, Imanuel },
{ Lucacs, George },
{ Hegel, GWF },
{ Schopenhauer, Arthur },
{ Sartre, Paul },
{ Nietzsche, Friedrich },
{ Kierkegaard, Soeren },
{ Russell, Bertrand },
{ Adorno, TW },
{ Horkheimer, Max },
{ Heidegger, Martin },
{ Leibniz, GWv },
{ Wittgenstein, Ludwig },
{ Popper, Karl },
{ Hume, David },
{ Aristotle, },
{ Epicurus, },
{ Plato, },
{ Socrates, },
{ Descartes, Rene },
{ Foucault, Michel },
{ Pascal, Blaise },
{ Rousseau, Jean Jacques },
{ 0, 0 }
}
|
|
|