Skip to content

Add full Modelica TestCase annotation also to Base Modelica #3542

New issue

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

Open
wants to merge 2 commits into
base: MCP/0031
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions RationaleMCP/0031/annotations.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ These are all the non-vendor specific annotations inherited from full Modelica t
- `choices` — Applied to a parameter or variable, can be used to enumerate and tag different values for parameter input
- `experiment` — In the class annotation of the `model`, provide the default start time, stop time, tolerance, and interval length

These are all the non-vendor specific annotations inherited from full Modelica that are relevant for tool development and testing:
- `TestCase` — In the class annotation of the `model`, indicate that content is a test case, and whether translation is expected to succeed or not

These are the new annotations introduced in Base Modelica, each explained in more detail below:
- [`Protected`](#protected) — Indicate whether component declaration comes from protected section in original full Modelica model
- [`solverMethod`](#solvermethod) — Discretization method for a clocked sub-partition
Expand Down