FileDocCategorySizeDatePackage
FilterTest.javaAPI DocAndroid 1.5 API2502Wed May 06 22:41:04 BST 2009org.apache.harmony.logging.tests.java.util.logging

FilterTest

public class FilterTest extends TestCase
This testcase verifies the signature of the interface Filter.

Fields Summary
Constructors Summary
Methods Summary
public voidtestFilter()

        MockFilter f = new MockFilter();
        assertFalse(f.isLoggable(null));