C# Class GoogleTestAdapterUiTests.Model.TestCase

Show file Open project: csoltenborn/GoogleTestAdapter Class Usage Examples

Public Properties

Property Type Description
Error string
FullyQualifiedName string
Name string
Result string
Source string
Stacktrace string
Unexpected string

Public Methods

Method Description
ShouldSerializeError ( ) : bool
ShouldSerializeFullyQualifiedName ( ) : bool
ShouldSerializeStacktrace ( ) : bool
ShouldSerializeUnexpected ( ) : bool

Method Details

ShouldSerializeError() public method

public ShouldSerializeError ( ) : bool
return bool

ShouldSerializeFullyQualifiedName() public method

public ShouldSerializeFullyQualifiedName ( ) : bool
return bool

ShouldSerializeStacktrace() public method

public ShouldSerializeStacktrace ( ) : bool
return bool

ShouldSerializeUnexpected() public method

public ShouldSerializeUnexpected ( ) : bool
return bool

Property Details

Error public property

public string Error
return string

FullyQualifiedName public property

public string FullyQualifiedName
return string

Name public property

public string Name
return string

Result public property

public string Result
return string

Source public property

public string Source
return string

Stacktrace public property

public string Stacktrace
return string

Unexpected public property

public string Unexpected
return string