Skip to content
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.

Latest commit

 

History

History
9 lines (6 loc) · 389 Bytes

DEVELOPMENT.md

File metadata and controls

9 lines (6 loc) · 389 Bytes

Redlink Java SDK Development

Unit Tests

To properly run the test suite there are few requisites need to be in place:

  • At my.redlink.io, create an app test, including dbpedia, freebase and a custom dataset named test.
  • Copy the api key into the src/test/resources/api.key file.
  • Run the test suite with Maven or any compatible IDE: mvn test