GroboTestingJUnit version
1.2.1 JUnit Extensions
Table Of Contents- About JUnit Extensions
- Interface/Hierarchial Test Case (IFTC):
- Goals/Requirements
- Design
- Using
- Other Extensions:
- Using Integration Tests
- Using Multi-Threaded Tests
- Starting Other Tests In A Test
- Articles:
- Naming JUnit Tests
- JUnit Patterns
- Hierarchy Tests
- Enemy Unit Tests
- Integration Unit Tests
- Application Integration Tests
Project Summary:Section: testing-junit
(net.sourceforge.groboutils.junit.v1)
JUnit extentions for easing test making.
Status:
17-Jul-2003:
Updates to MultiThreadedTestRunner allow for monitors to check
the status of runners without needing to quit, and added the
ability to kill wild threads. The documentation for this has
been updated as well.
Section: testing-junit
(net.sourceforge.groboutils.junit.v1.parser)
Extracted the functionality used by
junit.framework.TestSuite to parse the Test classes, and
enabled it for easy exension to support different construction
mechanisms.
Status:
17-Jul-2003:
This is fairly stable, but the code coverage reports show that
it needs a bit more testing in some areas.
Section: testing-junit
(net.sourceforge.groboutils.junit.v1.iftc)
JUnit extention for helping in the creation of hierarchial test
cases, also known as 'contract' or 'interface' test-cases.
Status:
10-Jan-2004:
Found and fixed a minor bug with passing the message on an
assert in IntegrationTestCase.
|