aboutsummaryrefslogtreecommitdiffstats
path: root/java/jtiger
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup plistantoine2014-11-141-49/+0
|
* Minimum version of java is now 1.6bapt2014-04-101-1/+1
| | | | With hat: portmgr
* - Stage supportantoine2014-02-162-327/+310
| | | | - Remove deprecated NOPORTDATA
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-5/+2
| | | | java)
* - Fix the fetch errorwen2010-12-132-2/+1
| | | | Reported by: QAT@
* - Fix buildmiwi2008-07-092-335/+325
| | | | | | PR: 125418 Submitted by: maintainer Reported by: pavbot
* - Fix buildmiwi2008-06-231-2/+2
| | | | | Reported by: pavbot Approved by: maintainer implicit
* JTiger is a unit test framework and tools for the Java 2 Platform. Themiwi2008-06-204-0/+711
framework provides a useful abstraction on which to write unit test fixtures and unit test cases. JTiger tools provide functionality that is often desired in software unit testing environments. JTiger development encourages Test Driven Development, though it doesn't mandate it, and any unit testing software development technique is sufficient. WWW: http://www.jtiger.org PR: ports/124209 Submitted by: Wen Heping <wenheping at gmail.com>