Lines Matching refs:log
50 log.println("Checking for Exception in case of null argument"); in _readComponent()
55 log.println("Expected Exception -- OK"); in _readComponent()
58 log.println("Unexpected Exception (" + e + ") -- FAILED"); in _readComponent()
60 log.println("Unexpected Exception (" + e + ") -- FAILED"); in _readComponent()
63 log.println( in _readComponent()
77 log.println("startComponent wasn't called -- FAILED"); in _readComponent()
80 log.println("startComponent was called -- OK"); in _readComponent()
87 log.println("endComponent wasn't called -- FAILED"); in _readComponent()
90 log.println("endComponent was called -- OK"); in _readComponent()
94 log.println("Unexpected Exception (" + e + ") -- FAILED"); in _readComponent()
97 log.println("Unexpected Exception (" + e + ") -- FAILED"); in _readComponent()
100 log.println("Unexpected Exception (" + e + ") -- FAILED"); in _readComponent()
112 log.println("Checking for Exception in case of null argument"); in _readSchema()
118 log.println("Expected Exception -- OK"); in _readSchema()
121 log.println("Unexpected Exception (" + e + ") -- FAILED"); in _readSchema()
123 log.println("Unexpected Exception (" + e + ") -- FAILED"); in _readSchema()
126 log.println( in _readSchema()
138 log.println("startSchema wasn't called -- FAILED"); in _readSchema()
141 log.println("startSchema was called -- OK"); in _readSchema()
148 log.println("endSchema wasn't called -- FAILED"); in _readSchema()
151 log.println("endSchema was called -- OK"); in _readSchema()
155 log.println("Unexpected Exception (" + e + ") -- FAILED"); in _readSchema()
158 log.println("Unexpected Exception (" + e + ") -- FAILED"); in _readSchema()
161 log.println("Unexpected Exception (" + e + ") -- FAILED"); in _readSchema()
170 log.println("Unexpected Exception (" + e + ") -- FAILED"); in _readSchema()
172 log.println("Expected Exception -- OK"); in _readSchema()
175 log.println("Unexpected Exception (" + e + ") -- FAILED"); in _readSchema()
185 log.println("Checking for Exception in case of null argument"); in _readTemplates()
190 log.println("Expected Exception -- OK"); in _readTemplates()
193 log.println("Unexpected Exception (" + e + ") -- FAILED"); in _readTemplates()
195 log.println("Unexpected Exception (" + e + ") -- FAILED"); in _readTemplates()
198 log.println( in _readTemplates()
210 log.println("startGroup wasn't called -- FAILED"); in _readTemplates()
213 log.println("startGroup was called -- OK"); in _readTemplates()
220 log.println("endNode wasn't called -- FAILED"); in _readTemplates()
223 log.println("endNode was called -- OK"); in _readTemplates()
227 log.println("Unexpected Exception (" + e + ") -- FAILED"); in _readTemplates()
230 log.println("Unexpected Exception (" + e + ") -- FAILED"); in _readTemplates()
233 log.println("Unexpected Exception (" + e + ") -- FAILED"); in _readTemplates()
251 log.println("Going to parse: "+filename); in reopenFile()