The strings are "equality groups": the nodes should test equal iff their
associated strings test equal.
*/
private Object [][] eqTestCases()
{
AnonId id = AnonId.create();
LiteralLabel L2 = LiteralLabelFactory.create( id.toString(), "", false );
LiteralLabel LLang1 = LiteralLabelFactory.create( "xyz", "en", null) ;
LiteralLabel LLang2 = LiteralLabelFactory.create( "xyz", "EN", null) ;
String U2 = id.toString();
String N2 = id.toString();
return new Object [][]
{
{ Node.ANY, "0" },
{ NodeFactory.createAnon( id ), "1" },
{ NodeFactory.createAnon(), "2" },