Java Programming Cleanly handle exceptions in tests with Lambdas If you have been writing tests for some time then the following construct should be pretty familiar to you for handling test cases: @Test public void myTest() { // Test something here... try { // Test something
Vaadin Framework Using Emma with Vaadin addons Since we can now write testable addons for Vaadin and use Emma to monitor the test coverage the next logical step would be to get test coverage reports over our Vaadin addon builds.