License |
License
RMock License
|
---|---|
GroupId | GroupIdcom.agical.rmock |
ArtifactId | ArtifactIdtddoc |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTDDoc
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 |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
tddoc-2.0.0.pom | |
tddoc-2.0.0.jar | 159 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
velocity : velocity | jar | 1.4 |
com.agical.rmock : rmock | jar | 2.0.0 |
Group / Artifact | Type | Version |
---|---|---|
commons-collections : commons-collections | jar | 3.1 |
avalon-logkit : avalon-logkit | jar | 2.0 |