Table of Contents

Class TestDataCs

Namespace
SunamoTest
Assembly
SunamoTest.dll

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

public class TestDataCs
Inheritance
TestDataCs
Inherited Members
Extension Methods

Fields

A

Test C# file name "a.cs".

public const string A = "a.cs"

Field Value

string

A2

Test C# file name "a2.cs".

public const string A2 = "a2.cs"

Field Value

string

Ab

Test C# file name "ab.cs".

public const string Ab = "ab.cs"

Field Value

string

B

Test C# file name "b.cs".

public const string B = "b.cs"

Field Value

string

C

Test C# file name "c.cs".

public const string C = "c.cs"

Field Value

string