From 3a4880ff7857ff55f6ba5bf8269266d2fd58422c Mon Sep 17 00:00:00 2001 From: Hiroshi Ukai Date: Wed, 13 Sep 2017 05:03:20 +0900 Subject: [PATCH] Issue-#125: Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d67704bc..a0235b791 100644 --- a/README.md +++ b/README.md @@ -401,6 +401,10 @@ constraints, not given by ```tuple```. validated. And it might be re-desinged based on findings from the optimization and validation. +### Limitations +* If you have multiple test methods in your test class, you cannot run only one of them. + JCUnit has a helper class to work around the situation. Please refer to [Issue-125](https://github.com/dakusui/jcunit/issues/125). + ### TODOs * Validations * Default value of '@ConfigureWith' annotation: If the test class is implementing @@ -410,7 +414,6 @@ and validation. * FSM feature has already been implemented, but not yet tested in 0.8.x line. * Make the pipeline execute its internal processes where possible. - # References * [JCUnit wiki](https://github.com/dakusui/jcunit/wiki)