C# Class NUnitGoCore.NunitGoItems.NunitGoSuite

Datei anzeigen Open project: elv1s42/NUnitGo Class Usage Examples

Public Properties

Property Type Description
Name string
Suites List
Tests List

Public Methods

Method Description
NunitGoSuite ( string name ) : System.Collections.Generic

Method Details

NunitGoSuite() public method

public NunitGoSuite ( string name ) : System.Collections.Generic
name string
return System.Collections.Generic

Property Details

Name public_oe property

public string Name
return string

Suites public_oe property

public List Suites
return List

Tests public_oe property

public List Tests
return List