Esempio n. 1
0
 protected static void verifyAdHocFails(Client client, String expectedPattern, Object... args)
     throws IOException {
   verifyProcFails(client, expectedPattern, "@AdHoc", args);
 }
Esempio n. 2
0
 protected static void verifyStmtFails(Client client, String stmt, String expectedPattern)
     throws IOException {
   verifyProcFails(client, expectedPattern, "@AdHoc", stmt);
 }