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
A2
Test text file name "a2.txt".
public const string A2 = "a2.txt"
Field Value
Ab
Test text file name "ab.txt".
public const string Ab = "ab.txt"
Field Value
B
Test text file name "b.txt".
public const string B = "b.txt"
Field Value
C
Test text file name "c.txt".
public const string C = "c.txt"