Download gwtmockito-1.1.6.jar file

Introduction

You can download gwtmockito-1.1.6.jar in this page.

License

Google Open Source

Type List

gwtmockito-1.1.6.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.google.gwt.gwtmockito/gwtmockito/pom.properties
META-INF/maven/com.google.gwt.gwtmockito/gwtmockito/pom.xml
com.google.gwtmockito.AsyncAnswers.class
com.google.gwtmockito.GwtMock.class
com.google.gwtmockito.GwtMockito.class
com.google.gwtmockito.GwtMockitoTestRunner.class
com.google.gwtmockito.WithClassesToStub.class
com.google.gwtmockito.WithPackagesToLoadViaStandardClassLoader.class
com.google.gwtmockito.fakes.FakeClientBundleProvider.class
com.google.gwtmockito.fakes.FakeLocaleInfoImplProvider.class
com.google.gwtmockito.fakes.FakeMessagesProvider.class
com.google.gwtmockito.fakes.FakeNumberConstantsImplProvider.class
com.google.gwtmockito.fakes.FakeProvider.class
com.google.gwtmockito.fakes.FakeUiBinderProvider.class
com.google.gwtmockito.impl.ReturnsCustomMocks.class
com.google.gwtmockito.impl.StubGenerator.class

Pom

gwtmockito-1.1.6.pom file content.

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>com.google.gwt.gwtmockito</groupId>
    <artifactId>gwtmockito-parent</artifactId>
    <version>1.1.6</version>
  </parent>

  <artifactId>gwtmockito</artifactId>

  <name>GwtMockito</name>

  <dependencies>

    <!-- GWT dependencies -->
    <dependency>
      <groupId>com.google.gwt</groupId>
      <artifactId>gwt-dev</artifactId>
    </dependency>
    <dependency>
      <groupId>com.google.gwt</groupId>
      <artifactId>gwt-user</artifactId>
    </dependency>

    <!-- Other dependencies -->
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
    </dependency>
    <dependency>
      <groupId>org.mockito</groupId>
      <artifactId>mockito-core</artifactId>
    </dependency>
    <dependency>
      <groupId>org.javassist</groupId>
      <artifactId>javassist</artifactId>
    </dependency>

    <!-- We don't actually depend on PowerMock, but we put it in the classpath
         for tests to ensure that it doesn't cause a conflict. See
         https://github.com/google/gwtmockito/issues/14. -->
    <dependency>
      <groupId>org.powermock</groupId>
      <artifactId>powermock-api-mockito</artifactId>
    </dependency>

  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>com.google.gwt.gwtmockito</groupId>
   <artifactId>gwtmockito</artifactId>
   <version>1.1.6</version>
</dependency>

Download

If you think the following gwtmockito-1.1.6.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download gwtmockito-1.1.6.jar file




PreviousNext

Related