Package org.alfresco.utility.dsl
Class DSLAssertion<Protocol>
- java.lang.Object
-
- org.alfresco.utility.dsl.DSLAssertion<Protocol>
-
public class DSLAssertion<Protocol> extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected DSLProtocol<?>dslProtocol
-
Constructor Summary
Constructors Constructor Description DSLAssertion(DSLProtocol<?> dslProtocol)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProtocoldoesNotExistInRepo()ProtocolexistsInRepo()ProtocolgetProtocol()ProtocolprotocolIsDisabled()Just verify using JMX calls if the protocol is enabled on server or notProtocolprotocolIsEnabled()Just verify using JMX calls if the protocol is enabled on server or not
-
-
-
Field Detail
-
dslProtocol
protected DSLProtocol<?> dslProtocol
-
-
Constructor Detail
-
DSLAssertion
public DSLAssertion(DSLProtocol<?> dslProtocol)
-
-
Method Detail
-
getProtocol
public Protocol getProtocol()
-
existsInRepo
public Protocol existsInRepo() throws TestConfigurationException
- Throws:
TestConfigurationException
-
doesNotExistInRepo
public Protocol doesNotExistInRepo() throws TestConfigurationException
- Throws:
TestConfigurationException
-
protocolIsEnabled
public Protocol protocolIsEnabled() throws java.lang.Exception
Just verify using JMX calls if the protocol is enabled on server or not- Throws:
java.lang.Exception
-
protocolIsDisabled
public Protocol protocolIsDisabled() throws java.lang.Exception
Just verify using JMX calls if the protocol is enabled on server or not- Throws:
java.lang.Exception
-
-