We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As discussed in this blog, it would be useful to make generated test suite reusable.
As of now, JCUnit has "Recorder" and "Replayer" mechanism , but
At least JCUnit needs documented best practice for this.
The text was updated successfully, but these errors were encountered:
Made sure Recorder/Replayer mechanism can do it. But not documented enough. And we lack tests for this feature to ensure it can work with FSM tests.
Sorry, something went wrong.
Issue-#19: Reuse generated test suite.
d30dd2d
Issue-#19: (Finish) Implementation of test suite reuse feature. Remov…
1c84c81
…e 'main' method from IOUtils. Clean up import statements.
dakusui
No branches or pull requests
As discussed in this blog, it would be useful to make generated test suite reusable.
As of now, JCUnit has "Recorder" and "Replayer" mechanism , but
At least JCUnit needs documented best practice for this.
The text was updated successfully, but these errors were encountered: