Class
TestEntryViewModel

Definition

Namespace:ArtOfTest.WebAii.Design.UI.TestLists.VisualStudio

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class TestEntryViewModel : ViewModelBase

Inheritance: objectTestEntryViewModel

Constructors

TestEntryViewModel(LightTest)

Declaration

cs-api-definition
public TestEntryViewModel(LightTest test)

Parameters

test

LightTest

TestEntryViewModel(TestInfo, bool)

Declaration

cs-api-definition
public TestEntryViewModel(TestInfo info, bool isTestMissing)

Parameters

info

TestInfo

isTestMissing

bool

TestEntryViewModel(string, string, string, Guid)

Declaration

cs-api-definition
public TestEntryViewModel(string name, string path, string relativePath, Guid id)

Parameters

name

string

path

string

relativePath

string

id

Guid

Properties

IsTestMissing

Declaration

cs-api-definition
public bool IsTestMissing { get; set; }

Property Value

bool

Name

Declaration

cs-api-definition
public string Name { get; set; }

Property Value

string

Path

Declaration

cs-api-definition
public string Path { get; set; }

Property Value

string

RelativePath

Declaration

cs-api-definition
public string RelativePath { get; set; }

Property Value

string

TestId

Declaration

cs-api-definition
public Guid TestId { get; set; }

Property Value

Guid