]> source.dussan.org Git - gwtquery.git/commitdiff
add fail method to the dev-mode test environment
authorManolo Carrasco <manolo@apache.org>
Tue, 20 Mar 2012 07:24:56 +0000 (07:24 +0000)
committerManolo Carrasco <manolo@apache.org>
Tue, 20 Mar 2012 07:24:56 +0000 (07:24 +0000)
devtest/src/main/java/com/google/gwt/query/client/MyTestCase.java

index 4b0c92b79105cd8096d3c226c0ed913a6f2f1a8c..8a8160d171a7edbbb8c1d9b0e7631873b8d05f68 100644 (file)
@@ -119,6 +119,10 @@ public class MyTestCase {
   protected void finishTest() {\r
     testRunning = false;\r
   }\r
+\r
+  protected void fail() {\r
+    check(false, "Test failure");\r
+  }\r
   \r
   protected void assertPosition(GQuery g, Offset min, Offset max) {\r
     int a = Math.min(min.top, max.top);\r