Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
In this chapter we introduced you to unit testing using FlexUnit4 and the mock-as3 mock testing framework. We also reiterated the reasoning behind the Model View Presenter pattern that we introduced in chapter 4. We covered many of the common patterns that you would have needed to test in your sample application. With the knowledge presented in this chapter, you should be able to continue writing tests for the rest of the functionality in the application.
Finally, you set up and configured a CI server for providing critical feedback on how things are going as code is integrated into the source code repository. Hudson is a great choice for teams needing a reliable CI server. Hudson has numerous built-in capabilities and a vibrant user community with plugins for almost anything.