C# Class Meyn.TestLink.TestCase

test cases as they are returned from the getTestCase API call
This is different from other calls that return TestCases
Inheritance: TL_Data, TL_Element
Show file Open project: apetrovskiy/STUPS Class Usage Examples

Public Properties

Property Type Description
active bool
author_first_name string
author_id int
author_last_name string
author_login string
creation_ts System.DateTime
execution_type int
externalid string
id int
importance int
is_open bool
layout string
modification_ts System.DateTime
name string
node_order int
preconditions string
status int
steps List
summary string
testcase_id int
testsuite_id int
updater_first_name string
updater_id int
updater_last_name string
updater_login string
version int

Private Methods

Method Description
TestCase ( CookComputing.XmlRpc.XmlRpcStruct data ) : System

Property Details

active public property

public bool active
return bool

author_first_name public property

public string author_first_name
return string

author_id public property

public int author_id
return int

author_last_name public property

public string author_last_name
return string

author_login public property

public string author_login
return string

creation_ts public property

public DateTime,System creation_ts
return System.DateTime

execution_type public property

public int execution_type
return int

externalid public property

public string externalid
return string

id public property

public int id
return int

importance public property

public int importance
return int

is_open public property

public bool is_open
return bool

layout public property

public string layout
return string

modification_ts public property

public DateTime,System modification_ts
return System.DateTime

name public property

public string name
return string

node_order public property

public int node_order
return int

preconditions public property

public string preconditions
return string

status public property

public int status
return int

steps public property

public List steps
return List

summary public property

public string summary
return string

testcase_id public property

public int testcase_id
return int

testsuite_id public property

public int testsuite_id
return int

updater_first_name public property

public string updater_first_name
return string

updater_id public property

public int updater_id
return int

updater_last_name public property

public string updater_last_name
return string

updater_login public property

public string updater_login
return string

version public property

public int version
return int