From 4a4e6d8c79b4d5be72ae3b0b750d8364ba3873c7 Mon Sep 17 00:00:00 2001 From: Jonathan Lange Date: Sat, 13 Sep 2008 21:55:30 +1000 Subject: Update README. --- README | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README b/README index dbec241..00e86c5 100644 --- a/README +++ b/README @@ -67,9 +67,11 @@ minimise the number of setup and tear downs required. It attempts to achieve this by callling getResource() and finishedWith() around the sequence of tests that use a specific resource. -OptimisingTestSuite has a new method over normal TestSuites: -adsorbSuite(test_case_or_suite), which scans another test suite and -incorporates all of its tests directly into the OptimisingTestSuite. +Tests are added to an OptimisingTestSuite as normal. Any standard library +TestSuite objects will be flattened, while any custom TestSuite subclasses +will be distributed across their member tests. This means that any custom +logic in test suites should be preserved, at the price of some level of +optimisation. Because the test suite does the optimisation, you can control the amount of optimising that takes place by adding more or fewer tests to a single -- cgit v1.2.1