Package fi.iki.jmtilli.javaxmlfrag
Class UnitTestDocumentFragment
java.lang.Object
fi.iki.jmtilli.javaxmlfrag.UnitTestDocumentFragment
public class UnitTestDocumentFragment
extends java.lang.Object
Unit test for DocumentFragment.
-
Constructor Summary
Constructors Constructor Description UnitTestDocumentFragment()
-
Method Summary
Modifier and Type Method Description static boolean
equals(java.lang.Object a, java.lang.Object b)
static void
main(java.lang.String[] args)
Run the unit teststatic void
testRowable()
-
Constructor Details
-
UnitTestDocumentFragment
public UnitTestDocumentFragment()
-
-
Method Details
-
equals
public static boolean equals(java.lang.Object a, java.lang.Object b) -
testRowable
public static void testRowable() -
main
public static void main(java.lang.String[] args) throws java.lang.ThrowableRun the unit test- Throws:
java.lang.Throwable
-