@TestInstance(value=PER_CLASS) @Timeout(value=1000L, unit=MILLISECONDS) public abstract class ModelTest extends Object
Model
interfaceModifier and Type | Field and Description |
---|---|
protected BNode |
bnode1 |
protected BNode |
bnode2 |
protected BNode |
bnode3 |
protected Literal |
literal1 |
protected Literal |
literal2 |
protected Literal |
literal3 |
protected IRI |
uri1 |
protected IRI |
uri2 |
protected IRI |
uri3 |
protected ValueFactory |
vf |
Constructor and Description |
---|
ModelTest() |
protected Literal literal1
protected Literal literal2
protected Literal literal3
protected IRI uri1
protected IRI uri2
protected IRI uri3
protected BNode bnode1
protected BNode bnode2
protected BNode bnode3
protected final ValueFactory vf
protected abstract Model getNewModel()
protected Model getNewEmptyModel()
Model
implementation being tested.protected Model getNewModelObjectSingleLiteral()
protected Model getNewModelObjectSingleURI()
protected Model getNewModelObjectSingleBNode()
protected Model getNewModelObjectDoubleLiteral()
protected Model getNewModelObjectDoubleURI()
protected Model getNewModelObjectDoubleBNode()
protected Model getNewModelObjectSingleLiteralSingleURI()
protected Model getNewModelObjectSingleLiteralSingleBNode()
protected Model getNewModelObjectSingleURISingleBNode()
protected Model getNewModelObjectTripleLiteral()
protected Model getNewModelObjectTripleURI()
protected Model getNewModelObjectTripleBNode()
protected Model getNewModelObjectSingleLiteralSingleURISingleBNode()
protected Model getNewModelObjectSingleLiteralDoubleURI()
protected Model getNewModelObjectSingleLiteralDoubleBNode()
protected Model getNewModelObjectSingleURIDoubleBNode()
protected Model getNewModelObjectSingleURIDoubleLiteral()
protected Model getNewModelObjectSingleBNodeDoubleURI()
protected Model getNewModelObjectSingleBNodeDoubleLiteral()
protected Model getNewModelTwoContexts()
@Test public final void testGetStatements_SingleLiteral()
@Test public final void testGetStatements_IteratorModification()
@Test public final void testGetStatements_ConcurrentModificationOfModel()
@Test public final void testGetStatements_AddToEmptyModel()
@Test public final void testFilterSingleLiteral()
Model.filter(Resource, IRI, Value, Resource...)
.@Test public final void testFilter_AddToEmptyFilteredModel()
@Test public final void testFilter_RemoveFromFilter()
@Test public final void testFilter_AddToNonEmptyFilteredModel()
@Test public final void testFilter_AddToEmptyOriginalModel()
@Test public final void testFilter_RemoveFromOriginal()
@Test public final void testFilter_AddToOriginalModel()
@Test public final void testContainsSingleLiteral()
Model.contains(Resource, IRI, Value, Resource...)
.@Test public final void testSubjects()
Model.subjects()
.@Test public final void testPredicates()
Model.predicates()
.@Test public final void testObjects()
Model.objects()
.@Test public final void testContexts()
Model.contexts()
.@Test public void testEqualsVsIsomorphic()
@Test public void testEqualsHashcode()
Copyright © 2015-2021 Eclipse Foundation. All Rights Reserved.