C# Class TestWrapper.ResultsSummary

Mostra file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
ResultsSummary ( ) : System
ResultsSummary ( string log, IList failedTests, int passed, int failed, int skipped ) : System
ToString ( ) : string

Method Details

ResultsSummary() public method

public ResultsSummary ( ) : System
return System

ResultsSummary() public method

public ResultsSummary ( string log, IList failedTests, int passed, int failed, int skipped ) : System
log string
failedTests IList
passed int
failed int
skipped int
return System

ToString() public method

public ToString ( ) : string
return string