You may notice when building forge from master, that test output is no longer printed to the console. This is because George Gastaldi has implemented a long standing feature request:<br><br><a href="https://issues.jboss.org/browse/FORGE-211">https://issues.jboss.org/browse/FORGE-211</a><br>
<br clear="all">It is now possible to call:<span style="font-family:courier new,monospace"> getOutput()</span> in Forge test cases extending from <span style="font-family:courier new,monospace">AbstractShellTest</span>, making assertions on what your plugin is actually printing to the console.<br>
<br><span style="font-family:courier new,monospace">Assert.assertTrue(getOutput().contains(&quot;Expected output&quot;));</span><br><br>-- <br>Lincoln Baxter, III<br><a href="http://ocpsoft.org" target="_blank">http://ocpsoft.org</a><br>
&quot;Simpler is better.&quot;<br>