|
|
I've written my first functional test (extending functionaltestplugin.FunctionalTestCase) , but there seems to be a problem with logging ....
<code> log.debug ("Hello World")
</code>
<code> No signature of method: java.util.logging.Logger.debug() is applicable for argument types: (java.lang.String) values: [Hello World]
</code>
|