The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
GroupId | ArtifactId | Version | Classifier | Type | Optional |
---|---|---|---|---|---|
cglib | cglib-full | 2.0.2 | - | jar | |
jmock | jmock-cglib | 1.0.1 | - | jar | |
org.springframework | spring-beans | 2.0-m4 | - | jar | |
org.springframework | spring-context | 2.0-m4 | - | jar |
The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:
GroupId | ArtifactId | Version | Classifier | Type | Optional |
---|---|---|---|---|---|
junit | junit | 3.8.1 | - | jar | |
org.springframework | spring-mock | 2.0-rc3 | - | jar |
The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.
The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
GroupId | ArtifactId | Version | Classifier | Type | Optional |
---|---|---|---|---|---|
aopalliance | aopalliance | 1.0 | - | jar | |
commons-collections | commons-collections | 3.1 | - | jar | |
commons-logging | commons-logging | 1.0.4 | - | jar | |
jmock | jmock | 1.0.1 | - | jar | |
org.springframework | spring-aop | 2.0-m4 | - | jar | |
org.springframework | spring-core | 2.0-m4 | - | jar | |
oro | oro | 2.0.8 | - | jar |
Spring AutoMock is a test enabling framework to allow automatic exposure of Mocked beans for a Spring application. Used in conjunction with Spring autowiring of bean dependencies you can develop teired application contexts that represent the architectural tiers of your application, and thus you testing strategy. The simplest example is a separation of service beans and DAO beans into separate xml application contexts so that the services can be fully tested in isolation of the DAOs. The DAO beans are still required by the services typically as an injected property. Spring AutoMock can automatically register a Mock and a proxy of certain beans, so that the Mocks can be injected into your test cases and the matching proxy into the item under test. This reduces the need for repeated Spring test configuration.
http://automock.sourceforge.net/
Unnamed - junit:junit:jar:3.8.1
Spring Framework
http://www.springframework.org/spring-mock
Spring Framework
http://www.springframework.org/spring-beans
Spring Framework
http://www.springframework.org/spring-core
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
http://jakarta.apache.org/commons/logging/
Unnamed - commons-collections:commons-collections:jar:3.1
Types that extend and augment the Java Collections Framework.
Spring Framework
http://www.springframework.org/spring-context
Spring Framework
http://www.springframework.org/spring-aop
AOP Alliance
Unnamed - jmock:jmock-cglib:jar:1.0.1