4
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 20, 2023 — Jan 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
no longer needed now we use Nexus More... over 13 years ago
add license and organization to POM More... over 13 years ago
and back to alpha again More... over 13 years ago
prepare for AntUnit 1.2 release More... over 13 years ago
clarify status of JUnit adapters More... over 13 years ago
verify a resource exists prior to validating its contents More... almost 14 years ago
typo More... almost 14 years ago
new assertResourceExists and assertResourceDoesntExist conditions More... almost 14 years ago
make tests pass on Windows where each pathelement gets the drive letter added to the front More... almost 14 years ago
adapt to modified CDATA section escaping in trunk More... over 14 years ago
merge err/out changes from Ant's trunk (output to HTML rather than plain text) More... over 14 years ago
typo More... over 14 years ago
file name doesn't match class name More... over 14 years ago
allow passing references from antunit task to tests. PR 49168. Submitted by Jason Trump More... over 14 years ago
whitespace More... almost 15 years ago
use built-in POM mechanism of common/m2.xml More... almost 15 years ago
Add a fail task that makes a test case fail if no condition is provided or if the provided one is evaluated to false More... about 15 years ago
fix: assertPropertyContains was not checking the value of the property but the name of the property. More... about 15 years ago
Ant's Bugzilla issue 39492 applies to AntUnit as well. Properly escape XML in stacktraces More... over 15 years ago
clean warnings More... over 15 years ago
organize import More... over 15 years ago
Report properly BuildException generated when parsing antunit script from Junit4 More... almost 16 years ago
Minimal pom helping to install latest antunit version on a maven repository More... almost 16 years ago
remove redundant boilerplate code from NOTICE files More... almost 16 years ago
handle more completely junit4 suites More... almost 16 years ago
eol-style More... almost 16 years ago
Add error handling in the initalisation of the project More... almost 16 years ago
missing license headers More... almost 16 years ago
Add Junit3 and Junit4 adapters allowing to launch AntUnit script from JUnit runner (I still have some weakness to fix in the junit4 runner) More... almost 16 years ago
Refactoring : - Move active/inactive state managment from AntUnitScriptRunner to AntUnit - Split AntUnitExecutionPlatform into a ProjectFactory (required to parse the script) and AntUnitExceutionNotifier (required to run the script) - Move the invocation of the sequence suiteSetUp, test targets suiteTearDown from AntUnit to AntUnitScriptRunner More... almost 16 years ago