Package org.projectnessie.model
Class TestNamespace
- java.lang.Object
-
- org.projectnessie.model.TestNamespace
-
public class TestNamespace extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TestNamespace()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestDifferentZeroByteRepresentations()voidtestIsSameOrSubElementOf()voidtestNamespaceWithProperties()voidtestNullAndEmpty()voidtestOneElement()voidtestRoundTrip()
-
-
-
Method Detail
-
testNullAndEmpty
@Test public void testNullAndEmpty()
-
testOneElement
@Test public void testOneElement()
-
testRoundTrip
@Test public void testRoundTrip()
-
testIsSameOrSubElementOf
@Test public void testIsSameOrSubElementOf()
-
testDifferentZeroByteRepresentations
@Test public void testDifferentZeroByteRepresentations()
-
testNamespaceWithProperties
@Test public void testNamespaceWithProperties()
-
-