Learning Apache Apex
上QQ阅读APP看书,第一时间看更新

Testing in the IDE

This section will show how the previously created example application can be configured and run as a JUnit test within the IDE. Setting up an integration test that can be executed after every change will avoid a full package/deploy cycle to run on a cluster just to find basic issues. It allows for efficient debugging and will also come in handy when setting up continuous integration for a project.