|
From: Jonathan S. O. <jon...@yo...> - 2003-09-07 21:14:39
|
> Please have a look at the summary page available: > > http://etester.sourceforge.net/ > > Let me know what you all think. Dave: I suggest you put on the main page some information about how easy it is to write tests once etester is installed. See attached files. You could write something like: ============================ Once etester and gui is installed, tests are easy to write (e.g. array_test.html). There are two kinds of tests: (a) boolean test cases and (b) violation cases [see array_test.htm]. Make sure assertion checking id turned [see assertion_checking.png]. Make sure that the etester cluster is selected as a library [cluster.png] EtesterGui displays the output as shown [see tests.htm]. You can also write test suites and use fixtures (setup/teardown). ============================ You should also say that this has been tested at this point only for ISE Eiffel. JSO =====================Bug report===================== print(to_string) does not seem to work for the array_test example. The output printed is: ARRAY_TEST FAILED FAILED 0 out of 0 passed. |