FileSystemProvider Class

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Inheritance Hierarchy

SystemObject
  ArtOfTest.WebAii.Design.ProjectModel.ProvidersFileSystemProvider

Namespace:  ArtOfTest.WebAii.Design.ProjectModel.Providers
Assembly:  ArtOfTest.WebAii.Design (in ArtOfTest.WebAii.Design.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

public class FileSystemProvider

The FileSystemProvider type exposes the following members.

Constructors

  NameDescription
Public methodFileSystemProvider
Initializes a new instance of the FileSystemProvider class
Top
Properties

  NameDescription
Public propertyAppContainer
Public propertyCachedTests
Public propertyCodeFilesProvider
Public propertyCodeService
Public propertyDataSourceItems
Public propertyDataSourcesProvider
Public propertyElementsProvider
Public propertyLightProjectElements
Public propertyLightTestBaseProvider
Public propertyOwnerProject
Public propertySourceControl
Public propertyTestAsStepReferences
Public propertyTestsBaseProvider
Top
Methods

  NameDescription
Public methodAddDataSource
Public methodAddElementDescriptor
Public methodAddLightTestToSrcControl
Public methodCloseProject
Public methodCopyCodeFile
Public methodCopyElements
Public methodCopyTest
Public methodCreateCodeFile
Public methodCreateFolder
Public methodCreateProject
Public methodCreateTest
Public methodDeleteCodeFile(LightCodeFile)
Public methodDeleteCodeFile(LightTest)
Public methodDeleteDataSourceItem
Public methodDeleteFolder
Public methodDeleteTest
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExcludeProjectElements
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFixTestAsStepActionDescriptor
Public methodFixTestAsStepByLightTest
Public methodGenerateElementsCode
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodImportCodeFile
Public methodImportTest
Public methodLoadProject
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMoveCodeFile
Public methodMoveFolder
Public methodMoveTest
Public methodStatic memberNextAvailableFilename
Protected methodOnBeforeProjectLoad
Protected methodOnFolderDiscovered
Protected methodOnLightCodeFileMoved
Protected methodOnLightTestDeleting
Protected methodOnLightTestMoved
Protected methodOnLightTestProviderLoadCompleted
Protected methodOnLightTestsDiscovered
Protected methodOnProjectElementManuallyDeleted
Public methodOpenTest(Guid, Boolean)
Public methodOpenTest(String, Boolean)
Public methodOpenTestAsync(LightTest)
Public methodOpenTestAsync(Guid)
Public methodOverrideProjectSettings
Public methodRefreshElements
Public methodReloadElements
Public methodRenameCodeFile
Public methodRenameFolder
Public methodRenameTest
Public methodSaveLightCodeFile
Public methodSaveLightTest
Public methodSaveProject
Public methodSaveProjectElements
Public methodSmartRefresh
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events

  NameDescription
Public eventBeforeElementsLoad
Public eventBeforeProjectLoad
Public eventDataSourceItemLoaded
Public eventElementLoaded
Public eventElementsLoaded
Public eventElementsReplacementEnded
Public eventElementsReplacementStarted
Public eventFolderDiscovered
Public eventLightCodeFileMoved
Public eventLightCodeLoaded
Public eventLightProjectLoaded
Public eventLightTestDeleting
Public eventLightTestLoaded
Public eventLightTestMoved
Public eventLightTestsLoaded
Public eventProjectElementManuallyDeleted
Public eventTestOpened
Top
See Also

Reference