Lines Matching refs:log

44             log.println("Exception expected -- FAILED");  in _getLayer()
47 log.println("unexpected Exception " + e + " -- FAILED"); in _getLayer()
50 log.println("expected Exception -- OK"); in _getLayer()
58 log.println("\treturned Layer is NULL -- FAILED"); in _getLayer()
63 log.println("unexpected Exception -- FAILED"); in _getLayer()
66 log.println("unexpected Exception -- FAILED"); in _getLayer()
83 log.println("Getting two XLayers -- OK"); in _getLayers()
84 log.println("Checking first on "+LayerIds[0]); in _getLayers()
86 log.println("Checking second on "+LayerIds[1]); in _getLayers()
89 log.println("unexpected Exception -- FAILED"); in _getLayers()
92 log.println("unexpected Exception -- FAILED"); in _getLayers()
112 log.println("Getting two XLayers -- OK"); in _getMultipleLayers()
113 log.println("Checking first on "+LayerIds[0]); in _getMultipleLayers()
115 log.println("Checking second on "+LayerIds[1]); in _getMultipleLayers()
118 log.println("unexpected Exception -- FAILED"); in _getMultipleLayers()
121 log.println("unexpected Exception -- FAILED"); in _getMultipleLayers()
133 log.println("Exception expected -- FAILED"); in _getUpdatableLayer()
136 log.println("unexpected Exception " + e + " -- FAILED"); in _getUpdatableLayer()
139 log.println("expected Exception -- OK"); in _getUpdatableLayer()
141 log.println("unexpected Exception -- FAILED"); in _getUpdatableLayer()
150 log.println("\treturned Layer is NULL -- FAILED"); in _getUpdatableLayer()
155 log.println("unexpected Exception -- FAILED"); in _getUpdatableLayer()
158 log.println("unexpected Exception -- FAILED"); in _getUpdatableLayer()
161 log.println("unexpected Exception -- FAILED"); in _getUpdatableLayer()
175 log.println("Exception expected -- FAILED"); in _getUpdateLayerId()
178 log.println("expected Exception -- OK"); in _getUpdateLayerId()
180 log.println("unexpected Exception -- FAILED"); in _getUpdateLayerId()
183 log.println("unexpected Exception -- FAILED"); in _getUpdateLayerId()
196 log.println("\tExpected the id to end with Linguistic.xcu"); in _getUpdateLayerId()
197 log.println("\tBut got " + UpdateLayerID); in _getUpdateLayerId()
198 log.println("\t=> FAILED"); in _getUpdateLayerId()
201 log.println("unexpected Exception -- FAILED"); in _getUpdateLayerId()
204 log.println("unexpected Exception "+e+" -- FAILED"); in _getUpdateLayerId()
207 log.println("unexpected Exception -- FAILED"); in _getUpdateLayerId()
221 log.println("Exception expected -- FAILED"); in _listLayerIds()
224 log.println("expected Exception -- OK"); in _listLayerIds()
226 log.println("unexpected Exception -- FAILED"); in _listLayerIds()
240 log.println("\tExpected the id to end with Jobs.xcu"); in _listLayerIds()
241 log.println("\tBut got " + LayerIDs[0]); in _listLayerIds()
242 log.println("\t=> FAILED"); in _listLayerIds()
245 log.println("unexpected Exception -- FAILED"); in _listLayerIds()
248 log.println("unexpected Exception -- FAILED"); in _listLayerIds()
258 log.println("Checking for Exception in case of null argument"); in checkLayer()
263 log.println("Expected Exception -- OK"); in checkLayer()
266 log.println("Unexpected Exception (" + e + ") -- FAILED"); in checkLayer()
268 log.println("Unexpected Exception (" + e + ") -- FAILED"); in checkLayer()
271 log.println("checking read data with own XLayerHandler implementation"); in checkLayer()
278 log.println(implCalled); in checkLayer()
283 log.println("startLayer wasn't called -- FAILED"); in checkLayer()
286 log.println("startLayer was called -- OK"); in checkLayer()
293 log.println("endLayer wasn't called -- FAILED"); in checkLayer()
296 log.println("endLayer was called -- OK"); in checkLayer()
300 log.println("Unexpected Exception (" + e + ") -- FAILED"); in checkLayer()
303 log.println("Unexpected Exception (" + e + ") -- FAILED"); in checkLayer()
306 log.println("Unexpected Exception (" + e + ") -- FAILED"); in checkLayer()