public abstract class AbstractApplicationLdpTests
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractApplicationLdpTests.BasicContainmentTests |
class |
AbstractApplicationLdpTests.BinaryTests |
class |
AbstractApplicationLdpTests.DirectContainmentTests |
class |
AbstractApplicationLdpTests.IndirectContainmentTests |
class |
AbstractApplicationLdpTests.RDFSerializationTests |
| Constructor and Description |
|---|
AbstractApplicationLdpTests() |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.String |
getBaseURL()
Get the baseURL for the LDP server.
|
abstract javax.ws.rs.client.Client |
getClient()
Get the HTTP client.
|
java.util.Set<java.lang.String> |
supportedJsonLdProfiles()
Define whether the Web Annotation JSON-LD profile is supported.
|
public abstract javax.ws.rs.client.Client getClient()
public abstract java.lang.String getBaseURL()
public java.util.Set<java.lang.String> supportedJsonLdProfiles()
Override this method, having it return false, if the custom
JSON-LD profile test should be skipped.