Quantcast

FunctionalTest - logging

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

FunctionalTest - logging

Martin Flower
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>
Loading...