public class DSLAssertion<Protocol> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected DSLProtocol<?> |
dslProtocol |
| Constructor and Description |
|---|
DSLAssertion(DSLProtocol<?> dslProtocol) |
| Modifier and Type | Method and Description |
|---|---|
Protocol |
doesNotExistInRepo() |
Protocol |
existsInRepo() |
Protocol |
getProtocol() |
Protocol |
protocolIsDisabled()
Just verify using JMX calls if the protocol is enabled on server or not
|
Protocol |
protocolIsEnabled()
Just verify using JMX calls if the protocol is enabled on server or not
|
protected DSLProtocol<?> dslProtocol
public DSLAssertion(DSLProtocol<?> dslProtocol)
public Protocol getProtocol()
public Protocol existsInRepo() throws TestConfigurationException
TestConfigurationExceptionpublic Protocol doesNotExistInRepo() throws TestConfigurationException
TestConfigurationExceptionpublic Protocol protocolIsEnabled() throws Exception
ExceptionCopyright © 2005–2019 Alfresco Software. All rights reserved.