Skip to content
Snippets Groups Projects
Commit 727f4c5e authored by Sophie Coudert's avatar Sophie Coudert
Browse files

complete one test for error cases (in progress)

parent d4434783
No related branches found
No related tags found
2 merge requests!508Avatar sys ml 04 2024,!507Avatar sys ml 04 2024
......@@ -83,9 +83,10 @@ public class CLIAvatar2SysMLV2Test extends AbstractTest implements InterpreterOu
"WARNING : blocs of relation @SYN0:B0-B1 unspecified, recovered from channel @syn:B0.in0<B1.out1",
"ERROR (l34,c9): Field x of out-message is associated to a field (a) in in-message that does not exist (c.f. l25,c5)",
"ERROR (l53,c5): Channel @syn:B0.out0>B1.in1 of in-message associated to out-message has only one associated signal" +
" (missing binding?) (c.f. l40,c5)"
" (missing binding?) (c.f. l40,c5)",
"ERROR (l120,c26): ident b is used but not declared in block B0"
}; //
private final boolean[] errorFromNull = {true,true,false,true,true};
private final boolean[] errorFromNull = {true,true,false,true,true,true};
private StringBuilder outputResult;
......
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