FileDocCategorySizeDatePackage
LogLogTest.javaAPI DocApache log4j 1.2.151466Sat Aug 25 00:09:32 BST 2007org.apache.log4j.helpers

LogLogTest

public class LogLogTest extends TestCase
Tests for LogLog.
author
Curt Arnold

Fields Summary
Constructors Summary
public LogLogTest(String testName)
Create new instance of LogLogTest.

param
testName test name

    super(testName);
  
Methods Summary
public voidtestConfigDebugKey()
Check value of CONFIG_DEBUG_KEY.

deprecated
since constant is deprecated

    assertEquals("log4j.configDebug", LogLog.CONFIG_DEBUG_KEY);
  
public voidtestDebugKey()
Check value of DEBUG_KEY.

    assertEquals("log4j.debug", LogLog.DEBUG_KEY);