Directory src/test/com/thoughtworks/xstream/converters/composite/

Directory Created:
2003-09-26 07:08
Directory Deleted:
2004-03-07 06:17
Total Files:
0
Deleted Files:
1
Lines of Code:
0

[root]/src/test/com/thoughtworks/xstream/converters/composite

Lines of Code

src/test/com/thoughtworks/xstream/converters/composite/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
joe 5 (100.0%) 28 (100.0%) 5.6

Most Recent Commits

joe 2004-03-07 06:17 Rev.: 97

Renamed ObjectWithFieldsConverter to rReflectionConverter

0 lines of code changed in 1 file:

  • src/test/com/thoughtworks/xstream/converters/composite: ObjectWithFieldsConverterTest.java (del)
joe 2004-02-22 18:11 Rev.: 68

Improved some test names to make more testdox friendly.

2 lines of code changed in 1 file:

  • src/test/com/thoughtworks/xstream/converters/composite: ObjectWithFieldsConverterTest.java (+2 -2)
joe 2003-10-25 14:36 Rev.: 15

Refactored sample objects in testcases to use commons-lang instead of custom equals/tostring/hashcode methods. Less code and less chance of human error.

3 lines of code changed in 1 file:

  • src/test/com/thoughtworks/xstream/converters/composite: ObjectWithFieldsConverterTest.java (+3 -9)
joe 2003-09-29 14:03 Rev.: 3

A weekend worth of changes with no home connectivity
- added XMLReaderDriver abstraction to allow easy switching of XML parsers
- StringBuffer converter
- XMLReader test cases
- W3C DOM XMLReader impl (removes DOM4J dependency)
- Refactoring: Converters now determine whether they can handle a type
- XStream facade: added methods to allow custom XMLReader/Writers to be used
- Refactoring: XMLWriter has more sensible test names
- Static/final/transient fields are not serialized

23 lines of code changed in 1 file:

  • src/test/com/thoughtworks/xstream/converters/composite: ObjectWithFieldsConverterTest.java (+23)
joe 2003-09-26 07:08 Rev.: 2

Initial commit

0 lines of code changed in 1 file:

  • src/test/com/thoughtworks/xstream/converters/composite: ObjectWithFieldsConverterTest.java (new)