0
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected 1 day ago.
May 28, 2023 — May 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
changed determineLocalID(...) to be id generator aware More... about 21 years ago
added util for generating unique local ids More... about 21 years ago
added meaningful toString() More... about 21 years ago
added some detailed javadocs More... about 21 years ago
made test descriptors serializable. More... about 21 years ago
made class serializable More... about 21 years ago
added style definitions for comments and hilights More... about 21 years ago
added convenience API for getting method More... about 21 years ago
added umbrella classpath to test4j.jar manifest. More... about 21 years ago
added ant external dep, and package-list to javadoc task More... about 21 years ago
added javadoc package-list for ant-1.5 More... about 21 years ago
added default logging configuration file More... about 21 years ago
renamed getIncompleteCount() to getSkipCount() for consistency More... about 21 years ago
FR# 711231. Fixed. Log name part encoding is now implemented More... about 21 years ago
FR# 711231. Updated spec to address log name encoding More... about 21 years ago
FR# 711236. Fixed for cases where root name is '' More... about 21 years ago
Created classpath URL handler, and modified Test4j driver to add the hander to the URL resolution system. Additionally, the contents of the "res" directory are now packaged into test4j.jar. More... about 21 years ago
removed notion of 'incomplete' -- incompletes are categorized as 'skipped' More... about 21 years ago
fixed run flow logic error More... about 21 years ago
refactored test class instantiation, collapsed runInternal to run, added callbacks to results reporter More... about 21 years ago
changed reportingss to return concrete reporter instead of null More... about 21 years ago
added to reporter interface and stock impl More... about 21 years ago
added concrete impl of report event More... about 21 years ago
cleaned up comment More... about 21 years ago
extracted code for robust Class.forName(...).newInstance() More... about 21 years ago
added usage documentation to javadocs More... about 21 years ago
changed runInternal to use contexts' global IDs More... about 21 years ago
added getGlobalID(...), getMostSpecific(...), getMostGeneral(...) More... about 21 years ago
renamed member m_id to m_localID; renamed method parameter 'id' to 'localID' More... about 21 years ago
added test for StringPrepender More... about 21 years ago