public class NamespacesTest
extends junit.framework.TestCase
| Constructor and Description |
|---|
NamespacesTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
testDefaultNamespace()
Tests the case when a default namespace is given.
|
void |
testEraseDefaultNamespace()
Tests the case when a default namespace is erased (the parent has a default namespace but the child not).
|
void |
testExplicitNamespace()
Tests the case when an explicit namespace is given.
|
void |
testNoNamespace()
Tests the case when no namespace is given.
|
void |
testOverwrittenDefaultNamespace()
Tests the case when 2 default namespaces are given with the second overwriting the first.
|
void |
testOverwrittenExplicitNamespace()
Tests the case when 2 explicit namespaces are given with the second overwriting the first.
|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toStringassertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, formatpublic void testNoNamespace()
public void testDefaultNamespace()
public void testExplicitNamespace()
public void testOverwrittenDefaultNamespace()
public void testOverwrittenExplicitNamespace()
public void testEraseDefaultNamespace()
Copyright © 2014. All rights reserved.