Skip to content

Commit

Permalink
Issue-#125: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dakusui committed Sep 12, 2017
1 parent 8cf4354 commit 3a4880f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)
Expand Down

0 comments on commit 3a4880f

Please sign in to comment.