From 18f5ffd2890382a22d27ed72621256ca91917dfe Mon Sep 17 00:00:00 2001 From: Aidan Hahn Date: Thu, 23 May 2019 19:37:51 -0700 Subject: [PATCH] elaborate on new tests in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 355f4b3..1ea23f0 100644 --- a/README.md +++ b/README.md @@ -36,4 +36,4 @@ At this point you can copy the staging/client or staging/server folders to any e # Testing 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.