|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--junit.framework.TestCase | +--de.qfs.apps.qflog.logview.LogFilterTreeModel.UnitTest
Test cases for the LogLevelTreeModel class.
Constructor Summary | |
LogFilterTreeModel.UnitTest(java.lang.String name)
Create a new UnitTest. |
Method Summary | |
protected void |
setUp()
Set up the test fixture. |
static junit.framework.Test |
suite()
Get the suite of tests. |
void |
testClassAdded()
Test the methodAdded method. |
void |
testConfigurable()
Test the Configurable interface |
void |
testExtraFilters()
Test the extra filter mechanism. |
void |
testFilter()
Test the filter mechanism. |
void |
testFireNodesInserted()
Test whether fireNodesInserted is called. |
void |
testGetPath()
Test the getPath method. |
void |
testSortOrder()
Test whether classes and packages are sorted OK. |
Methods inherited from class junit.framework.TestCase |
assert,
assert,
assertEquals,
assertEquals,
assertEquals,
assertEquals,
assertEquals,
assertEquals,
assertNotNull,
assertNotNull,
assertNull,
assertNull,
assertSame,
assertSame,
countTestCases,
createResult,
fail,
fail,
getResult,
name,
notEqualsMessage,
run,
run,
runBare,
runTest,
tearDown,
toString |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public LogFilterTreeModel.UnitTest(java.lang.String name)
name
- The name of the test.Method Detail |
protected void setUp()
public static junit.framework.Test suite()
public void testClassAdded()
public void testFireNodesInserted()
public void testSortOrder()
public void testConfigurable()
public void testFilter()
public void testExtraFilters()
public void testGetPath()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |