C# 클래스 BackupUtilityTest.Helper.TestFile

Class to assist testing.
파일 보기 프로젝트 열기: freedom35/backup-util-dotnet-core 1 사용 예제들

공개 메소드들

메소드 설명
Create ( string path ) : void

Creates a small dummy test file.

Modify ( string path ) : void

Modifies contents of test file.

메소드 상세

Create() 공개 정적인 메소드

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

Modify() 공개 정적인 메소드

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