2013/12/3 Dennis Schetinin <[email protected]> > > I see the only correct way to build a good testing environment: tests should > be basically objects, not methods.
They are objects. Instances of TestCase. But for simplicity they're implemented in a single "factory" class, the TestCase subclass... Esteban A. Maringolo
