Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
BackupUtilityTest
Helper
TestFile
C# Class BackupUtilityTest.Helper.TestFile
Class to assist testing.
显示文件
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