C# Class GoogleTestAdapterUiTests.Model.TestGroup

Exibir arquivo Open project: csoltenborn/GoogleTestAdapter Class Usage Examples

Public Properties

Property Type Description
description string

Public Methods

Method Description
Add ( TestCase tr ) : void
TestGroup ( string description ) : System.Collections.Generic

Private Methods

Method Description
TestGroup ( ) : System.Collections.Generic

Method Details

Add() public method

public Add ( TestCase tr ) : void
tr TestCase
return void

TestGroup() public method

public TestGroup ( string description ) : System.Collections.Generic
description string
return System.Collections.Generic

Property Details

description public_oe property

public string description
return string