Registry / testing / gwtmockito

gwtmockito

JSON →
library1.1.9javamavenunverified

A library that enables Mockito-based unit testing of GWT (Google Web Toolkit) applications by providing mock implementations of GWT classes.

<dependency> <groupId>com.google.gwt.gwtmockito</groupId> <artifactId>gwtmockito</artifactId> <version>1.1.9</version> </dependency>
INSTALL
IMPORT
SIG · GWTMOCKITO
G
gwtmockito
testingjavav1.1.9
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

GwtMockitoTestRunner
com.google.gwtmockito.GwtMockitoTestRunner

Basic usage of GwtMockito test runner for GWT unit testing.

import com.google.gwtmockito.GwtMockitoTestRunner; import org.junit.runner.RunWith; @RunWith(GwtMockitoTestRunner.class) public class MyGwtTest { // test methods }
Debug
Known issues
breakingGwtMockito may not be compatible with newer GWT versions beyond 2.8.x.
fix
Check compatibility with your GWT version; consider using GWT 2.8.x or test with a compatible version.
affects: >=1.1.9
Upgrade
Version history
1.1.9latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Resources
gwtmockito — mvn dependency:get gwtmockito · libregistry