how can i use gwt-test-utils to work with gin?
- by krrish
i tried using the steps in http://code.google.com/p/gwt-test-utils/wiki/HowToUseWithGIN and i'm using testNG but it is giving fallowing error
java.lang.ExceptionInInitializerError
at com.riskfocus.examples.JsonReaderWriterTest.setupGIN(JsonReaderWriterTest.java:59)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at…