Last Version

TDDoc 2.0.0

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.

License

License

RMock License
GroupId

GroupId

com.agical.rmock
ArtifactId

ArtifactId

tddoc
Version

Version

2.0.0
Type

Type

jar
Description

Description

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.
Project URL

Project URL

http://rmock.sourceforge.net
Project Organization

Project Organization

Agical AB
Source Code Management

Source Code Management

http://rmock.cvs.sourceforge.net/rmock/tddoc

Download tddoc 2.0.0


<!-- https://jarcasting.com/artifacts/com.agical.rmock/tddoc/ -->
<dependency>
    <groupId>com.agical.rmock</groupId>
    <artifactId>tddoc</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.agical.rmock/tddoc/
implementation 'com.agical.rmock:tddoc:2.0.0'
// https://jarcasting.com/artifacts/com.agical.rmock/tddoc/
implementation ("com.agical.rmock:tddoc:2.0.0")
'com.agical.rmock:tddoc:jar:2.0.0'
<dependency org="com.agical.rmock" name="tddoc" rev="2.0.0">
  <artifact name="tddoc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.agical.rmock', module='tddoc', version='2.0.0')
)
libraryDependencies += "com.agical.rmock" % "tddoc" % "2.0.0"
[com.agical.rmock/tddoc "2.0.0"]

Dependencies

compile (2)

Group / Artifact Type Version
velocity : velocity jar 1.4
com.agical.rmock : rmock jar 2.0.0

runtime (2)

Group / Artifact Type Version
commons-collections : commons-collections jar 3.1
avalon-logkit : avalon-logkit jar 2.0

Project Modules

There are no modules declared in this project.