Package org.alfresco.aos.dsl
Class AOSAssertion
java.lang.Object
org.alfresco.utility.dsl.DSLAssertion<AOSWrapper>
org.alfresco.aos.dsl.AOSAssertion
DSL with all assertion available for
AOSWrapper-
Field Summary
Fields inherited from class org.alfresco.utility.dsl.DSLAssertion
dslProtocol -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.alfresco.utility.dsl.DSLAssertion
doesNotExistInRepo, existsInRepo, getProtocol, protocolIsDisabled, protocolIsEnabled
-
Constructor Details
-
AOSAssertion
-
-
Method Details
-
aosWrapper
-
fileExistsInAOS
public AOSWrapper fileExistsInAOS() throws org.alfresco.utility.exception.TestConfigurationException- Throws:
org.alfresco.utility.exception.TestConfigurationException
-
fileDoesNotExistInAOS
public AOSWrapper fileDoesNotExistInAOS() throws org.alfresco.utility.exception.TestConfigurationException- Throws:
org.alfresco.utility.exception.TestConfigurationException
-
contentIs
public AOSWrapper contentIs(String expectedContent) throws IOException, org.alfresco.utility.exception.TestConfigurationException - Throws:
IOExceptionorg.alfresco.utility.exception.TestConfigurationException
-
documentIsLocked
-
newPageExistsAndContentIsValid
public AOSWrapper newPageExistsAndContentIsValid() throws IOException, org.alfresco.utility.exception.TestConfigurationException- Throws:
IOExceptionorg.alfresco.utility.exception.TestConfigurationException
-
hasStatus
Verify the status for a specific action- Parameters:
status-- Returns:
-