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
-
testValueExceptionLessThanPlain
public void testValueExceptionLessThanPlain() throws Exception
- Throws:
Exception
-
testValueExceptionLessThanOrEqualPlain
public void testValueExceptionLessThanOrEqualPlain() throws Exception
- Throws:
Exception
-
testValueExceptionEqualPlain
public void testValueExceptionEqualPlain() throws Exception
- Throws:
Exception
-
testValueExceptionNotEqualPlain
public void testValueExceptionNotEqualPlain() throws Exception
- Throws:
Exception
-
testValueExceptionGreaterThanOrEqualPlain
public void testValueExceptionGreaterThanOrEqualPlain() throws Exception
- Throws:
Exception
-
testValueExceptionGreaterThanPlain
public void testValueExceptionGreaterThanPlain() throws Exception
- Throws:
Exception
-
testValueExceptionLessThanTyped
public void testValueExceptionLessThanTyped() throws Exception
- Throws:
Exception
-
testValueExceptionLessThanOrEqualTyped
public void testValueExceptionLessThanOrEqualTyped() throws Exception
- Throws:
Exception
-
testValueExceptionEqualTyped
public void testValueExceptionEqualTyped() throws Exception
- Throws:
Exception
-
testValueExceptionNotEqualTyped
public void testValueExceptionNotEqualTyped() throws Exception
- Throws:
Exception
-
testValueExceptionGreaterThanOrEqualTyped
public void testValueExceptionGreaterThanOrEqualTyped() throws Exception
- Throws:
Exception
-
testValueExceptionGreaterThanTyped
public void testValueExceptionGreaterThanTyped() throws Exception
- Throws:
Exception
-
createRepository
protected Repository createRepository() throws Exception
- Throws:
Exception
-
newRepository
protected abstract Repository newRepository() throws Exception
- Throws:
Exception
-
-