76
by stacycurl on
20 August 2004, 03:39:07 -0500
(3 years 8 months ago)
Added tests for SuiteScopeFactory TestScopeFactory Begun work on making method execution more event driven
75
by stacycurl on
09 August 2004, 04:54:40 -0500
(3 years 9 months ago)
Renamed some variables to reflect previous renaming of classes Nuked TestOperator and SuiteOperator Merged MethodInvoker and MethodRunner Made access to MainRunner via factory method Altered reporting…
64
by stacycurl on
28 July 2004, 08:53:08 -0500
(3 years 9 months ago)
Added filter in SetUp and Mock arounds so that they apply to relevant classes only (picounit.Test and picounit.Suite for SetUp, picounit.Test for Mock)
56
by stacycurl on
27 February 2004, 18:10:14 -0600
(4 years 2 months ago)
Begun converting CodeProducers and RuleProducers to Iterators in order to support fail fast
54
by stacycurl on
26 February 2004, 07:40:25 -0600
(4 years 2 months ago)
Rely on ASM Type code mode, hence deleted IType, Type, and ArrayType, moved code used only by tests into test package
53
by stacycurl on
25 February 2004, 12:23:15 -0600
(4 years 2 months ago)
Collapsed functionality, removed unused classes, moved classes around to remove cyclic package dependancy
50
by stacycurl on
24 February 2004, 07:55:09 -0600
(4 years 2 months ago)
More refactoring, move test model to tests, replace collections with iterators