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
We need to implement new prepareTestState helper in TestCase class. This method should works with two argument: modelName and exportMode.
prepareTestState
This method should create ModelTest state and set global exprt mode for it.
The text was updated successfully, but these errors were encountered:
#124: Implemented helper to generate test state.
d40e56d
#124: Wrote test for the helper that generates test state.
5ce3a7e
ulin-evgeny
No branches or pull requests
We need to implement new
prepareTestState
helper in TestCase class. This method should works with two argument: modelName and exportMode.This method should create ModelTest state and set global exprt mode for it.
The text was updated successfully, but these errors were encountered: