Commit Graph

50 Commits

Author SHA1 Message Date
jkf 7b53475312 updated reference to license from http to https using find . -type f -exec sed -i s/http://www.apache.org/licenses/LICENSE-2.0/https://www.apache.org/licenses/LICENSE-2.0/ {} \; 2019-05-26 22:44:16 +02:00
Stefan Bodewig cac02039dc moved to gitbox 2018-12-17 09:24:42 +01:00
Stefan Bodewig f66f1178dc AntUnit now requires Ant 1.8.1 2018-06-22 06:44:05 +02:00
Jaikiran Pai 592579abfd Fix assertTrue example in docs 2018-06-20 09:03:10 +05:30
Stefan Bodewig a08cb64ca1 fix source code link 2018-06-19 19:58:20 +02:00
Stefan Bodewig e22525b321 we're not in svn anymore 2018-04-27 07:55:06 +02:00
Stefan Bodewig a906373e36 PR 56470 - merge messages in logContent only when asked to
git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@1592860 13f79535-47bb-0310-9956-ffa450edef68
2014-05-06 20:11:49 +00:00
Stefan Bodewig c3b4b5563d PR 56470 - merge messages in assertLogContains only when asked to
git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@1592859 13f79535-47bb-0310-9956-ffa450edef68
2014-05-06 20:01:13 +00:00
Stefan Bodewig 07c05b0034 PR 43582 add a new AntUnitListener that immediately forwards all log output
git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@1591967 13f79535-47bb-0310-9956-ffa450edef68
2014-05-02 16:40:26 +00:00
Stefan Bodewig 612c532036 PR 53383 add new assertions that really work with non-file resoucres
git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@1591586 13f79535-47bb-0310-9956-ffa450edef68
2014-05-01 09:57:49 +00:00
Stefan Bodewig e9b4bb4ae9 fix link
git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@1301341 13f79535-47bb-0310-9956-ffa450edef68
2012-03-16 05:25:26 +00:00
Stefan Bodewig efc648b621 assertResourceExists doesn't work with Ant 1.7.x and never will, document workaround. PR 52332.
git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@1225447 13f79535-47bb-0310-9956-ffa450edef68
2011-12-29 06:26:04 +00:00
Stefan Bodewig 7a4cc46b0a new assertResourceExists and assertResourceDoesntExist conditions
git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@1063181 13f79535-47bb-0310-9956-ffa450edef68
2011-01-25 09:29:02 +00:00
Stefan Bodewig 95b8daf2a7 allow passing references from antunit task to tests. PR 49168. Submitted by Jason Trump
git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@939555 13f79535-47bb-0310-9956-ffa450edef68
2010-04-30 04:25:04 +00:00
Stefan Bodewig cd5ca3a0b8 sync docs with antlib
git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@738428 13f79535-47bb-0310-9956-ffa450edef68
2009-01-28 09:59:28 +00:00
Stefan Bodewig 4added682f bump a few versions
git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@689353 13f79535-47bb-0310-9956-ffa450edef68
2008-08-27 04:12:43 +00:00
Stefan Bodewig b015abd416 add a resourceDoesntContain assertion
git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@688099 13f79535-47bb-0310-9956-ffa450edef68
2008-08-22 15:33:21 +00:00
Stefan Bodewig 7d90c2b1a0 document assertResourceContains
git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@688096 13f79535-47bb-0310-9956-ffa450edef68
2008-08-22 15:29:46 +00:00
Stefan Bodewig 5481b97906 Document suiteSetUp and suiteTearDown
git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@645890 13f79535-47bb-0310-9956-ffa450edef68
2008-04-08 13:01:45 +00:00
Stefan Bodewig f78bb6947e Add logging of messages to plainlistener, based on code submitted by David Jackman
git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@645829 13f79535-47bb-0310-9956-ffa450edef68
2008-04-08 10:30:44 +00:00
Stefan Bodewig 3407316623 new assertDoesntMatch assertion, bugzilla issue 43639, submitted by David Jackman
git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@601404 13f79535-47bb-0310-9956-ffa450edef68
2007-12-05 16:41:42 +00:00
Jan Materne 066c175333 New Failure Listener, like the new one for JUnit.
git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@574848 13f79535-47bb-0310-9956-ffa450edef68
2007-09-12 08:49:57 +00:00
Jan Materne 5fca9fae81 Typo
git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@574847 13f79535-47bb-0310-9956-ffa450edef68
2007-09-12 08:47:48 +00:00
Jacobus Martinus Kruithof 2509863660 Bug 42745 assertFileExists example wrong, should use @file instead of @name
bug reported by Jim Fuller

