class TEST


Descendants
R_TEST



Public


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

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

Features
class_name(
finish .. Included as finish
raise_test( .. Included as raise_test
test(doc_ds, .. Included as test
unchecked_test( .. Included as unchecked_test

The Sather Home Page