ClassTestsProvider
Class
Definition
Namespace:ArtOfTest.WebAii.Design.ProjectModel.Providers
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public class TestsProvider : BaseProvider<TestBase>
Inheritance: objectBaseProvider<TestBase>TestsProvider
Inherited Members
Constructors
TestsProvider()
Declaration
cs-api-definition
public TestsProvider()
Properties
ElementsProvider
Declaration
cs-api-definition
public ElementsProvider ElementsProvider { get; }
Property Value
LightTestProvider
Declaration
cs-api-definition
public LightTestsProvider LightTestProvider { get; }
Property Value
Methods
Clear()
Declaration
cs-api-definition
public override void Clear()
Overrides