Lines Matching refs:echo

38     private static void echo(String message) {
47 echo("SUMMARY: Test IAE is thrown when typeName or description parameter is null " +
50 echo(">>> Create CompositeType with non null params: should be ok");
58 echo("+++ CompositeType created ok");
59 echo("");
61 echo(">>> Create TabularType with non null params: should be ok");
68 echo("+++ TabularType created ok");
69 echo("");
75 echo(">>> Create CompositeType with null typeName: expect IAE");
84 echo("*** IAE not thrown as expected ***");
85 echo("*** Test will FAIL ***");
86 echo("");
88 echo("+++ IAE thrown as expected");
89 echo("");
92 echo("*** Did not get IAE as expected, but instead: ");
94 echo("*** Test will FAIL ***");
95 echo("");
99 echo(">>> Create TabularType with null typeName: expect IAE");
107 echo("*** IAE not thrown as expected ***");
108 echo("*** Test will FAIL ***");
109 echo("");
111 echo("+++ IAE thrown as expected");
112 echo("");
115 echo("*** Did not get IAE as expected, but instead: ");
117 echo("*** Test will FAIL ***");
118 echo("");
122 echo(">>> Create CompositeType with null description: expect IAE");
131 echo("*** IAE not thrown as expected ***");
132 echo("*** Test will FAIL ***");
133 echo("");
135 echo("+++ IAE thrown as expected");
136 echo("");
139 echo("*** Did not get IAE as expected, but instead: ");
141 echo("*** Test will FAIL ***");
142 echo("");
146 echo(">>> Create TabularType with null description: expect IAE");
154 echo("*** IAE not thrown as expected ***");
155 echo("*** Test will FAIL ***");
156 echo("");
158 echo("+++ IAE thrown as expected");
159 echo("");
162 echo("*** Did not get IAE as expected, but instead: ");
164 echo("*** Test will FAIL ***");
165 echo("");
169 echo("*** Test FAILED: IAE not thrown as expected ***");
170 echo("");
173 echo("+++ Test PASSED");
174 echo("");