Download JUnitEE Free Java Code

Description

JUnitEE is a simple extension to JUnit which allows standard test cases to be run from within a J2EE application server. It is composed primarily of a servlet which outputs the test results as html or xml.

Source Files

The download file JUnitEE-master.zip has the following entries.


.gitattributes//from  w w  w .ja  va2  s.c  om
.gitignore
README.md
junitee-anttask/pom.xml
junitee-anttask/src/main/java/org/junitee/anttask/AbstractResultFormatter.java
junitee-anttask/src/main/java/org/junitee/anttask/AuthImpl.java
junitee-anttask/src/main/java/org/junitee/anttask/BriefResultFormatter.java
junitee-anttask/src/main/java/org/junitee/anttask/FormatterElement.java
junitee-anttask/src/main/java/org/junitee/anttask/JUnitEEResultFormatter.java
junitee-anttask/src/main/java/org/junitee/anttask/JUnitEETask.java
junitee-anttask/src/main/java/org/junitee/anttask/JUnitEETest.java
junitee-anttask/src/main/java/org/junitee/anttask/JUnitEEWarTask.java
junitee-anttask/src/main/java/org/junitee/anttask/PlainResultFormatter.java
junitee-anttask/src/main/java/org/junitee/anttask/SummaryResultFormatter.java
junitee-anttask/src/main/java/org/junitee/anttask/XMLResultFormatter.java
junitee-anttask/src/main/resources/index.html
junitee/Readme.txt
junitee/doc/antguide.html
junitee/doc/bullets_green_hook.png
junitee/doc/bullets_orange_x.png
junitee/doc/bullets_red_x.png
junitee/doc/contact.html
junitee/doc/extlink.png
junitee/doc/extwindow.png
junitee/doc/index.html
junitee/doc/info.png
junitee/doc/menuback.png
junitee/doc/news.html
junitee/doc/releasenotes.html
junitee/doc/result.png
junitee/doc/runner.png
junitee/doc/runner_methods.png
junitee/doc/stylesheet.css
junitee/doc/tutorial.html
junitee/doc/tutorial/AllClasses.html
junitee/doc/tutorial/front.html
junitee/doc/tutorial/index.html
junitee/doc/tutorial/org.junitee.ejb.einstein.index.html
junitee/doc/tutorial/org.junitee.ejb.einstein.test.index.html
junitee/doc/tutorial/org/junitee/ejb/einstein/BadNumberException.java.html
junitee/doc/tutorial/org/junitee/ejb/einstein/Einstein.java.html
junitee/doc/tutorial/org/junitee/ejb/einstein/EinsteinBusiness.java.html
junitee/doc/tutorial/org/junitee/ejb/einstein/EinsteinEJB.java.html
junitee/doc/tutorial/org/junitee/ejb/einstein/EinsteinHome.java.html
junitee/doc/tutorial/org/junitee/ejb/einstein/test/EinsteinTest.java.html
junitee/doc/tutorial/packages.html
junitee/doc/tutorial/stylesheet.css
junitee/doc/usersguide.html
junitee/example/build.xml
junitee/example/src/deploy/app-ear/application.xml
junitee/example/src/deploy/ejb-jar/ejb-jar.xml
junitee/example/src/java/org/junitee/ejb/einstein/BadNumberException.java
junitee/example/src/java/org/junitee/ejb/einstein/Einstein.java
junitee/example/src/java/org/junitee/ejb/einstein/EinsteinBusiness.java
junitee/example/src/java/org/junitee/ejb/einstein/EinsteinBusinessImpl.java
junitee/example/src/java/org/junitee/ejb/einstein/EinsteinEJB.java
junitee/example/src/java/org/junitee/ejb/einstein/EinsteinHome.java
junitee/example/src/java/org/junitee/ejb/einstein/test/ActiveTestSuiteTest.java
junitee/example/src/java/org/junitee/ejb/einstein/test/DecoratedSetupTest.java
junitee/example/src/java/org/junitee/ejb/einstein/test/EinsteinTest.java
junitee/example/src/java/org/junitee/ejb/einstein/test/EinsteinTest4.java
junitee/example/src/java/org/junitee/ejb/einstein/test/JUnitEETestSetup.java
junitee/example/src/java/org/junitee/ejb/einstein/test/JUnitTest.java
junitee/example/src/java/org/junitee/ejb/einstein/test/LongRunningTest.java
junitee/example/src/java/org/junitee/ejb/einstein/test/NoClassDefTest.java
junitee/example/src/java/org/junitee/ejb/einstein/test/NoTestMethodTest.java
junitee/example/src/java/org/junitee/ejb/einstein/test/NotATestClassTest.java
junitee/example/src/java/org/junitee/ejb/einstein/test/RepeatedEinsteinTest.java
junitee/example/src/java/org/junitee/ejb/einstein/test/SetupExceptionTest.java
junitee/example/src/java/org/junitee/ejb/einstein/test/SetupTest.java
junitee/example/src/java/org/junitee/ejb/einstein/test/SuiteOfSuitesTest.java
junitee/example/src/web-app/WEB-INF/web.xml
junitee/example/src/web-app/index.html
junitee/example/src/web-app/result.jsp
junitee/pom.xml
junitee/qa/reference/run-tests
junitee/qa/reference/run-tests-error
junitee/qa/reference/run-tests-fail
junitee/qa/reference/run-tests-if
junitee/qa/reference/run-tests-unless
junitee/qa/reference/war-qa1
junitee/qa/reference/war-qa2
junitee/qa/reference/war-qa3
junitee/qa/scripts/war-qa.sh
junitee/qa/testplan.txt
junitee/src/main/java/org/junitee/output/AbstractOutput.java
junitee/src/main/java/org/junitee/output/HTMLOutput.java
junitee/src/main/java/org/junitee/output/OutputProducer.java
junitee/src/main/java/org/junitee/output/XMLOutput.java
junitee/src/main/java/org/junitee/runner/TestInfo.java
junitee/src/main/java/org/junitee/runner/TestRunner.java
junitee/src/main/java/org/junitee/runner/TestRunnerResults.java
junitee/src/main/java/org/junitee/runner/TestSuiteInfo.java
junitee/src/main/java/org/junitee/servlet/JUnitEEServlet.java
junitee/src/main/java/org/junitee/servlet/JUnitEEThreadedServlet.java
junitee/src/main/java/org/junitee/servlet/JUnitEEXMLServlet.java
junitee/src/main/java/org/junitee/util/CollectionUtils.java
junitee/src/main/java/org/junitee/util/StringUtils.java
junitee/src/main/resources/bullets_green_hook.png
junitee/src/main/resources/bullets_orange_x.png
junitee/src/main/resources/bullets_red_x.png
junitee/src/main/resources/info.png
junitee/src/main/resources/runner.html
maven-junite2-plugin/pom.xml
maven-junite2-plugin/src/main/java/org/junite2/MyMojo.java
testngEE/License.txt
testngEE/build.xml
testngEE/example/build.xml
testngEE/example/src/java/org/junitee/testngee/example/app/ExampleAppServlet.java
testngEE/example/src/java/org/junitee/testngee/example/probe/ProbeSessionAfter.java
testngEE/example/src/java/org/junitee/testngee/example/probe/ProbeSessionBefore.java
testngEE/example/src/java/org/junitee/testngee/example/test/TestProbe.java
testngEE/example/src/webapp/WEB-INF/web.xml
testngEE/example/suites/testProbe.xml
testngEE/example/suites/testng.xml
testngEE/lib/ant.jar
testngEE/lib/commons-codec-1.3.jar
testngEE/lib/commons-fileupload-1.0.jar
testngEE/lib/commons-httpclient-3.0-beta1.jar
testngEE/lib/commons-logging-1.0.3.jar
testngEE/lib/license_testng-4.0-jdk15.txt
testngEE/lib/servlet-api.jar
testngEE/lib/testng-4.0-jdk15.jar
testngEE/src/anttask/org/junitee/testngee/ant/AntTask.java
testngEE/src/probe/org/junitee/probe/util/ProbeDecoder.java
testngEE/src/probe/org/junitee/probe/util/ProbeEncoder.java
testngEE/src/probe/org/junitee/probe/web/BufferedResponseStream.java
testngEE/src/probe/org/junitee/probe/web/BufferedResponseWrapper.java
testngEE/src/probe/org/junitee/probe/web/WebContainerProbe.java
testngEE/src/probe/org/junitee/probe/web/WebContainerProbeFilter.java
testngEE/src/testrunner/org/junitee/testngee/servlet/TestNGEEServlet.java

Download

Click the following link to download JUnitEE-master.zip.

JUnitEE-master.zip




















Home »
  Java Free Code »
    Web Framework »




Framework Web
GWT
PlayFramework
PureMVC
RESTful
Servlet
websocket
Wicket