Uses of Class
org.alfresco.utility.exception.TestConfigurationException
-
-
Uses of TestConfigurationException in org.alfresco.utility
Methods in org.alfresco.utility that throw TestConfigurationException Modifier and Type Method Description static java.io.FileUtility. getMountedApp(java.io.File fromLocation)static java.util.PropertiesUtility. getProperties(java.lang.Class<?> classz, java.lang.String propertieFileName)static java.io.FileUtility. getResourceTestDataFile(java.lang.String fileName)static java.io.FileUtility. getTestResourceFile(java.lang.String filePath)Return a file from the filePath location -
Uses of TestConfigurationException in org.alfresco.utility.data
Methods in org.alfresco.utility.data that throw TestConfigurationException Modifier and Type Method Description voidDataContent. addTagToContent(TagModel model)Creates a tag for a content file You must use this in correlation withTestData.usingResource(ContentModel)voidDataContent. assertContentDoesNotExist()voidDataContent. assertContentExist()booleanDataContent. checkContent(java.lang.String fullPath, UserModel userModel)voidDataContent. deployContentModel(java.lang.String localModelXMLFilePath)java.lang.StringTestData. getDataDictionaryPath()java.lang.StringTestData. getRootPath()java.lang.StringTestData. getSitesPath()java.lang.StringTestData. getUserHomesPath() -
Uses of TestConfigurationException in org.alfresco.utility.data.provider
Methods in org.alfresco.utility.data.provider that throw TestConfigurationException Modifier and Type Method Description voidXMLTestData. cleanup(DataContent dataContent)Calling this method will delete entire test data structure from your alfresco repository -
Uses of TestConfigurationException in org.alfresco.utility.dsl
Methods in org.alfresco.utility.dsl that throw TestConfigurationException Modifier and Type Method Description protected java.lang.StringDSLProtocol. buildSiteDocumentLibraryPath(java.lang.String siteId, java.lang.String... filesOrFoldersHierarcy)protected java.lang.StringDSLProtocol. buildUserHomePath(java.lang.String username, java.lang.String... filesOrFoldersHierarcy)ProtocolDSLAssertion. doesNotExistInRepo()ProtocolDSLAssertion. existsInRepo()java.lang.StringDSL. getCurrentSpace()java.lang.StringDSLProtocol. getCurrentSpace()java.lang.StringDSL. getDataDictionaryPath()abstract java.lang.StringDSLProtocol. getDataDictionaryPath()java.lang.StringDSL. getRootPath()abstract java.lang.StringDSLProtocol. getRootPath()java.lang.StringDSL. getSitesPath()abstract java.lang.StringDSLProtocol. getSitesPath()java.lang.StringDSL. getUserHomesPath()abstract java.lang.StringDSLProtocol. getUserHomesPath() -
Uses of TestConfigurationException in org.alfresco.utility.exception
Subclasses of TestConfigurationException in org.alfresco.utility.exception Modifier and Type Class Description classTestObjectNotDefinedException -
Uses of TestConfigurationException in org.alfresco.utility.report
Methods in org.alfresco.utility.report that throw TestConfigurationException Modifier and Type Method Description static com.relevantcodes.extentreports.ExtentReportsReportManager. getReporter()
-