Author: bodewig
Date: Thu Aug 11 02:47:00 2011
New Revision: 1156456
URL: http://svn.apache.org/viewvc?rev=1156456&view=rev
Log:
clarify status of JUnit adapters
Added:
ant/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/junit3/package.html
(with props)
ant/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/junit4/package.html
(with props)
Modified:
ant/antlibs/antunit/trunk/changes.xml
Modified: ant/antlibs/antunit/trunk/changes.xml
URL:
http://svn.apache.org/viewvc/ant/antlibs/antunit/trunk/changes.xml?rev=1156456&r1=1156455&r2=1156456&view=diff
==============================================================================
--- ant/antlibs/antunit/trunk/changes.xml (original)
+++ ant/antlibs/antunit/trunk/changes.xml Thu Aug 11 02:47:00 2011
@@ -59,7 +59,9 @@
test.
</action>
<action type="add">
- Add Junit3 and Junit4 adapters allowing to launch AntUnit script from
JUnit runner
+ Add experimental JUnit3 and JUnit4 adapters allowing to launch
+ AntUnit script from JUnit runner. The API of that code is not
+ fixed and may change in future releases.
</action>
<action type="update">
expectfailure report the original build exception chained when failing
Added:
ant/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/junit3/package.html
URL:
http://svn.apache.org/viewvc/ant/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/junit3/package.html?rev=1156456&view=auto
==============================================================================
---
ant/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/junit3/package.html
(added)
+++
ant/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/junit3/package.html
Thu Aug 11 02:47:00 2011
@@ -0,0 +1,27 @@
+<html>
+<!--
+
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+-->
+ <body>
+ <p><b>EXPERIMENTAL</b> adapter to run AntUnit tests from within a
+ JUnit3 test runner.</p>
+
+ <p>This API is considered unstable and may be modified or even
+ removed in future releases.</p>
+ </body>
+</html>
Propchange:
ant/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/junit3/package.html
------------------------------------------------------------------------------
svn:eol-style = native
Added:
ant/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/junit4/package.html
URL:
http://svn.apache.org/viewvc/ant/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/junit4/package.html?rev=1156456&view=auto
==============================================================================
---
ant/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/junit4/package.html
(added)
+++
ant/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/junit4/package.html
Thu Aug 11 02:47:00 2011
@@ -0,0 +1,27 @@
+<html>
+<!--
+
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+-->
+ <body>
+ <p><b>EXPERIMENTAL</b> adapter to run AntUnit tests from within a
+ JUnit4 test runner.</p>
+
+ <p>This API is considered unstable and may be modified or even
+ removed in future releases.</p>
+ </body>
+</html>
Propchange:
ant/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/junit4/package.html
------------------------------------------------------------------------------
svn:eol-style = native