Loading plugins/org.etsi.mts.tdl.execution.java.codegen/src/org/etsi/mts/tdl/execution/java/codegen/JUnitTestGenerator.java +2 −2 Original line number Diff line number Diff line Loading @@ -883,7 +883,7 @@ public class JUnitTestGenerator extends Renderer { if (verdict != null) write(((Assertion) b).getOtherwise(), dataUseVariables); else append("Verdict.fail"); append("VerdictImpl.fail"); line(");"); writeNotification(b, false); Loading Loading @@ -1774,7 +1774,7 @@ public class JUnitTestGenerator extends Renderer { if (m == null) { DataType t = dataInstance.getDataType(); if (isVerdict(t)) { append("Verdict." + dataInstance.getName()); append("VerdictImpl." + dataInstance.getName()); } else throw new RuntimeException("Mapping missing for: " + dataInstance.getQualifiedName()); Loading Loading
plugins/org.etsi.mts.tdl.execution.java.codegen/src/org/etsi/mts/tdl/execution/java/codegen/JUnitTestGenerator.java +2 −2 Original line number Diff line number Diff line Loading @@ -883,7 +883,7 @@ public class JUnitTestGenerator extends Renderer { if (verdict != null) write(((Assertion) b).getOtherwise(), dataUseVariables); else append("Verdict.fail"); append("VerdictImpl.fail"); line(");"); writeNotification(b, false); Loading Loading @@ -1774,7 +1774,7 @@ public class JUnitTestGenerator extends Renderer { if (m == null) { DataType t = dataInstance.getDataType(); if (isVerdict(t)) { append("Verdict." + dataInstance.getName()); append("VerdictImpl." + dataInstance.getName()); } else throw new RuntimeException("Mapping missing for: " + dataInstance.getQualifiedName()); Loading