class TEST |
---|
R_TEST |
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. |
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. |
class_name( |
---|