LightTestsProvider Class

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Inheritance Hierarchy

SystemObject
  ArtOfTest.WebAii.Design.ProjectModel.ProvidersBaseProviderLightTest
    ArtOfTest.WebAii.Design.ProjectModel.ProvidersLightTestsProvider

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 LightTestsProvider : BaseProvider<LightTest>

The LightTestsProvider type exposes the following members.

Constructors

  NameDescription
Public methodLightTestsProvider
Initializes a new instance of the LightTestsProvider class
Top
Properties

  NameDescription
Public propertyAppContainer (Inherited from BaseProviderT.)
Public propertyCachedTests
Public propertyKey (Inherited from BaseProviderT.)
Public propertyProgressReporter (Inherited from BaseProviderT.)
Public propertyProject (Inherited from BaseProviderT.)
Public propertyProjectFolders
Public propertyProjectLocation (Inherited from BaseProviderT.)
Public propertyProjectRoot
Public propertyTestAsStepRefs
Public propertyTestsFilePaths
Top
Methods

  NameDescription
Public methodClear (Overrides BaseProviderTClear.)
Public methodCreateFolderItem
Public methodCreateItem
Public methodDeleteLightTestData
Protected methodEnsureProjectLanguage (Inherited from BaseProviderT.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExcludeLightTest
Public methodExtractTestPropertyT
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 methodGetCodeBehindPath
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetItem(Guid) (Overrides BaseProviderTGetItem(Guid).)
Public methodGetItem(String)
Protected methodGetReporterKey (Overrides BaseProviderTGetReporterKey.)
Public methodGetTestResxPath
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodImportTest
Public methodInvokeOnUIThread (Inherited from BaseProviderT.)
Public methodLoad(Project)
Public methodLoad(String) (Overrides BaseProviderTLoad(String).)
Public methodLoad(String, String, String) (Overrides BaseProviderTLoad(String, String, String).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnBeforeLightProjectLoad
Protected methodOnFolderDiscovered
Protected methodOnItemLoaded (Overrides BaseProviderTOnItemLoaded(T).)
Protected methodOnLoadCompleted (Inherited from BaseProviderT.)
Protected methodOnTestsDiscovered
Protected methodPopulateStepsRecursive (Inherited from BaseProviderT.)
Public methodRenameTest
Public methodSearchForCodeBehind
Public methodSmartRefresh
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryUpdateItem (Overrides BaseProviderTTryUpdateItem(T).)
Public methodUpdateProjectLocation (Overrides BaseProviderTUpdateProjectLocation(String).)
Protected methodUpgradeProject
Top
Events

  NameDescription
Public eventBeforeLightProjectLoad
Public eventFolderDiscovered
Public eventItemLoaded (Inherited from BaseProviderT.)
Public eventLoadCompleted (Inherited from BaseProviderT.)
Public eventRequestTestConversion
Public eventTestsDiscovered
Top
Fields

  NameDescription
Public fieldStatic memberPROGRESS_REPORTER_KEY
Top
See Also

Reference