File
Doc
Category
Size
Date
Package
FilterTest.java
API Doc
Android 1.5 API
2502
Wed May 06 22:41:04 BST 2009
org.apache.harmony.logging.tests.java.util.logging
FilterTest
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
public class FilterTest extends TestCase
This testcase verifies the signature of the interface Filter.
Fields Summary
Constructors Summary
Methods Summary
public void
testFilter
()
MockFilter f = new MockFilter(); assertFalse(f.isLoggable(null));
Java Code Source