April 2005
Intermediate to advanced
216 pages
4h 44m
English
The test case is easy to run. You've already got it. It's the one that you ran with the façade.
Since the test case exists, you can run the existing façade test. You'll just have to make sure that you set up your test data correctly, and you can use the application context unchanged. That's the power, and testability, of Spring.
You used the existing test case. That's nice, because you only need to manage the incremental details for the database. In the next chapter, you'll start to dig into services that you can add to your application with Spring's AOP.