Quick Search:

jump to detailed chart | hide Line History

Line Count Graph

Constraint

Branch:
Author:
Tag:
Date: help

Sort: path | last-commit | first-commit Sub Directories

Changelog

79 by root on 24 December 2005, 16:30:28 -0600 (2 years 4 months ago) grant fisheye access

79 history download (+0 -0) diffs

78 by stacycurl on 22 August 2004, 08:47:17 -0500 (3 years 8 months ago) Complete first spike of IDE JUnit integration

picounit/trunk/.classpath 78 history download (+1 -1) diffs

picounit/trunk/src/java/picounit/MainRunner.java 78 history download (+20 -9) diffs

picounit/trunk/src/java/picounit/impl/MethodInvoker.java 78 history download (+1 -1) diffs

picounit/trunk/src/java/picounit/impl/MethodInvokerImpl.java 78 history download (+2 -4) diffs

picounit/trunk/src/java/picounit/impl/MethodRunnerImpl.java 78 history download (+2 -2) diffs

… 37 more files in changeset.
77 by stacycurl on 22 August 2004, 08:25:21 -0500 (3 years 8 months ago) Test checkin from usb key

picounit/trunk/Ideas.wiki 77 history download (+2 -1) diffs

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

picounit/trunk/src/java/picounit/MainRunner.java 76 history download (+53 -119) diffs

picounit/trunk/src/java/picounit/Mocker.java 76 history download (+5 -0) diffs

picounit/trunk/src/java/picounit/Suite.java 76 history download (+3 -0) diffs

picounit/trunk/src/java/picounit/Test.java 76 history download (+28 -0) diffs

picounit/trunk/src/java/picounit/around/AroundRunnerImpl.java 76 history download (+2 -11) diffs

… 29 more files in changeset.
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…

picounit/trunk/Ideas.wiki 75 history download (+2 -1) diffs

picounit/trunk/src/java/picounit/MainRunner.java 75 history download (+71 -67) diffs

picounit/trunk/src/java/picounit/Runner.java 75 history download (+10 -1) diffs

picounit/trunk/src/java/picounit/around/AroundRunnerImpl.java 75 history download (+10 -10) diffs

picounit/trunk/src/java/picounit/around/context/ContextAroundImpl.java 75 history download (+6 -2) diffs

… 42 more files in changeset.
70 by stacycurl on 03 August 2004, 08:19:42 -0500 (3 years 9 months ago) Fix import problem

picounit/trunk/src/test/picounit/MainSuite.java 70 history download (+1 -1) diffs

69 by stacycurl on 03 August 2004, 07:40:25 -0500 (3 years 9 months ago) Rename Tests to Suite

picounit/trunk/src/test/picounit/AllTestSuite.java 69 history deleted

picounit/trunk/src/test/picounit/AllTests.java 69 history deleted

picounit/trunk/src/test/picounit/MainSuite.java 69 history download (+23) new/moved

picounit/trunk/src/test/picounit/around/AroundSuite.java 69 history download (+16) new/moved

picounit/trunk/src/test/picounit/around/AroundTests.java 69 history deleted

… 11 more files in changeset.
67 by stacycurl on 03 August 2004, 07:00:33 -0500 (3 years 9 months ago) ignore build directories

picounit/trunk 67 history download (+0 -0) diffs

66 by stacycurl on 03 August 2004, 06:52:15 -0500 (3 years 9 months ago) Deleted build directories

picounit/trunk/classes 66 history deleted

picounit/trunk/src/test/picounit/AllTests.java 66 history download (+2 -0) diffs

picounit/trunk/src/test/picounit/junit 66 history download (+0) new

picounit/trunk/src/test/picounit/junit/JUnitSuite.java 66 history download (+10) new

picounit/trunk/src/test/picounit/junit/SuiteGeneratorTest.java 66 history download (+22) new

… 1 more file in changeset.
65 by stacycurl on 03 August 2004, 06:50:22 -0500 (3 years 9 months ago) Started JUnit SuiteGenerator

picounit/trunk/src/java/picounit/junit 65 history download (+0) new

picounit/trunk/src/java/picounit/junit/SuiteGenerator.java 65 history download (+9) new

picounit/trunk/src/java/picounit/pico/PicoResolverImpl.java 65 history download (+57) new/moved

