C# 클래스 KellermanSoftware.CompareNetObjects.Reports.BaseDualFileReport

Abstract Base Duel File Report that has default Output
상속: IDualFileReport
파일 보기 프로젝트 열기: GregFinzer/Compare-Net-Objects

공개 메소드들

메소드 설명
LaunchApplication ( string expectedFilePath, string actualFilePath ) : void

Launch application to compare two files

OutputFiles ( List differences, string expectedFilePath, string actualFilePath ) : void

Create two difference files and compare in WinMerge

메소드 상세

LaunchApplication() 공개 추상적인 메소드

Launch application to compare two files
public abstract LaunchApplication ( string expectedFilePath, string actualFilePath ) : void
expectedFilePath string The path for the expected file results
actualFilePath string The path for the actual file results
리턴 void

OutputFiles() 공개 메소드

Create two difference files and compare in WinMerge
public OutputFiles ( List differences, string expectedFilePath, string actualFilePath ) : void
differences List A list of the differences
expectedFilePath string The path to write the expected results
actualFilePath string The path to write the actual results
리턴 void