class R_TEST |
---|
TEST |
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 lck : LL_LOCK ; |
---|
shared test_number : CARD ; .. Included as test_number |
---|
**** | Which test. |
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 lck : LL_LOCK ; |
---|
shared test_number : CARD ; .. Included as test_number |
---|
**** | Which test. |
class_name( .. Included as class_name |
---|
finish .. Included as finish |
---|
raise_test( .. Included as raise_test |
---|
class_name( .. Included as t_class_name |
---|
test(doc_ds, .. Included as t_test |
---|
unchecked_test( .. Included as t_unchecked_test |
---|
test( |
---|
unchecked_test( .. Included as unchecked_test |
---|