Testing
- Introduction to testing
+ Introduction to Spring TestingTesting is an integral part of enterprise software development. This
chapter focuses on the value-add of the IoC principle to
- Unit testing
+ Unit TestingDependency Injection should make your code less dependent on the
container than it would be with traditional Java EE development. The POJOs
@@ -41,7 +41,7 @@
testing support classes.
- Mock objects
+ Mock ObjectsJNDI
@@ -78,7 +78,7 @@
- Unit testing support classes
+ Unit Testing support ClassesGeneral utilities
@@ -135,7 +135,7 @@
- Integration testing
+ Integration TestingOverview
@@ -207,7 +207,7 @@
- Goals of integration testing
+ Goals of Integration TestingSpring's integration testing support has the following primary
goals:
@@ -398,7 +398,7 @@
- JDBC testing support
+ JDBC Testing SupportThe org.springframework.test.jdbc package
contains SimpleJdbcTestUtils, which is a
@@ -1868,7 +1868,7 @@ public class SimpleTest {
- PetClinic example
+ PetClinic ExampleThe PetClinic application, available from the samples repository, illustrates