C# 클래스 Meyn.TestLink.TestCase

test cases as they are returned from the getTestCase API call
This is different from other calls that return TestCases
상속: TL_Data, TL_Element
파일 보기 프로젝트 열기: apetrovskiy/STUPS 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

비공개 메소드들

메소드 설명
TestCase ( CookComputing.XmlRpc.XmlRpcStruct data ) : System

프로퍼티 상세

active 공개적으로 프로퍼티

public bool active
리턴 bool

author_first_name 공개적으로 프로퍼티

public string author_first_name
리턴 string

author_id 공개적으로 프로퍼티

public int author_id
리턴 int

author_last_name 공개적으로 프로퍼티

public string author_last_name
리턴 string

author_login 공개적으로 프로퍼티

public string author_login
리턴 string

creation_ts 공개적으로 프로퍼티

public DateTime,System creation_ts
리턴 System.DateTime

execution_type 공개적으로 프로퍼티

public int execution_type
리턴 int

externalid 공개적으로 프로퍼티

public string externalid
리턴 string

id 공개적으로 프로퍼티

public int id
리턴 int

importance 공개적으로 프로퍼티

public int importance
리턴 int

is_open 공개적으로 프로퍼티

public bool is_open
리턴 bool

layout 공개적으로 프로퍼티

public string layout
리턴 string

modification_ts 공개적으로 프로퍼티

public DateTime,System modification_ts
리턴 System.DateTime

name 공개적으로 프로퍼티

public string name
리턴 string

node_order 공개적으로 프로퍼티

public int node_order
리턴 int

preconditions 공개적으로 프로퍼티

public string preconditions
리턴 string

status 공개적으로 프로퍼티

public int status
리턴 int

steps 공개적으로 프로퍼티

public List steps
리턴 List

summary 공개적으로 프로퍼티

public string summary
리턴 string

testcase_id 공개적으로 프로퍼티

public int testcase_id
리턴 int

testsuite_id 공개적으로 프로퍼티

public int testsuite_id
리턴 int

updater_first_name 공개적으로 프로퍼티

public string updater_first_name
리턴 string

updater_id 공개적으로 프로퍼티

public int updater_id
리턴 int

updater_last_name 공개적으로 프로퍼티

public string updater_last_name
리턴 string

updater_login 공개적으로 프로퍼티

public string updater_login
리턴 string

version 공개적으로 프로퍼티

public int version
리턴 int