picounit/trunk/src/java/picounit/suite/SuiteOperatorImpl.java 65 history download (+11 -8) diffs

picounit/trunk/src/java/picounit/test/Equals.java 65 history download (+8 -14) diffs

… 2 more files in changeset.
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)

picounit/trunk/src/java/picounit/around/mock/MockAroundImpl.java 64 history download (+13 -4) diffs

picounit/trunk/src/java/picounit/around/setup/SetUpAroundImpl.java 64 history download (+13 -2) diffs

63 by stacycurl on 28 July 2004, 08:40:21 -0500 (3 years 9 months ago) Added license

picounit/trunk/LICENSE.txt 63 history download (+28) new

62 by stacycurl on 28 July 2004, 08:16:54 -0500 (3 years 9 months ago) First check in of PicoUnit

picounit 62 history download (+0) new

picounit/branch 62 history download (+0) new

picounit/tags 62 history download (+0) new

picounit/trunk 62 history download (+0) new

picounit/trunk/.classpath 62 history download (+11) new

… 155 more files in changeset.
61 by stacycurl on 28 July 2004, 07:37:12 -0500 (3 years 9 months ago) Added licence

ajester/trunk/LICENSE.txt 61 history download (+28) new

59 by stacycurl on 29 February 2004, 12:07:04 -0600 (4 years 2 months ago) no comment

adarwin/trunk/src/main/org/adarwin/Method.java 59 history deleted

adarwin/trunk/src/main/org/adarwin/MethodDeclaration.java 59 history download (+2 -2) diffs

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

adarwin/trunk/src/main/org/adarwin/ClassDirectoryIterator.java 56 history download (+27) new

adarwin/trunk/src/main/org/adarwin/ClassPathIterator.java 56 history download (+32) new

adarwin/trunk/src/main/org/adarwin/Code.java 56 history download (+6 -0) diffs

adarwin/trunk/src/main/org/adarwin/CodeIterator.java 56 history download (+16) new

adarwin/trunk/src/main/org/adarwin/CodeProducer.java 56 history download (+41 -5) diffs

… 9 more files in changeset.
55 by stacycurl on 26 February 2004, 18:46:31 -0600 (4 years 2 months ago) No longer ignore primative types

adarwin/trunk/antExample.xml 55 history download (+7 -0) diffs

adarwin/trunk/src/main/org/adarwin/Code.java 55 history download (+0 -6) diffs

adarwin/trunk/src/main/org/adarwin/CodeElement.java 55 history download (+7 -7) diffs

adarwin/trunk/src/main/org/adarwin/RuleBuilder.java 55 history download (+18 -36) diffs

adarwin/trunk/src/main/org/adarwin/RuleClassVisitor.java 55 history download (+9 -13) diffs

… 6 more files in changeset.
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

adarwin/trunk/src/main/org/adarwin/ArrayType.java 54 history deleted

adarwin/trunk/src/main/org/adarwin/ClassName.java 54 history deleted

adarwin/trunk/src/main/org/adarwin/ClassSummary.java 54 history download (+17 -13) diffs

adarwin/trunk/src/main/org/adarwin/CodeElement.java 54 history download (+43 -20) diffs

adarwin/trunk/src/main/org/adarwin/Constructor.java 54 history download (+1 -3) diffs

… 26 more files in changeset.
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

adarwin/trunk/.project 53 history download (+6 -0) diffs

adarwin/trunk/src/main/org/adarwin/ADarwinException.java 53 history download (+1 -1) diffs

adarwin/trunk/src/main/org/adarwin/ClassFile.java 53 history download (+2 -2) diffs

adarwin/trunk/src/main/org/adarwin/ClassName.java 53 history download (+2 -2) diffs

adarwin/trunk/src/main/org/adarwin/ClassSummary.java 53 history download (+0 -1) diffs

… 59 more files in changeset.
52 by stacycurl on 24 February 2004, 14:01:30 -0600 (4 years 2 months ago) Refactoring RuleBuilder

adarwin/trunk/src/main/org/adarwin/RuleBuilder.java 52 history download (+32 -20) diffs

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

adarwin/trunk/.classpath 50 history download (+8 -9) diffs

adarwin/trunk/.project 50 history download (+17 -18) diffs

adarwin/trunk/antExample.xml