Uses of Class
org.alfresco.utility.exception.TestConfigurationException
Packages that use TestConfigurationException
Package
Description
-
Uses of TestConfigurationException in org.alfresco.utility
Methods in org.alfresco.utility that throw TestConfigurationExceptionModifier and TypeMethodDescriptionstatic FileUtility.getMountedApp(File fromLocation) static PropertiesUtility.getProperties(Class<?> classz, String propertieFileName) static StringUtility.getResourceTestDataContent(String fileName) static FileUtility.getResourceTestDataFile(String fileName) static FileUtility.getTestResourceFile(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 TestConfigurationExceptionModifier and TypeMethodDescriptionvoidDataContent.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(String fullPath, UserModel userModel) voidDataContent.deployContentModel(String localModelXMLFilePath) TestData.getDataDictionaryPath()TestData.getRootPath()TestData.getSitesPath()TestData.getUserHomesPath() -
Uses of TestConfigurationException in org.alfresco.utility.data.provider
Methods in org.alfresco.utility.data.provider that throw TestConfigurationExceptionModifier and TypeMethodDescriptionvoidXMLTestData.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 TestConfigurationExceptionModifier and TypeMethodDescriptionprotected StringDSLProtocol.buildSiteDocumentLibraryPath(String siteId, String... filesOrFoldersHierarcy) protected StringDSLProtocol.buildUserHomePath(String username, String... filesOrFoldersHierarcy) DSLAssertion.doesNotExistInRepo()DSLAssertion.existsInRepo()DSL.getCurrentSpace()DSLProtocol.getCurrentSpace()DSL.getDataDictionaryPath()abstract StringDSLProtocol.getDataDictionaryPath()DSL.getRootPath()abstract StringDSLProtocol.getRootPath()DSL.getSitesPath()abstract StringDSLProtocol.getSitesPath()DSL.getUserHomesPath()abstract StringDSLProtocol.getUserHomesPath() -
Uses of TestConfigurationException in org.alfresco.utility.exception
Subclasses of TestConfigurationException in org.alfresco.utility.exception -
Uses of TestConfigurationException in org.alfresco.utility.report
Methods in org.alfresco.utility.report that throw TestConfigurationExceptionModifier and TypeMethodDescriptionstatic com.relevantcodes.extentreports.ExtentReportsReportManager.getReporter()