C# 클래스 Microsoft.Xunit.Performance.Api.CSVMetricReader

파일 보기 프로젝트 열기: Microsoft/xunit-performance 1 사용 예제들

공개 메소드들

메소드 설명
CSVMetricReader ( string csvPath ) : System
Dispose ( ) : void
GetMetrics ( string testCase ) : IEnumerable
GetValues ( string testCase ) : double>>.List

메소드 상세

CSVMetricReader() 공개 메소드

public CSVMetricReader ( string csvPath ) : System
csvPath string
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetMetrics() 공개 메소드

public GetMetrics ( string testCase ) : IEnumerable
testCase string
리턴 IEnumerable

GetValues() 공개 메소드

public GetValues ( string testCase ) : double>>.List
testCase string
리턴 double>>.List