Package org.fcrepo.kernel.api.utils
Class GraphDifferencerTest
- java.lang.Object
-
- org.fcrepo.kernel.api.utils.GraphDifferencerTest
-
public class GraphDifferencerTest extends Object
DifferencingIteratorTest class.
- Author:
- ksclarke
-
-
Constructor Summary
Constructors Constructor Description GraphDifferencerTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestAddOne()voidtestAllCommon()voidtestAllDifferent()voidtestCommonRDFEqualIntegers()voidtestCommonRDFEqualStrings()voidtestRemoveOne()
-
-
-
Constructor Detail
-
GraphDifferencerTest
public GraphDifferencerTest()
-
-
Method Detail
-
testAllCommon
public void testAllCommon()
-
testRemoveOne
public void testRemoveOne()
-
testAddOne
public void testAddOne()
-
testAllDifferent
public void testAllDifferent()
-
testCommonRDFEqualStrings
public void testCommonRDFEqualStrings()
-
testCommonRDFEqualIntegers
public void testCommonRDFEqualIntegers()
-
-