Class CascadeValueExceptionTest
- java.lang.Object
-
- org.eclipse.rdf4j.testsuite.repository.CascadeValueExceptionTest
-
public abstract class CascadeValueExceptionTest extends Object
-
-
Constructor Summary
Constructors Constructor Description CascadeValueExceptionTest()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static void
afterClass()
protected Repository
createRepository()
protected abstract Repository
newRepository()
void
setUp()
static void
setUpClass()
void
tearDown()
void
testValueExceptionEqualPlain()
void
testValueExceptionEqualTyped()
void
testValueExceptionGreaterThanOrEqualPlain()
void
testValueExceptionGreaterThanOrEqualTyped()
void
testValueExceptionGreaterThanPlain()
void
testValueExceptionGreaterThanTyped()
void
testValueExceptionLessThanOrEqualPlain()
void
testValueExceptionLessThanOrEqualTyped()
void
testValueExceptionLessThanPlain()
void
testValueExceptionLessThanTyped()
void
testValueExceptionNotEqualPlain()
void
testValueExceptionNotEqualTyped()
-
-
-
Method Detail
-
setUpClass
@BeforeAll public static void setUpClass()
-
afterClass
@AfterAll public static void afterClass()
-
testValueExceptionLessThanPlain
@Test public void testValueExceptionLessThanPlain()
-
testValueExceptionLessThanOrEqualPlain
@Test public void testValueExceptionLessThanOrEqualPlain()
-
testValueExceptionEqualPlain
@Test public void testValueExceptionEqualPlain()
-
testValueExceptionNotEqualPlain
@Test public void testValueExceptionNotEqualPlain()
-
testValueExceptionGreaterThanOrEqualPlain
@Test public void testValueExceptionGreaterThanOrEqualPlain()
-
testValueExceptionGreaterThanPlain
@Test public void testValueExceptionGreaterThanPlain()
-
testValueExceptionLessThanTyped
@Test public void testValueExceptionLessThanTyped()
-
testValueExceptionLessThanOrEqualTyped
@Test public void testValueExceptionLessThanOrEqualTyped()
-
testValueExceptionEqualTyped
@Test public void testValueExceptionEqualTyped()
-
testValueExceptionNotEqualTyped
@Test public void testValueExceptionNotEqualTyped()
-
testValueExceptionGreaterThanOrEqualTyped
@Test public void testValueExceptionGreaterThanOrEqualTyped()
-
testValueExceptionGreaterThanTyped
@Test public void testValueExceptionGreaterThanTyped()
-
setUp
@BeforeEach public void setUp()
-
createRepository
protected Repository createRepository()
-
newRepository
protected abstract Repository newRepository()
-
tearDown
@AfterEach public void tearDown()
-
-