Alexandre Bergel wrote: > Yes, this is the case. When you run the test, the result are stored > into the class that has been run. > Maybe we could store them in a location outside the package. But test > results will not be persistent. > > > Alexandre Do you mean, perhaps store them in a class variable, perhaps in a specialized version of TestResult?
In Installer ss project: 'Testing'; install: 'SUnit'. there is a class TestResultTimed, which is used by the test runners to time tests, measure their use of the network and Store the results of the last run, so that you can sort, or tag them etc. Keith _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
