| com.sun.xml.ws.policy.privateutil.PolicyLoggerTest
PolicyLoggerTest | public class PolicyLoggerTest extends TestCase (Code) | | author: Marek Potociar (marek.potociar at sun.com) |
Method Summary | |
protected void | setUp() | protected void | tearDown() | public void | testCommonsCreateAndLogException() Test of createAndLogException method, of class com.sun.xml.ws.policy.privateutil.PolicyUtils.Commons. | public void | testConfig() Test of config method, of class com.sun.xml.ws.policy.privateutil.PolicyLogger. | public void | testEntering() Test of entering method, of class com.sun.xml.ws.policy.privateutil.PolicyLogger. | public void | testExiting() Test of exiting method, of class com.sun.xml.ws.policy.privateutil.PolicyLogger. | public void | testFine() Test of fine method, of class com.sun.xml.ws.policy.privateutil.PolicyLogger. | public void | testFiner() Test of finer method, of class com.sun.xml.ws.policy.privateutil.PolicyLogger. | public void | testFinest() Test of finest method, of class com.sun.xml.ws.policy.privateutil.PolicyLogger. | public void | testGetLogger() Test of getLogger method, of class com.sun.xml.ws.policy.privateutil.PolicyLogger. | public void | testInfo() Test of info method, of class com.sun.xml.ws.policy.privateutil.PolicyLogger. | public void | testIsLoggable() Test of isLoggable method, of class com.sun.xml.ws.policy.privateutil.PolicyLogger. | public void | testIsMethodCallLoggable() Test of isMethodCallLoggable method, of class com.sun.xml.ws.policy.privateutil.PolicyLogger. | public void | testLog() Test of log method, of class com.sun.xml.ws.policy.privateutil.PolicyLogger. | public void | testSetLevel() Test of setLevel method, of class com.sun.xml.ws.policy.privateutil.PolicyLogger. | public void | testSevere() Test of severe method, of class com.sun.xml.ws.policy.privateutil.PolicyLogger. | public void | testWarning() Test of warning method, of class com.sun.xml.ws.policy.privateutil.PolicyLogger. |
PolicyLoggerTest | public PolicyLoggerTest(String testName)(Code) | | |
testCommonsCreateAndLogException | public void testCommonsCreateAndLogException()(Code) | | Test of createAndLogException method, of class com.sun.xml.ws.policy.privateutil.PolicyUtils.Commons.
|
testConfig | public void testConfig()(Code) | | Test of config method, of class com.sun.xml.ws.policy.privateutil.PolicyLogger.
|
testEntering | public void testEntering()(Code) | | Test of entering method, of class com.sun.xml.ws.policy.privateutil.PolicyLogger.
|
testExiting | public void testExiting()(Code) | | Test of exiting method, of class com.sun.xml.ws.policy.privateutil.PolicyLogger.
|
testFine | public void testFine()(Code) | | Test of fine method, of class com.sun.xml.ws.policy.privateutil.PolicyLogger.
|
testFiner | public void testFiner()(Code) | | Test of finer method, of class com.sun.xml.ws.policy.privateutil.PolicyLogger.
|
testFinest | public void testFinest()(Code) | | Test of finest method, of class com.sun.xml.ws.policy.privateutil.PolicyLogger.
|
testGetLogger | public void testGetLogger()(Code) | | Test of getLogger method, of class com.sun.xml.ws.policy.privateutil.PolicyLogger.
|
testInfo | public void testInfo()(Code) | | Test of info method, of class com.sun.xml.ws.policy.privateutil.PolicyLogger.
|
testIsLoggable | public void testIsLoggable()(Code) | | Test of isLoggable method, of class com.sun.xml.ws.policy.privateutil.PolicyLogger.
|
testIsMethodCallLoggable | public void testIsMethodCallLoggable()(Code) | | Test of isMethodCallLoggable method, of class com.sun.xml.ws.policy.privateutil.PolicyLogger.
|
testLog | public void testLog()(Code) | | Test of log method, of class com.sun.xml.ws.policy.privateutil.PolicyLogger.
|
testSetLevel | public void testSetLevel()(Code) | | Test of setLevel method, of class com.sun.xml.ws.policy.privateutil.PolicyLogger.
|
testSevere | public void testSevere()(Code) | | Test of severe method, of class com.sun.xml.ws.policy.privateutil.PolicyLogger.
|
testWarning | public void testWarning()(Code) | | Test of warning method, of class com.sun.xml.ws.policy.privateutil.PolicyLogger.
|
|
|