Directory proposal/sandbox/junit/src/main/org/apache/tools/ant/taskdefs/optional/junit/remote/

Directory Created:
2002-01-05 19:10
Directory Deleted:
2002-02-01 23:53
Total Files:
0
Deleted Files:
11
Lines of Code:
0

Browse with ViewVC

[root]/proposal/sandbox/junit/src/main/org/apache/tools/ant/taskdefs/optional/junit/remote

Lines of Code

proposal/sandbox/junit/src/main/org/apache/tools/ant/taskdefs/optional/junit/remote/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
sbailliez 53 (100.0%) 267 (100.0%) 5.0

Most Recent Commits

sbailliez 2002-02-01 23:53

Moving to rjunit package to avoid conflicts

0 lines of code changed in:

sbailliez 2002-02-01 22:18

Socket error occurs when running multiple times...there must be something

wrong with the shutdown

15 lines of code changed in:

  • proposal/sandbox/junit/src/main/org/apache/tools/ant/taskdefs/optional/junit/remote: Messenger.java (+4 -4), Server.java (+11)
sbailliez 2002-02-01 21:39

- Add equals method to event.

- Fix server shutdown

20 lines of code changed in:

sbailliez 2002-02-01 19:56

Dirty exception handling for now

5 lines of code changed in:

  • proposal/sandbox/junit/src/main/org/apache/tools/ant/taskdefs/optional/junit/remote: TestRunner.java (+5 -1)
sbailliez 2002-02-01 19:55

- Dirty exception handling for now.

12 lines of code changed in:

  • proposal/sandbox/junit/src/main/org/apache/tools/ant/taskdefs/optional/junit/remote: Messenger.java (+1 -1), Server.java (+11 -5)
sbailliez 2002-01-30 21:34

fix constants for suites events

2 lines of code changed in:

  • proposal/sandbox/junit/src/main/org/apache/tools/ant/taskdefs/optional/junit/remote: EventDispatcher.java (+2 -2)
sbailliez 2002-01-30 21:06

Prepare for listener changes and event types.

51 lines of code changed in:

sbailliez 2002-01-27 18:29

- Add additional log statements

5 lines of code changed in:

  • proposal/sandbox/junit/src/main/org/apache/tools/ant/taskdefs/optional/junit/remote: TestRunner.java (+5)
sbailliez 2002-01-14 23:12

Fix Javadoc

11 lines of code changed in:

sbailliez 2002-01-13 23:40

- Clean up

- Refactored some code and moved protected fields to private

38 lines of code changed in:

sbailliez 2002-01-13 13:55

- Make the socket server cleaning up any connected client

and its input and output so that the JDK bug on Windows

does not shows up.

- Clean up.

- Fix the test, the thread was not the lock owner..dooh !

37 lines of code changed in:

sbailliez 2002-01-11 20:56

- Fix copyright date

6 lines of code changed in:

sbailliez 2002-01-06 21:38

Adding more code to the JUnit task.

Still not functional but getting closer.

Roughly there is the test collector missing.

4 lines of code changed in:

  • proposal/sandbox/junit/src/main/org/apache/tools/ant/taskdefs/optional/junit/remote: TestRunner.java (+4 -4)
sbailliez 2002-01-05 22:08

Rename the listener methods to onXXX(). It is more meaningful in this case

since otherwise it conflitcts somewhat with the testXXX methods in a testcase.



It leads to terrible code in testcase since we cannot then say that the testcase

is a testrunlistener (or a formatter) because of the method naming guidelines.

7 lines of code changed in:

  • proposal/sandbox/junit/src/main/org/apache/tools/ant/taskdefs/optional/junit/remote: MessageReader.java (+7 -7)
sbailliez 2002-01-05 20:18

initial commit.

Code based from Erich Gamma's plugin for Eclipse.

It has been heavily changed so I believe that not much is in

common now except the content of the message identifiers. :-)



I use Base64 encoding for transferring serialized objects and stacktrace.

This can be greatly simplified but it is ok for now.

53 lines of code changed in:

sbailliez 2002-01-05 19:10

Code stolen from commons-sandbox.

This will stay here (code duplication is cool :-) until there is an official

release of commons-util

1 lines of code changed in:

  • proposal/sandbox/junit/src/main/org/apache/tools/ant/taskdefs/optional/junit/remote: Base64.java (new 1)
Generated by StatSVN 0.3.2-SNAPSHOT