Commits

Christopher Febles committed a98038b6c4d
Renamed TestSupport package to be more generic. Added JUnit categories to separate unit and integration tests. Added configuration to the POM to run only Unit Tests upon build. PROTIP: These changes now require that all unit tests (either class or method) be annotated with @Category( UnitTest.class ). Annotated all existing unit tests with UnitTest category.