Home
last modified time | relevance | path

Searched refs:getSourceMethodName (Results 1 – 4 of 4) sorted by relevance

/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
DLogRecordTest.java127 assertNull(lr.getSourceMethodName()); in testGetSetSourceMethodName()
129 assertEquals("bad class name", lr.getSourceMethodName()); in testGetSetSourceMethodName()
131 assertEquals(this.getClass().getName(), lr.getSourceMethodName()); in testGetSetSourceMethodName()
135 assertNull(lr.getSourceMethodName()); in testGetSourceDefaultValue()
144 assertEquals("testGetSourceDefaultValue", handler.getSourceMethodName()); in testGetSourceDefaultValue()
151 assertNull(handler.getSourceMethodName()); in testGetSourceDefaultValue()
158 assertNull(handler.getSourceMethodName()); in testGetSourceDefaultValue()
166 assertNull(handler.getSourceMethodName()); in testGetSourceDefaultValue()
172 assertEquals("testGetSourceDefaultValue", handler.getSourceMethodName()); in testGetSourceDefaultValue()
180 assertEquals("log", handler.getSourceMethodName()); in testGetSourceDefaultValue()
[all …]
DLoggerTest.java973 assertSame(r.getSourceMethodName(), "sourceMethod"); in testThrowing_Normal()
1001 assertSame(r.getSourceMethodName(), null); in testThrowing_Null()
1021 assertSame(r.getSourceMethodName(), "sourceMethod"); in testEntering_StringString_Normal()
1049 assertSame(r.getSourceMethodName(), null); in testEntering_StringString_Null()
1070 assertSame(r.getSourceMethodName(), "sourceMethod"); in testEntering_StringStringObject_Normal()
1099 assertSame(r.getSourceMethodName(), null); in testEntering_StringStringObject_Null()
1123 assertSame(r.getSourceMethodName(), "sourceMethod"); in testEntering_StringStringObjects_Normal()
1154 assertSame(r.getSourceMethodName(), null); in testEntering_StringStringObjects_NullEmpty()
1176 assertNull(r.getSourceMethodName()); in testEntering_StringStringObjects_Null()
1206 assertSame(r.getSourceMethodName(), "sourceMethod"); in testExiting_StringString_Normal()
[all …]
/external/slf4j/log4j-over-slf4j/src/test/java/org/dummy/
DBug139.java54 assertEquals("test", logRecord.getSourceMethodName()); in test()
DBug131.java65 assertEquals("testBug131", logRecord.getSourceMethodName()); in testBug131()