Collection methods and contracts.Object methods and contracts.Set methods and contracts.AbstractTestSet to enable testing of the OpenRDF Model
collection implementations.TestCase that can define both simple and bulk test methods.BulkTest instance that will run the specified simple test.BulkTest.AbstractTestCollection.confirmed fixture, but cast as a Set.AbstractTestCollection.makeFullCollection().AbstractTestCollection.getFullElements().AbstractTestCollection.getFullNonNullElements() into a set of objects suitable for insertion
into a Model.AbstractTestCollection.getFullElements().AbstractTestCollection.getOtherElements().AbstractTestCollection.getFullNonNullElements() into a set of objects suitable for insertion
into a Model.AbstractTestCollection.getOtherElements().AbstractTestCollection.collection fixture, but cast as a Set.AbstractTestCollection.makeCollection() and AbstractTestCollection.makeFullCollection()
support the add and addAll operations.AbstractTestCollection.makeCollection() and AbstractTestCollection.makeFullCollection()
support the remove, removeAll, retainAll, clear and
iterator().remove() methods.Collection to be used for testing.AbstractTestSet.makeEmptySet().AbstractTestSet.makeFullSet().AbstractTestCollection.getFullElements().TestSuite for testing all of the simple tests and all the bulk tests defined
by the given class.Model implementations.AbstractTestCollection.collection and AbstractTestCollection.confirmed fields to empty collections.AbstractTestCollection.collection and AbstractTestCollection.confirmed fields to full collections.Collection.add(Object).Collection.clear().Collection.contains(Object).Collection.isEmpty().Collection.iterator().Collection.iterator().Collection.remove(Object).Collection.size().Collection.toArray().Collection.toArray(Object[]).toString on a collection.Model.getNamespace(java.lang.String).Model.getNamespace(java.lang.String).Model.getNamespaces().Model.getNamespace(java.lang.String).Model.getNamespaces().Model.getNamespaces().Model.removeNamespace(java.lang.String).Model.removeNamespace(java.lang.String).Model.removeNamespace(java.lang.String).Set.equals(Object).Set.hashCode().Model.setNamespace(org.eclipse.rdf4j.model.Namespace).Model.setNamespace(org.eclipse.rdf4j.model.Namespace).Model.setNamespace(java.lang.String, java.lang.String).AbstractTestCollection.isAddSupported() returns false, tests that add operations raise
UnsupportedOperationException.BulkTest.AbstractTestCollection.collection and AbstractTestCollection.confirmed have identical state.Copyright © 2015-2016 Eclipse Foundation. All Rights Reserved.