git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@552213 13f79535-47bb-0310-9956-ffa450edef68
2007-06-30 21:04:24 +00:00
Antoine Levy-Lambert bc037a932e modified closing tag. Are attributes allowed on closing tags ?
git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@468783 13f79535-47bb-0310-9956-ffa450edef68
2006-10-28 23:17:29 +00:00
Matthew Jason Benson 31285eb10b Hopefully make wording a little more clear.
git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@452566 13f79535-47bb-0310-9956-ffa450edef68
2006-10-03 16:45:02 +00:00
Peter Reilly a3bc6e04fe add assertMatches assertion
git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@451040 13f79535-47bb-0310-9956-ffa450edef68
2006-09-28 22:12:58 +00:00
Matthew Jason Benson 34314ee4f7 fix spelling
git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@450176 13f79535-47bb-0310-9956-ffa450edef68
2006-09-26 20:16:27 +00:00
Matthew Jason Benson 3256d9412f add logcontent typedef and doco.
git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@449083 13f79535-47bb-0310-9956-ffa450edef68
2006-09-22 20:48:20 +00:00
Matthew Jason Benson 50be1f0abb sp
git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@448972 13f79535-47bb-0310-9956-ffa450edef68
2006-09-22 15:53:35 +00:00
Stefan Bodewig 91c268f3bf update docs
git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@447724 13f79535-47bb-0310-9956-ffa450edef68
2006-09-19 04:31:21 +00:00
Matthew Jason Benson 8b41edd5ac correction and a couple of capitalizations
git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@447580 13f79535-47bb-0310-9956-ffa450edef68
2006-09-18 21:42:18 +00:00
Stefan Bodewig eb24b0e8c5 use common CSS stylesheet
git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@447521 13f79535-47bb-0310-9956-ffa450edef68
2006-09-18 19:47:04 +00:00
Stefan Bodewig 3a7b253d9c Add license, remove copyright
git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@442446 13f79535-47bb-0310-9956-ffa450edef68
2006-09-12 04:30:58 +00:00
Stefan Bodewig 02166c52be Add an errorProperty attribute, document failOnError attribute
git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@437205 13f79535-47bb-0310-9956-ffa450edef68
2006-08-26 18:48:48 +00:00
Stefan Bodewig 8f66282084 add documentation
git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@433145 13f79535-47bb-0310-9956-ffa450edef68
2006-08-21 04:11:49 +00:00
Stefan Bodewig 77d58419c4 allow plainlistener to write reports to files
git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@432741 13f79535-47bb-0310-9956-ffa450edef68
2006-08-18 21:59:15 +00:00
Stefan Bodewig 6d8263d69b <propertyset> support for <antunit>
git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@426650 13f79535-47bb-0310-9956-ffa450edef68
2006-07-28 19:16:29 +00:00
Stefan Bodewig 0165fa637c soon?
git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@425957 13f79535-47bb-0310-9956-ffa450edef68
2006-07-27 04:35:42 +00:00
Stefan Bodewig f8eb6f6815 'test' is not an AntUnit test target
git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@425623 13f79535-47bb-0310-9956-ffa450edef68
2006-07-26 04:58:57 +00:00
Stefan Bodewig 059a6cfc99 fine tune resource collection support
git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@425273 13f79535-47bb-0310-9956-ffa450edef68
2006-07-25 04:36:58 +00:00
Steve Loughran 9e21e1d5d3 1. typos in assertTask
2. ExpectFailure now does a substring check for the expectedMessage, not a simple exact match
3. AntUnit actually fails the build if the tests failed.

git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@411613 13f79535-47bb-0310-9956-ffa450edef68
2006-06-04 22:34:30 +00:00
Steve Loughran 9d5ffa7294 spelling correction, including that of index.html
git-svn-id: https://svn.apache.org/repos/asf/ant/sandbox/antlibs/antunit/trunk@331039 13f79535-47bb-0310-9956-ffa450edef68
2005-11-05 22:30:01 +00:00
Stefan Bodewig 3b7ee9a084 No classloader issue, just me being unable to read 'name of the data-type'.
git-svn-id: https://svn.apache.org/repos/asf/ant/sandbox/antlibs/antunit/trunk@209304 13f79535-47bb-0310-9956-ffa450edef68
2005-07-05 18:55:47 +00:00
Stefan Bodewig b5362524f1 new assertions for log handling
git-svn-id: https://svn.apache.org/repos/asf/ant/sandbox/antlibs/antunit/trunk@209084 13f79535-47bb-0310-9956-ffa450edef68
2005-07-04 14:12:15 +00:00
Stefan Bodewig bb23f0df31 Make log output available to test runs
git-svn-id: https://svn.apache.org/repos/asf/ant/sandbox/antlibs/antunit/trunk@209073 13f79535-47bb-0310-9956-ffa450edef68
2005-07-04 13:35:24 +00:00
Stefan Bodewig 9d993df70f New assertions for references
git-svn-id: https://svn.apache.org/repos/asf/ant/sandbox/antlibs/antunit/trunk@209070 13f79535-47bb-0310-9956-ffa450edef68
2005-07-04 13:12:05 +00:00
Stefan Bodewig 74933f8b7e New task expectfailure
git-svn-id: https://svn.apache.org/repos/asf/ant/sandbox/antlibs/antunit/trunk@209062 13f79535-47bb-0310-9956-ffa450edef68
2005-07-04 12:07:49 +00:00
Stefan Bodewig 1668fcf81c Add two new assertions
git-svn-id: https://svn.apache.org/repos/asf/ant/sandbox/antlibs/antunit/trunk@208739 13f79535-47bb-0310-9956-ffa450edef68
2005-07-01 09:39:53 +00:00
Stefan Bodewig 2684d535fb Add some documentation
git-svn-id: https://svn.apache.org/repos/asf/ant/sandbox/antlibs/antunit/trunk@202481 13f79535-47bb-0310-9956-ffa450edef68
2005-06-30 04:48:49 +00:00