C# Class BackupUtilityTest.Helper.TestFile

Class to assist testing.
Show file Open project: freedom35/backup-util-dotnet-core Class Usage Examples

Public Methods

Method Description
Create ( string path ) : void

Creates a small dummy test file.

Modify ( string path ) : void

Modifies contents of test file.

Method Details

Create() public static method

Creates a small dummy test file.
public static Create ( string path ) : void
path string
return void

Modify() public static method

Modifies contents of test file.
public static Modify ( string path ) : void
path string
return void