Skip to content
Snippets Groups Projects
Commit eb840a5f authored by Daniel's avatar Daniel
Browse files

DOC: How-to run tests.

parent 53e3a929
No related branches found
No related tags found
No related merge requests found
---
title: Development
author: Daniel Hornung
...
# Developing the CaosDB server #
This file contains information about server development, it is aimed at those
who want to debug, understand or enhance the CaosDB server.
## Testing ##
Whether developing new features, refacturing code or fixing bugs, the server
code should be thoroughly tested for correct and incorrect behvaiour, on correct
and incorrect input.
### Writing tests ###
Tests go into `src/test/java/caosdb/`, the files there can serve as examples for
writing tests.
### Running tests with Maven ###
- Automatic testing can be done with `make test` or, after compilation, `mvn
test`.
- Tests of single modules can be started with `mvn test -Dtest=TextClass`
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment