Jar examples for t:tddoc
TDDoc aims to simplify the documentation of testdriven projects by utilizing comments, values and more in the testcases to generate documentation. This release of TDDoc was used to create the documentation for the RMock project. The PDF documentation is made from a generated DocBook XML file. The integrated Maven HTML documentation was made from a generated XDoc file. The documentation for TDDoc is ironically not very extensive, but the source from the Documentation project can serve as a big code example.
You can download jar file tddoc 2.0.0 in this page.
You can use the following script to add tddoc-2.0.0.jar to your project.
<dependency> <groupId>com.agical.rmock</groupId> <artifactId>tddoc</artifactId> <version>2.0.0</version> </dependency>
compile group: 'com.agical.rmock', name: 'tddoc', version: '2.0.0'
libraryDependencies += "com.agical.rmock" % "tddoc" % "2.0.0"
<dependency org="com.agical.rmock" name="tddoc" rev="2.0.0"/>
@Grapes(@Grab(group='com.agical.rmock', module='tddoc', version='2.0.0'))
'com.agical.rmock:tddoc:jar:2.0.0'
Click the following link to download the jar file.
tddoc-2.0.0.jar