C# 클래스 StatePrinting.Tests.Mocks.FileRepositoryMock

상속: StatePrinting.TestAssistance.FileRepository
파일 보기 프로젝트 열기: kbilsted/StatePrinter 1 사용 예제들

공개 메소드들

메소드 설명
FileRepositoryMock ( byte whatToRead ) : StatePrinting.TestAssistance
Read ( string path ) : byte[]
Write ( string path, byte content ) : void

메소드 상세

FileRepositoryMock() 공개 메소드

public FileRepositoryMock ( byte whatToRead ) : StatePrinting.TestAssistance
whatToRead byte
리턴 StatePrinting.TestAssistance

Read() 공개 메소드

public Read ( string path ) : byte[]
path string
리턴 byte[]

Write() 공개 메소드

public Write ( string path, byte content ) : void
path string
content byte
리턴 void