Commons Testing Organization ============================ Commons testing can be broken into these basic categories: 1. unit - which really means "anything not fully integrated" 2. functional - which run against a fully integrated system, but configured for testing 3. performance - these run against a fully integrated system, configured for potential production style deployments ## Unit Tests ## Functional Tests ## Performance Tests