Method | Description | |
---|---|---|
FileRepositoryMock ( byte whatToRead ) : StatePrinting.TestAssistance | ||
Read ( string path ) : byte[] | ||
Write ( string path, byte content ) : void |
public FileRepositoryMock ( byte whatToRead ) : StatePrinting.TestAssistance | ||
whatToRead | byte | |
return | StatePrinting.TestAssistance |
public Write ( string path, byte content ) : void | ||
path | string | |
content | byte | |
return | void |