Maven Repository - POM file for Testing Mock easymockclassextension 2.4 2.4

Summary

EasyMock class extension.

The EasyMock Class Extension allows to generate Mock Objects for classes.

Declaration

Here is the list of declaration for easymockclassextension. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.easymock</groupId>
   <artifactId>easymockclassextension</artifactId>
   <version>2.4</version>
</dependency>

If you think this Maven repository POM file listing for easymockclassextension is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

License

Name:MIT License
URL: http://www.easymock.org/License.html.





Depends on

The easymockclassextension-2.4 has 4 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
Networkeasymock 2.4
EasyMock provides an easy way to create Mock Objects for interfaces by generating them on the fly using Java's proxy mechanism
181
Developmentobjenesis 1.1
A library for instantiating Java objects
18
JUnitjunit 4.4
JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java.
301

Depended by

The following table lists the most popular artifacts which are depending on easymockclassextension-2.4. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Servlettiles-servlet 2.2.2
Tiles servlet support, to enable use of Tiles inside a Servlet environment.
21
Databasejdbi 2.27
jDBI is designed to provide convenient tabular data access in Java(tm). It uses the Java collections framework for query results, provides a convenient means of externalizing sql statements, and provides named parameter support for any database being used.
13
Testing Mockfest-mocks 1.1
Utilities that simplify usage of Mock Objects
6
Libraryspecs_2.9.0 1.6.8
specs is a Behaviour-Driven-Design framework
18
Developmenttiles-extras 2.2.2
Extras for Tiles, including non-standard, non-generic, non-identifiable components that may be useful for Tiles users.
16
Libraryspecs 1.6.1-2.8.0.Beta1-RC6
specs is a Behaviour-Driven-Design framework
14
Libraryspecs_2.8.0 1.6.5
specs is a Behaviour-Driven-Design framework
12
Networknetty 3.1.5.GA
The Netty project is an effort to provide an asynchronous event-driven network application framework and tools for rapid development of maintainable high performance and high scalability protocol servers and clients. In other words, Netty is a NIO client server framework which enab...
6
Libraryspecs_2.8.1 1.6.8
specs is a Behaviour-Driven-Design framework
27
Libraryspecs_2.8.1 1.6.7.2
specs is a Behaviour-Driven-Design framework
13
Servlettiles-servlet-wildcard 2.2.2
Tiles Wildcard file loading in Servlets: Allows to load resources using wildcards.
66
Libraryspecs_2.9.1 1.6.9
specs is a Behaviour-Driven-Design framework
95
Developmenttiles-el 2.2.2
Tiles EL (Expression Language) support: Classes and tag libraries to use EL as an expression language in attribute expressions.
16
Developmenttiles-core 2.2.2
Tiles Core Library, including basic implementation of the APIs.
21
Servlettiles-servlet 2.1.2
Tiles servlet support, to enable use of Tiles inside a Servlet environment.
30
Databasejdbi 2.39.1
jDBI is designed to provide convenient tabular data access in Java(tm). It uses the Java collections framework for query results, provides a convenient means of externalizing sql statements, and provides named parameter support for any database being used.
5
Developmenttiles-template 2.2.2
Common code for integration of Tiles for different templating technologies.
5
Libraryspecs 1.6.0
specs is a Behaviour-Driven-Design framework
13
JSPtiles-jsp 2.2.2
Tiles JSP support: Classes and tag libraries to use Tiles in a JSP environment.
21
Libraryspecs_2.9.0-1 1.6.8
specs is a Behaviour-Driven-Design framework
36
Springbonecp-spring 0.7.1.RELEASE
Helper classes for additional integration with the spring framework
16
Libraryspecs_2.8.1 1.6.7
specs is a Behaviour-Driven-Design framework
31




Plugin

The following plugins are used in the easymockclassextension-2.4.jar

  1. maven-compiler-plugin
  2. maven-jar-plugin
  3. maven-javadoc-plugin
  4. maven-javadoc-plugin
  5. maven-shade-plugin
  6. maven-source-plugin
  7. maven-surefire-plugin

Packages

The following packages are defined in the easymockclassextension-2.4.jar

org.easymock.classextension
org.easymock.classextension.internal
org.easymock.classextension.internal.objenesis
org.easymock.classextension.internal.objenesis.instantiator
org.easymock.classextension.internal.objenesis.instantiator.basic
org.easymock.classextension.internal.objenesis.instantiator.gcj
org.easymock.classextension.internal.objenesis.instantiator.jrockit
org.easymock.classextension.internal.objenesis.instantiator.perc
org.easymock.classextension.internal.objenesis.instantiator.sun
org.easymock.classextension.internal.objenesis.strategy




POM File Source

Here is the content of the POM file.

