C# Class GoogleTestAdapterUiTests.Model.TestCase

Mostra 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_oe property

public string Error
return string

FullyQualifiedName public_oe property

public string FullyQualifiedName
return string

Name public_oe property

public string Name
return string

Result public_oe property

public string Result
return string

Source public_oe property

public string Source
return string

Stacktrace public_oe property

public string Stacktrace
return string

Unexpected public_oe property

public string Unexpected
return string