Testsuite: helloworld.HelloControllerTests
Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 2,863 sec
------------- Standard Output ---------------
--Output from testSomething--
------------- ---------------- ---------------
------------- Standard Error -----------------
--Output from testSomething--
------------- ---------------- ---------------

Testcase: testSomething took 2,792 sec
	FAILED
junit.framework.AssertionFailedError: Implement me
junit.framework.AssertionFailedError: junit.framework.AssertionFailedError: Implement me
	at helloworld.HelloControllerTests.testSomething(HelloControllerTests.groovy:15)

