--
---
You received this message because you are subscribed to the Google Groups "gwt-test-utils-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gwt-test-utils-u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
@GwtModule("com.hellomvp.HelloMVP")
public class HelloViewImplMockitoTest extends GwtTestWithMockito {
@Test
public void testSample() {
fail("Test executed but failed");
}
}
To unsubscribe from this group and stop receiving emails from it, send an email to gwt-test-utils-users+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
Gaël Lazzari