IAP GITLAB

Skip to content
Snippets Groups Projects
Commit eb3e53ec authored by ralfulrich's avatar ralfulrich Committed by Maximilian Reininghaus
Browse files

added comment

parent d52048fe
No related branches found
No related tags found
1 merge request!137Resolve "Add unit-tests for SwitchProcess in ProcessSequence"
Pipeline #811 passed
......@@ -293,6 +293,11 @@ TEST_CASE("Process Sequence", "[Process Sequence]") {
}
}
/*
Note: there is a fine-grained dedicated test-suite for SwitchProcess
in Processes/SwitchProcess/testSwtichProcess
*/
TEST_CASE("SwitchProcess") {
Process1 p1(0);
Process2 p2(0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment