- tearDown() - Method in class org.apache.log4j.filter.SimpleFilterTest
-
- tearDown() - Method in class org.apache.log4j.receivers.db.FullCycleDBTest
-
- tearDown() - Method in class org.apache.log4j.receivers.rewrite.RewriteAppenderTest
-
- tearDown() - Method in class org.apache.log4j.rolling.CompositeTriggeringPolicyTest
-
- tearDown() - Method in class org.apache.log4j.rolling.FilterBasedRollingTest
-
- tearDown() - Method in class org.apache.log4j.rolling.RenamingTest
-
- tearDown() - Method in class org.apache.log4j.rolling.SizeBasedRollingTest
-
- tearDown() - Method in class org.apache.log4j.rolling.TimeBasedRollingTest
-
- tearDown() - Method in class org.apache.log4j.xml.XSLTLayoutTestCase
-
- TEMP - Static variable in class org.apache.log4j.filter.SimpleFilterTest
-
- test1() - Method in class org.apache.log4j.component.plugins.PluginTestCase
-
- test1() - Method in class org.apache.log4j.filter.AndFilterTest
-
Check that AndFilter.decide() returns Filter.ACCEPT if no filters added.
- test1() - Method in class org.apache.log4j.filter.DenyAllFilterTest
-
Check that DenyAllFilter.decide() returns Filter.DENY.
- test1() - Method in class org.apache.log4j.filter.LevelMatchFilterTest
-
Check that LevelMatchFilter.decide() returns Filter.ACCEPT when level matches.
- test1() - Method in class org.apache.log4j.filter.LevelRangeFilterTest
-
Check that LevelRangeFilter.decide() returns Filter.DENY
when event level is below min level.
- test1() - Method in class org.apache.log4j.filter.LoggerMatchFilterTest
-
Check that LoggerMatchFilter.decide() with unspecified level
returns Filter.ACCEPT for root logger.
- test1() - Method in class org.apache.log4j.filter.SimpleFilterTest
-
- test1() - Method in class org.apache.log4j.filter.StringMatchFilterTest
-
Check that StringMatchFilter.decide() returns Filter.NEUTRAL
when string to match is unspecified.
- test1() - Method in class org.apache.log4j.rolling.FilterBasedRollingTest
-
Test basic rolling functionality using configuration file.
- test1() - Method in class org.apache.log4j.rolling.SizeBasedRollingTest
-
Tests that the lack of an explicit active file will use the
low index as the active file.
- test1() - Method in class org.apache.log4j.rolling.TimeBasedRollingTest
-
Test rolling without compression, activeFileName left blank, no stop/start
- test1() - Method in class org.apache.log4j.rule.AndRuleTest
-
AndRule.getRule(Stack) throws exception if only one rule provided.
- test1() - Method in class org.apache.log4j.rule.EqualsRuleTest
-
getRule() with only one entry on stack should throw IllegalArgumentException.
- test1() - Method in class org.apache.log4j.rule.ExistsRuleTest
-
getRule() with no entry on stack should throw IllegalArgumentException.
- test1() - Method in class org.apache.log4j.rule.LevelEqualsRuleTest
-
Tests evaluate when levels are equal.
- test1() - Method in class org.apache.log4j.rule.LevelInequalityRuleTest
-
Test construction when level is unrecognized.
- test1() - Method in class org.apache.log4j.rule.NotEqualsRuleTest
-
getRule() with only one entry on stack should throw IllegalArgumentException.
- test1() - Method in class org.apache.log4j.rule.NotRuleTest
-
NotRule.getRule(Stack) throws exception if only one rule provided.
- test1() - Method in class org.apache.log4j.rule.OrRuleTest
-
OrRule.getRule(Stack) throws exception if only one rule provided.
- test1() - Method in class org.apache.log4j.rule.PartialTextMatchRuleTest
-
getRule() with only one entry on stack should throw IllegalArgumentException.
- test1() - Method in class org.apache.log4j.rule.TimestampEqualsRuleTest
-
Tests evaluate when timestamps are equal.
- test1() - Method in class org.apache.log4j.rule.TimestampInequalityRuleTest
-
Test construction when timestamp is unrecognized.
- test10() - Method in class org.apache.log4j.filter.SimpleFilterTest
-
- test11() - Method in class org.apache.log4j.filter.SimpleFilterTest
-
- test12() - Method in class org.apache.log4j.filter.SimpleFilterTest
-
- test2() - Method in class org.apache.log4j.component.plugins.PluginTestCase
-
- test2() - Method in class org.apache.log4j.filter.AndFilterTest
-
Check that AndFilter.decide() returns Filter.ACCEPT if
only nested filter returns Filter.ACCEPT.
- test2() - Method in class org.apache.log4j.filter.LevelMatchFilterTest
-
Check that LevelMatchFilter.decide() returns Filter.DENY
when level matches and acceptOnMatch = false.
- test2() - Method in class org.apache.log4j.filter.LevelRangeFilterTest
-
Check that LevelRangeFilter.decide() returns Filter.DENY
when event level is above max level.
- test2() - Method in class org.apache.log4j.filter.LoggerMatchFilterTest
-
Check that LoggerMatchFilter.decide() with unspecified level
returns Filter.DENY for root logger when accept on match is false.
- test2() - Method in class org.apache.log4j.filter.StringMatchFilterTest
-
Check that StringMatchFilter.decide() returns Filter.NEUTRAL
when string to match does not appear in message.
- test2() - Method in class org.apache.log4j.rolling.FilterBasedRollingTest
-
Test basic rolling functionality using explicit configuration.
- test2() - Method in class org.apache.log4j.rolling.SizeBasedRollingTest
-
Test basic rolling functionality with explicit setting of FileAppender.file.
- test2() - Method in class org.apache.log4j.rolling.TimeBasedRollingTest
-
No compression, with stop/restart, activeFileName left blank
- test2() - Method in class org.apache.log4j.rule.AndRuleTest
-
AndRule.getRule(Stack) throws exception if non-rules are provided.
- test2() - Method in class org.apache.log4j.rule.EqualsRuleTest
-
getRule() with bad field name should throw IllegalArgumentException.
- test2() - Method in class org.apache.log4j.rule.ExistsRuleTest
-
getRule() with bad field name should throw IllegalArgumentException.
- test2() - Method in class org.apache.log4j.rule.LevelEqualsRuleTest
-
Tests evaluate when levels are not equal.
- test2() - Method in class org.apache.log4j.rule.LevelInequalityRuleTest
-
Tests construction when operator is unrecognized.
- test2() - Method in class org.apache.log4j.rule.NotEqualsRuleTest
-
getRule() with bad field name should throw IllegalArgumentException.
- test2() - Method in class org.apache.log4j.rule.NotRuleTest
-
NotRule.getRule(Stack) throws exception if non-rules are provided.
- test2() - Method in class org.apache.log4j.rule.OrRuleTest
-
OrRule.getRule(Stack) throws exception if non-rules are provided.
- test2() - Method in class org.apache.log4j.rule.PartialTextMatchRuleTest
-
getRule() with bad field name should throw IllegalArgumentException.
- test2() - Method in class org.apache.log4j.rule.TimestampEqualsRuleTest
-
Tests evaluate when levels are not equal.
- test2() - Method in class org.apache.log4j.rule.TimestampInequalityRuleTest
-
Tests construction when operator is unrecognized.
- test2AMGMT() - Method in class org.apache.log4j.filter.TimeFilterTest
-
Test 2 AM UTC today event against 2 AM - 3 AM GMT filter.
- test2AMLocal() - Method in class org.apache.log4j.filter.TimeFilterTest
-
Test 2 AM local today event against 2 AM - 3 AM local time filter.
- test2AMLocalLastWeek() - Method in class org.apache.log4j.filter.TimeFilterTest
-
Test 2 AM local last week event against 2 AM - 3 AM local time filter.
- test2AMLocalNextWeek() - Method in class org.apache.log4j.filter.TimeFilterTest
-
Test 2 AM local next week event against 2 AM - 3 AM local time filter.
- test2AMLocalTomorrow() - Method in class org.apache.log4j.filter.TimeFilterTest
-
Test 2 AM local tomorrow event against 2 AM - 3 AM local time filter.
- test2AMLocalYesterday() - Method in class org.apache.log4j.filter.TimeFilterTest
-
Test 2 AM local yesterday event against 2 AM - 3 AM local time filter.
- test3() - Method in class org.apache.log4j.filter.AndFilterTest
-
Check that AndFilter.decide() returns Filter.ACCEPT if
two nested filters return Filter.ACCEPT.
- test3() - Method in class org.apache.log4j.filter.LevelMatchFilterTest
-
Check that LevelMatchFilter.decide() returns Filter.NEUTRAL
when levelToMatch is unspecified.
- test3() - Method in class org.apache.log4j.filter.LevelRangeFilterTest
-
Check that LevelRangeFilter.decide() returns Filter.ACCEPT
when event level is above min level.
- test3() - Method in class org.apache.log4j.filter.LoggerMatchFilterTest
-
Check that LoggerMatchFilter.decide() with unspecified level
returns Filter.NEUTRAL for non-root logger.
- test3() - Method in class org.apache.log4j.filter.StringMatchFilterTest
-
Check that StringMatchFilter.decide() returns Filter.ACCEPT
when string to match does appear in message.
- test3() - Method in class org.apache.log4j.rolling.SizeBasedRollingTest
-
Same as testBasic but also with GZ compression.
- test3() - Method in class org.apache.log4j.rolling.TimeBasedRollingTest
-
With compression, activeFileName left blank, no stop/restart
- test3() - Method in class org.apache.log4j.rule.AndRuleTest
-
Test And of Level and Time.
- test3() - Method in class org.apache.log4j.rule.EqualsRuleTest
-
getRule with "level" and "info" should return a LevelEqualsRule.
- test3() - Method in class org.apache.log4j.rule.ExistsRuleTest
-
getRule with "msg".
- test3() - Method in class org.apache.log4j.rule.LevelEqualsRuleTest
-
Tests evaluate of a deserialized clone when levels are equal.
- test3() - Method in class org.apache.log4j.rule.LevelInequalityRuleTest
-
Tests evaluate of a deserialized clone when level satisfies rule.
- test3() - Method in class org.apache.log4j.rule.NotEqualsRuleTest
-
getRule with "level" and "info".
- test3() - Method in class org.apache.log4j.rule.NotRuleTest
-
Test Not of LevelEqualsRule.
- test3() - Method in class org.apache.log4j.rule.OrRuleTest
-
Test Or of Level and Time.
- test3() - Method in class org.apache.log4j.rule.PartialTextMatchRuleTest
-
getRule with "level" and "nfo" should return a LevelEqualsRule.
- test3() - Method in class org.apache.log4j.rule.TimestampEqualsRuleTest
-
Tests evaluate of a deserialized clone when timestamps are equal.
- test3() - Method in class org.apache.log4j.rule.TimestampInequalityRuleTest
-
Tests evaluate of a deserialized clone when rule is satisified.
- test3AMGMT() - Method in class org.apache.log4j.filter.TimeFilterTest
-
Test 3 AM UTC today event against 2 AM - 3 AM GMT filter.
- test3AMLocal() - Method in class org.apache.log4j.filter.TimeFilterTest
-
Test 3 AM local today event against 2 AM - 3 AM local time filter.
- test3AMLocalLastWeek() - Method in class org.apache.log4j.filter.TimeFilterTest
-
Test 3 AM local last week event against 2 AM - 3 AM local time filter.
- test3AMLocalNextWeek() - Method in class org.apache.log4j.filter.TimeFilterTest
-
Test 3 AM local next week event against 2 AM - 3 AM local time filter.
- test3AMLocalTomorrow() - Method in class org.apache.log4j.filter.TimeFilterTest
-
Test 3 AM local tomorrow event against 2 AM - 3 AM local time filter.
- test3AMLocalYesterday() - Method in class org.apache.log4j.filter.TimeFilterTest
-
Test 3 AM local yesterday event against 2 AM - 3 AM local time filter.
- test4() - Method in class org.apache.log4j.filter.AndFilterTest
-
Check that AndFilter.decide() returns Filter.DENY if
only nested filter returns Filter.ACCEPT
and acceptOnMatch is false.
- test4() - Method in class org.apache.log4j.filter.LevelMatchFilterTest
-
Check that LevelMatchFilter.decide() returns Filter.NEUTRAL
when event level is higher than level to match.
- test4() - Method in class org.apache.log4j.filter.LevelRangeFilterTest
-
Check that LevelRangeFilter.decide() returns Filter.ACCEPT
when event level is below max level.
- test4() - Method in class org.apache.log4j.filter.LoggerMatchFilterTest
-
Check that LoggerMatchFilter.decide()
returns Filter.ACCEPT for matching logger.
- test4() - Method in class org.apache.log4j.filter.StringMatchFilterTest
-
Check that StringMatchFilter.decide() returns Filter.DENY
when string to match does appear in message and
accept on match is false.
- test4() - Method in class org.apache.log4j.rolling.SizeBasedRollingTest
-
Test basic rolling functionality with bogus path in file name pattern.
- test4() - Method in class org.apache.log4j.rolling.TimeBasedRollingTest
-
Without compression, activeFileName set, with stop/restart
- test4() - Method in class org.apache.log4j.rule.AndRuleTest
-
Test And of Level and Time when Level does not match.
- test4() - Method in class org.apache.log4j.rule.EqualsRuleTest
-
getRule with "timestamp" and time should return a TimestampEqualsRule.
- test4() - Method in class org.apache.log4j.rule.ExistsRuleTest
-
getRule with "msg".
- test4() - Method in class org.apache.log4j.rule.LevelEqualsRuleTest
-
Tests evaluate of a deserialized clone when levels are not equal.
- test4() - Method in class org.apache.log4j.rule.LevelInequalityRuleTest
-
Tests evaluate of a deserialized clone when level does not satisfy rule.
- test4() - Method in class org.apache.log4j.rule.NotEqualsRuleTest
-
getRule with "timestamp" and time.
- test4() - Method in class org.apache.log4j.rule.NotRuleTest
-
Test Not of Level when Level does not match.
- test4() - Method in class org.apache.log4j.rule.OrRuleTest
-
Test Or of Level and Time when Level does not match.
- test4() - Method in class org.apache.log4j.rule.PartialTextMatchRuleTest
-
getRule with "msg".
- test4() - Method in class org.apache.log4j.rule.TimestampEqualsRuleTest
-
Tests evaluate of a deserialized clone when timestamps are not equal.
- test4() - Method in class org.apache.log4j.rule.TimestampInequalityRuleTest
-
Tests evaluate of a deserialized clone when rule is not satisfied.
- test5() - Method in class org.apache.log4j.filter.AndFilterTest
-
Check that AndFilter.decide() returns Filter.NEUTRAL if
nested filters return Filter.ACCEPT and Filter.DENY.
- test5() - Method in class org.apache.log4j.filter.LevelMatchFilterTest
-
Check that LevelMatchFilter.decide() returns Filter.NEUTRAL
when event level is lower than level to match.
- test5() - Method in class org.apache.log4j.filter.LevelRangeFilterTest
-
Check that LevelRangeFilter.decide() returns Filter.NEUTRAL
when event level is above min level and accept on match is false.
- test5() - Method in class org.apache.log4j.filter.StringMatchFilterTest
-
Check that StringMatchFilter.decide() returns Filter.NEUTRAL
when string to match does appear in message but differs in case.
- test5() - Method in class org.apache.log4j.rolling.SizeBasedRollingTest
-
Checking handling of rename failures due to other access
to the indexed files.
- test5() - Method in class org.apache.log4j.rolling.TimeBasedRollingTest
-
No compression, activeFileName set, without stop/restart
- test5() - Method in class org.apache.log4j.rule.AndRuleTest
-
Test And of Level and Time when Time does not match.
- test5() - Method in class org.apache.log4j.rule.EqualsRuleTest
-
getRule with "msg" should return an EqualsRule.
- test5() - Method in class org.apache.log4j.rule.ExistsRuleTest
-
getRule with "msg".
- test5() - Method in class org.apache.log4j.rule.LevelEqualsRuleTest
-
Tests evaluate when levels are JDK 1.4 levels and equal.
- test5() - Method in class org.apache.log4j.rule.LevelInequalityRuleTest
-
Tests evaluate when levels are JDK 1.4 levels and satisified.
- test5() - Method in class org.apache.log4j.rule.NotEqualsRuleTest
-
getRule with "msg".
- test5() - Method in class org.apache.log4j.rule.NotRuleTest
-
Test deserialized Not.
- test5() - Method in class org.apache.log4j.rule.OrRuleTest
-
Test Or of Level and Time when Time does not match.
- test5() - Method in class org.apache.log4j.rule.PartialTextMatchRuleTest
-
getRule with "msg".
- test5() - Method in class org.apache.log4j.rule.TimestampEqualsRuleTest
-
Tests constructor will badly formed time specification.
- test6() - Method in class org.apache.log4j.filter.AndFilterTest
-
Check that AndFilter.decide() returns Filter.NEUTRAL if
nested filters return Filter.ACCEPT and Filter.NEUTRAL.
- test6() - Method in class org.apache.log4j.filter.LevelRangeFilterTest
-
Check that LevelRangeFilter.decide() returns Filter.NEUTRAL
when event level is below max level and accept on match is false.
- test6() - Method in class org.apache.log4j.filter.SimpleFilterTest
-
- test6() - Method in class org.apache.log4j.rolling.SizeBasedRollingTest
-
Deprecated.
Tests deprecated method
- test6() - Method in class org.apache.log4j.rolling.TimeBasedRollingTest
-
With compression, activeFileName set, no stop/restart,
- test6() - Method in class org.apache.log4j.rule.AndRuleTest
-
Test deserialized And.
- test6() - Method in class org.apache.log4j.rule.EqualsRuleTest
-
getRule with "msg" should return an EqualsRule.
- test6() - Method in class org.apache.log4j.rule.LevelEqualsRuleTest
-
Tests evaluate when levels are JDK 1.4 levels and not equal.
- test6() - Method in class org.apache.log4j.rule.LevelInequalityRuleTest
-
Tests evaluate when levels are JDK 1.4 levels and not equal.
- test6() - Method in class org.apache.log4j.rule.NotEqualsRuleTest
-
getRule with "msg".
- test6() - Method in class org.apache.log4j.rule.NotRuleTest
-
Test deserialized Not.
- test6() - Method in class org.apache.log4j.rule.OrRuleTest
-
Test Or of Level and Time when Time and Level do not match.
- test6() - Method in class org.apache.log4j.rule.PartialTextMatchRuleTest
-
Check PartailTextMatchRule serialization.
- test7() - Method in class org.apache.log4j.filter.SimpleFilterTest
-
- test7() - Method in class org.apache.log4j.rule.AndRuleTest
-
Test deserialized And when Level doesn't match.
- test7() - Method in class org.apache.log4j.rule.EqualsRuleTest
-
Check EqualsRule serialization.
- test7() - Method in class org.apache.log4j.rule.LevelEqualsRuleTest
-
Tests evaluate of a deserialized clone when levels are JDK 1.4 levels and equal.
- test7() - Method in class org.apache.log4j.rule.LevelInequalityRuleTest
-
Tests evaluate of a deserialized clone when levels are JDK 1.4 levels and satisified.
- test7() - Method in class org.apache.log4j.rule.NotEqualsRuleTest
-
Check NotEqualsRule serialization.
- test7() - Method in class org.apache.log4j.rule.OrRuleTest
-
Test deserialized Or.
- test8() - Method in class org.apache.log4j.filter.SimpleFilterTest
-
- test8() - Method in class org.apache.log4j.rule.LevelEqualsRuleTest
-
Tests evaluate of a deserialized clone when levels are JDK 1.4 levels and not equal.
- test8() - Method in class org.apache.log4j.rule.LevelInequalityRuleTest
-
Tests evaluate of a deserialized clone when levels are JDK 1.4 levels and not satified.
- test8() - Method in class org.apache.log4j.rule.OrRuleTest
-
Test deserialized Or when neither rule match.
- test9() - Method in class org.apache.log4j.filter.SimpleFilterTest
-
- testActivateOptions() - Method in class org.apache.log4j.xml.XSLTLayoutTest
-
Tests activateOptions().
- testActivateOptionsCalledByCompositeActivateOptions() - Method in class org.apache.log4j.rolling.CompositeTriggeringPolicyTest
-
- testActivateOptionsNotCalledByAddTriggeringPolicy() - Method in class org.apache.log4j.rolling.CompositeTriggeringPolicyTest
-
- testAllFalsePolicies() - Method in class org.apache.log4j.rolling.CompositeTriggeringPolicyTest
-
- testAllFields() - Method in class org.apache.log4j.receivers.db.FullCycleDBTest
-
This test starts by writing a single event to a DB using DBAppender
and then reads it back using DBReceiver.
- testAllTruePolicies() - Method in class org.apache.log4j.rolling.CompositeTriggeringPolicyTest
-
- testAtom() - Method in class org.apache.log4j.xml.XSLTLayoutTest
-
Tests XML configuration and atom layout.
- testAtomNS() - Method in class org.apache.log4j.xml.XSLTLayoutTest
-
Tests XML configuration and atom layout.
- testBasic1() - Method in class org.apache.log4j.pattern.PatternParserTest
-
- testBasic2() - Method in class org.apache.log4j.pattern.PatternParserTest
-
- testBogus() - Method in class org.apache.log4j.pattern.PatternParserTest
-
- testBogusWord1() - Method in class org.apache.log4j.pattern.PatternParserTest
-
- testBogusWord2() - Method in class org.apache.log4j.pattern.PatternParserTest
-
- testCDATA() - Method in class org.apache.log4j.xml.XSLTLayoutTestCase
-
- testConfig1() - Method in class org.apache.log4j.filter.TimeFilterTest
-
Test 2 AM-3AM local time accept on match filter.
- testConfig2() - Method in class org.apache.log4j.filter.TimeFilterTest
-
Test 2 AM-3AM UTC reject on match filter.
- testConstructor() - Method in class org.apache.log4j.pattern.FormattingInfoTest
-
Check constructor
- testDecodeEventsString1() - Method in class org.apache.log4j.receivers.xml.XMLDecoderTest
-
- testDecodeEventsString2() - Method in class org.apache.log4j.receivers.xml.XMLDecoderTest
-
- testDecodeEventsURL1() - Method in class org.apache.log4j.receivers.xml.XMLDecoderTest
-
- testDecodeEventsURL2() - Method in class org.apache.log4j.receivers.xml.XMLDecoderTest
-
- testExceptionWithCDATA() - Method in class org.apache.log4j.xml.XSLTLayoutTest
-
Tests CDATA element within exception.
- testFileNamePatternFactories() - Method in class org.apache.log4j.pattern.PatternParserTest
-
- testFormat() - Method in class org.apache.log4j.LayoutTest
-
Tests format.
- testFormat() - Method in class org.apache.log4j.xml.XSLTLayoutTest
-
Tests formatted results.
- testFormatDate1() - Method in class org.apache.log4j.rolling.helper.FileNamePatternTestCase
-
- testFormatDate2() - Method in class org.apache.log4j.rolling.helper.FileNamePatternTestCase
-
- testFormatDate3() - Method in class org.apache.log4j.rolling.helper.FileNamePatternTestCase
-
- testFormatDate4() - Method in class org.apache.log4j.rolling.helper.FileNamePatternTestCase
-
A %d is treated as %d{yyyy-MM-dd} if followed by a malformed format specifier.
- testFormatDate5() - Method in class org.apache.log4j.rolling.helper.FileNamePatternTestCase
-
A %d is treated as %d{yyyy-MM-dd} if followed by a malformed format specifier.
- testFormatInteger1() - Method in class org.apache.log4j.rolling.helper.FileNamePatternTestCase
-
- testFormatInteger10() - Method in class org.apache.log4j.rolling.helper.FileNamePatternTestCase
-
- testFormatInteger11() - Method in class org.apache.log4j.rolling.helper.FileNamePatternTestCase
-
- testFormatInteger2() - Method in class org.apache.log4j.rolling.helper.FileNamePatternTestCase
-
- testFormatInteger3() - Method in class org.apache.log4j.rolling.helper.FileNamePatternTestCase
-
- testFormatInteger4() - Method in class org.apache.log4j.rolling.helper.FileNamePatternTestCase
-
- testFormatInteger5() - Method in class org.apache.log4j.rolling.helper.FileNamePatternTestCase
-
- testFormatInteger6() - Method in class org.apache.log4j.rolling.helper.FileNamePatternTestCase
-
- testFormatInteger7() - Method in class org.apache.log4j.rolling.helper.FileNamePatternTestCase
-
- testFormatInteger8() - Method in class org.apache.log4j.rolling.helper.FileNamePatternTestCase
-
- testFormatInteger9() - Method in class org.apache.log4j.rolling.helper.FileNamePatternTestCase
-
- testFormatWithException() - Method in class org.apache.log4j.xml.XSLTLayoutTest
-
Tests formatted results with an exception.
- testFormatWithNDC() - Method in class org.apache.log4j.xml.XSLTLayoutTest
-
Tests formatted results with an exception.
- testGetContentType() - Method in class org.apache.log4j.LayoutTest
-
Tests getContentType.
- testGetDefault() - Method in class org.apache.log4j.pattern.FormattingInfoTest
-
Check that getDefault does not return null.
- testGetFooter() - Method in class org.apache.log4j.LayoutTest
-
Tests getFooter.
- testGetHeader() - Method in class org.apache.log4j.LayoutTest
-
Tests getHeader.
- testGetSetLocationInfo() - Method in class org.apache.log4j.xml.XSLTLayoutTest
-
Tests getLocationInfo and setLocationInfo.
- testIgnoresThrowable() - Method in class org.apache.log4j.LayoutTest
-
Tests ignoresThrowable.
- testLineSep() - Method in class org.apache.log4j.LayoutTest
-
Tests Layout.LINE_SEP.
- testLineSepLen() - Method in class org.apache.log4j.LayoutTest
-
Tests Layout.LINE_SEP.
- testLocationInfo() - Method in class org.apache.log4j.xml.XSLTLayoutTestCase
-
- testMalformedOption() - Method in class org.apache.log4j.pattern.PatternParserTest
-
Options with missing close braces will be treated as a literal.
- testMapPolicy() - Method in class org.apache.log4j.receivers.rewrite.RewriteAppenderTest
-
- testMDC() - Method in class org.apache.log4j.xml.XSLTLayoutTestCase
-
Tests the format of the MDC portion of the layout to ensure
the KVP's we put in turn up in the output file.
- testMDCEscaped() - Method in class org.apache.log4j.xml.XSLTLayoutTestCase
-
- testMore() - Method in class org.apache.log4j.pattern.PatternParserTest
-
- testMultiOption() - Method in class org.apache.log4j.pattern.PatternParserTest
-
- testNDCWithCDATA() - Method in class org.apache.log4j.xml.XSLTLayoutTest
-
Tests CDATA element within NDC content.
- testNoPolicies() - Method in class org.apache.log4j.rolling.CompositeTriggeringPolicyTest
-
- testNull() - Method in class org.apache.log4j.xml.XSLTLayoutTestCase
-
- testOneFalsePolicy() - Method in class org.apache.log4j.rolling.CompositeTriggeringPolicyTest
-
- testOneTruePolicy() - Method in class org.apache.log4j.rolling.CompositeTriggeringPolicyTest
-
- testPadLeft() - Method in class org.apache.log4j.pattern.FormattingInfoTest
-
Add padding to left since field is not minimum width.
- testPadRight() - Method in class org.apache.log4j.pattern.FormattingInfoTest
-
Add padding to right since field is not minimum width.
- testPatternLayoutFactories() - Method in class org.apache.log4j.pattern.PatternParserTest
-
- testPluginListeners() - Method in class org.apache.log4j.component.plugins.PluginTestCase
-
- testPropertyChangeListeners() - Method in class org.apache.log4j.component.plugins.PluginTestCase
-
- testPropertyPolicy() - Method in class org.apache.log4j.receivers.rewrite.RewriteAppenderTest
-
- testReflectionPolicy() - Method in class org.apache.log4j.receivers.rewrite.RewriteAppenderTest
-
- testRename() - Method in class org.apache.log4j.rolling.RenamingTest
-
- testRightTruncate() - Method in class org.apache.log4j.pattern.FormattingInfoTest
-
Field exceeds maximum width, truncate right.
- testSingleOutput() - Method in class org.apache.log4j.receivers.db.FullCycleDBTest
-
This test starts by writing a single event to a DB using DBAppender
and then reads it back using DBReceiver.
- testToLevelFINEST() - Method in class org.apache.log4j.receivers.helpers.UtilLoggingLevelTest
-
Test toLevel("fiNeSt").
- testTrueAndFalsePolicies() - Method in class org.apache.log4j.rolling.CompositeTriggeringPolicyTest
-
- testTruncate() - Method in class org.apache.log4j.pattern.FormattingInfoTest
-
Field exceeds maximum width
- testWithJoran1() - Method in class org.apache.log4j.rolling.TimeBasedRollingTest
-
- TimeBasedRollingTest - Class in org.apache.log4j.rolling
-
A rather exhaustive set of tests.
- TimeBasedRollingTest(String) - Constructor for class org.apache.log4j.rolling.TimeBasedRollingTest
-
- TimeFilterTest - Class in org.apache.log4j.filter
-
Tests for TimeFilter.
- TimeFilterTest(String) - Constructor for class org.apache.log4j.filter.TimeFilterTest
-
Construct new instance.
- TimestampEqualsRuleTest - Class in org.apache.log4j.rule
-
Test for TimestampEqualsRule.
- TimestampEqualsRuleTest(String) - Constructor for class org.apache.log4j.rule.TimestampEqualsRuleTest
-
Create new test.
- TimestampInequalityRuleTest - Class in org.apache.log4j.rule
-
Test for TimestampInequalityRule.
- TimestampInequalityRuleTest(String) - Constructor for class org.apache.log4j.rule.TimestampInequalityRuleTest
-
Create new test.
- transform(String, String, Filter[]) - Static method in class org.apache.log4j.util.Transformer
-
- transform(String, String, Filter) - Static method in class org.apache.log4j.util.Transformer
-
- Transformer - Class in org.apache.log4j.util
-
- Transformer() - Constructor for class org.apache.log4j.util.Transformer
-