Class
TestResources

Provides access and storage for a tests resources

Definition

Namespace:ArtOfTest.WebAii.Design.ProjectModel

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class TestResources

Inheritance: objectTestResources

Constructors

TestResources(Test)

Declaration

cs-api-definition
public TestResources(Test test)

Parameters

test

Test

Properties

IsLoaded

Gets whether the resources for the test have been loaded

Declaration

cs-api-definition
public bool IsLoaded { get; }

Property Value

bool

Methods

GetResource(string)

Declaration

cs-api-definition
public object GetResource(string key)

Parameters

key

string

Returns

object