elaborate on new tests in readme

This commit is contained in:
Aidan Hahn 2019-05-23 19:37:51 -07:00
parent 8a513164ab
commit 18f5ffd289
No known key found for this signature in database
GPG key ID: 327711E983899316

View file

@ -36,4 +36,4 @@ At this point you can copy the staging/client or staging/server folders to any e
# Testing # Testing
Running the gradle test task, or the buildwrapper will run all junit tests. Running the gradle test task, or the buildwrapper will run all junit tests.
Currently that includes a test of certificate based authentication (Mutual TLS) and unit tests for the thread safe process control module Currently that includes a test of certificate based authentication (Mutual TLS), tests for the thread safe process control module, and tests ensureing that only one thread can edit process information at a time.