mx.nic.labs.reddog:rdap-renderer-test-api

Renderer Test API for implementations of mx.nic.labs.reddog:rdap-rendere-api

License

License

GroupId

GroupId

mx.nic.labs.reddog
ArtifactId

ArtifactId

rdap-renderer-test-api
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

mx.nic.labs.reddog:rdap-renderer-test-api
Renderer Test API for implementations of mx.nic.labs.reddog:rdap-rendere-api
Project URL

Project URL

https://www.reddog.mx
Source Code Management

Source Code Management

http://github.com/nicmx/rdap-renderer-test-api/tree/master

Download rdap-renderer-test-api

How to add to project

<!-- https://jarcasting.com/artifacts/mx.nic.labs.reddog/rdap-renderer-test-api/ -->
<dependency>
    <groupId>mx.nic.labs.reddog</groupId>
    <artifactId>rdap-renderer-test-api</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/mx.nic.labs.reddog/rdap-renderer-test-api/
implementation 'mx.nic.labs.reddog:rdap-renderer-test-api:1.0.0'
// https://jarcasting.com/artifacts/mx.nic.labs.reddog/rdap-renderer-test-api/
implementation ("mx.nic.labs.reddog:rdap-renderer-test-api:1.0.0")
'mx.nic.labs.reddog:rdap-renderer-test-api:jar:1.0.0'
<dependency org="mx.nic.labs.reddog" name="rdap-renderer-test-api" rev="1.0.0">
  <artifact name="rdap-renderer-test-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='mx.nic.labs.reddog', module='rdap-renderer-test-api', version='1.0.0')
)
libraryDependencies += "mx.nic.labs.reddog" % "rdap-renderer-test-api" % "1.0.0"
[mx.nic.labs.reddog/rdap-renderer-test-api "1.0.0"]

Dependencies

compile (2)

Group / Artifact Type Version
mx.nic.labs.reddog : rdap-renderer-api jar 1.0.0
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Red Dog's Renderer Test API

API from which renderer implementations are expected to use in its unit tests.

Must be added as a dependency with a test scope to the pom.xml file of the renderer implementation (e.g. look at rdap-json-renderer pom.xml file), depends on JUnit as well:

<dependency>
	<groupId>mx.nic.rdap</groupId>
	<artifactId>rdap-renderer-test-api</artifactId>
	<version>1.0.0</version>
	<scope>test</scope>
</dependency>
<dependency>
	<groupId>junit</groupId>
	<artifactId>junit</artifactId>
	<version>4.12</version>
	<scope>test</scope>
</dependency>

Documentation

The general documentation can be seen here, within the docs there's more specific documentation that can be seen at Unit testing of Renderer implementation.

Contact

Any comment or feedback is welcomed, issues can be reported at Red Dog's Github corner.

Visit our contact page to get more information.

License

Red Dog is licensed under Apache License 2.0.

mx.nic.labs.reddog

Versions

Version
1.0.0