<?xml version="1.0" encoding="UTF-8"?>
<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/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.easymock</groupId>
  <artifactId>easymockclassextension</artifactId>
  <name>EasyMock class extension</name>
  <version>2.4</version>
  <description>The EasyMock Class Extension allows to generate Mock Objects for classes</description>
  <url>http://www.easymock.org</url>
  <issueManagement>
    <system>SourceForge</system>
    <url>http://sourceforge.net/tracker/?group_id=82958</url>
  </issueManagement>
  <mailingLists>
    <mailingList>
      <name>User List</name>
      <subscribe>From Yahoo groups</subscribe>
      <unsubscribe>easymock-unsubscribe@yahoogroups.com</unsubscribe>
      <post>easymock@yahoogroups.com</post>
      <archive>http://tech.groups.yahoo.com/group/easymock/</archive>
    </mailingList>
  </mailingLists>
  
  <licenses>
    <license>
      <name>MIT License</name>
      <url>http://www.easymock.org/License.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
    <connection>scm:cvs:pserver:anonymous@easymock.cvs.sourceforge.net:/cvsroot/easymock:easymockclassextension</connection>
    <url>http://easymock.cvs.sourceforge.net/easymock/easymockclassextension</url>
  </scm>
  <build>
    <sourceDirectory>${basedir}/src</sourceDirectory>
    <testSourceDirectory>${basedir}/src-tests</testSourceDirectory>
    <extensions>
      <extension>
        <groupId>org.apache.maven.wagon</groupId>
        <artifactId>wagon-ssh-external</artifactId>
        <version>1.0-beta-2</version>
      </extension>
    </extensions>
    <plugins>
      <plugin>
        <artifactId>maven-compiler-plugin</artifactId>
        <configuration>
          <source>1.5</source>
          <target>1.5</target>
        </configuration>
      </plugin>
      <plugin>
        <artifactId>maven-jar-plugin</artifactId>
        <configuration>
          <archive>
            <index>true</index>
            <manifestEntries>
              <EasyMockClassExtension-Version>${pom.version}</EasyMockClassExtension-Version>
            </manifestEntries>
          </archive>
        </configuration>
      </plugin>
      <plugin>
        <artifactId>maven-source-plugin</artifactId>
        <executions>
          <execution>
            <id>attach-sources</id>
            <phase>verify</phase>
            <goals>
              <goal>jar</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
      <plugin>
        <artifactId>maven-javadoc-plugin</artifactId>
        <executions>
          <execution>
            <id>attach-javadocs</id>
            <phase>verify</phase>
            <goals>
              <goal>jar</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
      <plugin>
        <artifactId>maven-shade-plugin</artifactId>
        <executions>
          <execution>
            <phase>package</phase>
            <goals>
              <goal>shade</goal>
            </goals>
          </execution>
        </executions>
        <configuration>
          <keepDependenciesWithProvidedScope>true</keepDependenciesWithProvidedScope>
          <artifactSet>
            <includes>
              <include>org.objenesis:objenesis</include>
            </includes>
          </artifactSet>
          <relocations>
            <relocation>
              <pattern>org.objenesis</pattern>
              <shadedPattern>org.easymock.classextension.internal.objenesis</shadedPattern>
            </relocation>
          </relocations>
        </configuration>
      </plugin>
      <plugin>
        <artifactId>maven-surefire-plugin</artifactId>
      </plugin>
    </plugins>
  </build>
  <dependencies>
    <dependency>
      <groupId>org.easymock</groupId>
      <artifactId>easymock</artifactId>
      <version>2.4</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>cglib</groupId>
      <artifactId>cglib-nodep</artifactId>
      <version>2.1_3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.objenesis</groupId>
      <artifactId>objenesis</artifactId>
      <version>1.1</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.4</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
  <reporting>
    <plugins>
      <plugin>
        <artifactId>maven-javadoc-plugin</artifactId>
        <configuration>
          <excludePackageNames>*.internal</excludePackageNames>
          <bottom>&lt;i&gt;Copyright &amp;#169; 2003-2008 OFFIS, Henri Tremblay. This documentation is provided under the terms of the MIT licence.&lt;/i&gt;</bottom>
        </configuration>
      </plugin>
    </plugins>
  </reporting>
  <distributionManagement>
    <repository>
      <id>easymock-release</id>
      <name>EasyMock Repository</name>
      <url>scpexe://shell.sf.net/home/groups/e/ea/easymock/htdocs/maven/repository</url>
    </repository>
    <snapshotRepository>
      <id>easymock-snapshot</id>
      <name>EasyMock Snapshot Repository</name>
      <url>scpexe://shell.sf.net/home/groups/e/ea/easymock/htdocs/maven/repository-snapshot</url>
    </snapshotRepository>
  </distributionManagement>
</project>