com.resilientedge.util.logger
Class ZFilterTest

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--com.resilientedge.util.test.BaseTestCase
                    |
                    +--com.resilientedge.util.logger.ZFilterTest
All Implemented Interfaces:
junit.framework.Test

public class ZFilterTest
extends BaseTestCase

Unit Test for the Filter implementations

Version:
$Revision: 1.1.1.1 $
Author:
jwh

Constructor Summary
ZFilterTest(java.lang.String name)
           
 
Method Summary
protected  void setUp()
          The JUnit setup method
 void testTopicLevelFilter()
          Test Construction of a Level
 
Methods inherited from class com.resilientedge.util.test.BaseTestCase
log, lookupConfig, lookupConfig
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, name, run, run, runBare, runTest, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, assertNull, assertNull, assertSame, assertSame, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ZFilterTest

public ZFilterTest(java.lang.String name)
Parameters:
name - Parameter Description
Method Detail

testTopicLevelFilter

public void testTopicLevelFilter()
                          throws java.lang.Exception
Test Construction of a Level
Throws:
java.lang.Exception -  

setUp

protected void setUp()
The JUnit setup method
Overrides:
setUp in class junit.framework.TestCase


Copyright © 2001 Resilient Edge, Inc. All Rights Reserved.