TestsProvider Class

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Inheritance Hierarchy

SystemObject
  ArtOfTest.WebAii.Design.ProjectModel.ProvidersBaseProviderTestBase
    ArtOfTest.WebAii.Design.ProjectModel.ProvidersTestsProvider

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 TestsProvider : BaseProvider<TestBase>

The TestsProvider type exposes the following members.

Constructors

  NameDescription
Public methodTestsProvider
Initializes a new instance of the TestsProvider class
Top
Properties

  NameDescription
Public propertyAppContainer (Inherited from BaseProviderT.)
Public propertyCachedTests
Public propertyElementsProvider
Public propertyKey (Inherited from BaseProviderT.)
Public propertyLightTestProvider
Public propertyProgressReporter (Inherited from BaseProviderT.)
Public propertyProject (Inherited from BaseProviderT.)
Public propertyProjectLocation (Inherited from BaseProviderT.)
Top
Methods

  NameDescription
Public methodClear (Overrides BaseProviderTClear.)
Public methodCreateItem
Public methodDeleteTest
Protected methodEnsureProjectLanguage (Inherited from BaseProviderT.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
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 methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetItem(Guid) (Overrides BaseProviderTGetItem(Guid).)
Public methodGetItem(Guid, Boolean, Boolean)
Protected methodGetReporterKey (Inherited from BaseProviderT.)
Public methodGetTestByPath
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInvokeOnUIThread (Inherited from BaseProviderT.)
Public methodLoad(String) (Inherited from BaseProviderT.)
Public methodLoad(String, String, String) (Inherited from BaseProviderT.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnItemLoaded (Inherited from BaseProviderT.)
Protected methodOnLoadCompleted (Inherited from BaseProviderT.)
Protected methodPopulateStepsRecursive (Inherited from BaseProviderT.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryFixReadOnlyFiles
Public methodTryUpdateItem (Overrides BaseProviderTTryUpdateItem(T).)
Public methodUpdateProjectLocation (Inherited from BaseProviderT.)
Top
Events

  NameDescription
Public eventItemLoaded (Inherited from BaseProviderT.)
Public eventLoadCompleted (Inherited from BaseProviderT.)
Top
See Also

Reference