Table of Contents

Class TestDataTxt

Namespace
SunamoTest
Assembly
SunamoTest.dll

Provides test data constants for text file names used in unit testing.

public class TestDataTxt
Inheritance
TestDataTxt
Inherited Members
Extension Methods

Fields

A

Test text file name "a.txt".

public const string A = "a.txt"

Field Value

string

A2

Test text file name "a2.txt".

public const string A2 = "a2.txt"

Field Value

string

Ab

Test text file name "ab.txt".

public const string Ab = "ab.txt"

Field Value

string

B

Test text file name "b.txt".

public const string B = "b.txt"

Field Value

string

C

Test text file name "c.txt".

public const string C = "c.txt"

Field Value

string