class TEST_MULTIMAP




Public


Readonly Shareds
shared checked_tests : CARD ; .. Included as checked_tests
shared class_name_str : STR ; .. Included as class_name_str
**** The name of the tested class.
shared failure_docs : FLIST{STR} ; .. Included as failure_docs
**** Documentation of failures.
shared failures : FLIST{CARD} ; .. Included as failures
**** The tests which failed.
shared test_number : CARD ; .. Included as test_number
**** Which test.

Writable Shareds
shared checked_tests : CARD ; .. Included as checked_tests
shared class_name_str : STR ; .. Included as class_name_str
**** The name of the tested class.
shared failure_docs : FLIST{STR} ; .. Included as failure_docs
**** Documentation of failures.
shared failures : FLIST{CARD} ; .. Included as failures
**** The tests which failed.
shared test_number : CARD ; .. Included as test_number
**** Which test.

Features
class_name( .. Included as class_name
eq(
finish .. Included as finish
main .. Included as main
multimap .. Included as multimap
raise_test( .. Included as raise_test
test(doc_ds, .. Included as test
test_multimap( .. Included as test_multimap
test_ro_multimap( .. Included as test_ro_multimap
unchecked_test( .. Included as unchecked_test
vmultimap .. Included as vmultimap

The Sather Home Page