| com.hp.hpl.jena.test.JenaTestBase com.hp.hpl.jena.rdf.model.test.TestAnonID
TestAnonID | public class TestAnonID extends JenaTestBase (Code) | | Test for anonID generation. (Originally test for the debugging hack
that switches off anonID generation.)
author: Dave Reynolds version: $Revision: 1.8 $ on $Date: 2008/01/02 12:04:41 $ |
Method Summary | |
public void | doTestAnonID() Check that anonIDs are distinct whichever state the flag is in. | public static TestSuite | suite() Boilerplate for junit. | public void | testAnonID() Check that anonIDs are distinct whichever state the flag is in. | public void | testAnonIdPreserved() Test that creation of an AnonId from an AnonId string preserves that
string and is equal to the original AnonId. |
TestAnonID | public TestAnonID(String name)(Code) | | Boilerplate for junit
|
doTestAnonID | public void doTestAnonID()(Code) | | Check that anonIDs are distinct whichever state the flag is in.
|
suite | public static TestSuite suite()(Code) | | Boilerplate for junit.
This is its own test suite
|
testAnonID | public void testAnonID()(Code) | | Check that anonIDs are distinct whichever state the flag is in.
|
testAnonIdPreserved | public void testAnonIdPreserved()(Code) | | Test that creation of an AnonId from an AnonId string preserves that
string and is equal to the original AnonId.
|
|
|