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
Apparently, Modelator (and by transitivity Atomkraft) doesn't negate test assertions represented as trace invariants properly.
For the following command:
atomkraft model sample --model-path models/bank/BankSendTests.tla --examples TestThreeOutcomes --traces-dir traces/bank --max_error=10 --view=ActionView
I get
Sampling TestThreeOutcomes... Results: Parsing error 💥 Parse error at BankSendTests__negated.tla: None
Here TestThreeOutcomes is the following:
\* @type: Seq(STATE) => Bool; TestThreeOutcomes(trace) == LET outcomes == { trace[s].outcome : s \in DOMAIN trace } IN Cardinality(outcomes) >= 3
Most probably we don't expect test assertions to have parameters.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Apparently, Modelator (and by transitivity Atomkraft) doesn't negate test assertions represented as trace invariants properly.
For the following command:
I get
Here TestThreeOutcomes is the following:
Most probably we don't expect test assertions to have parameters.
The text was updated successfully, but these errors were encountered: