C# Class Tmx.TestCase

Description of TestCase.
Inheritance: ITestCase
Datei anzeigen Open project: apetrovskiy/STUPS Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
TestCase ( string testCaseName, string testCaseId ) : System.Xml.Serialization
TestCase ( string testCaseName, string testCaseId, ICodeBlock beforeCode, ICodeBlock mainCode, ICodeBlock afterCode ) : System.Xml.Serialization

Method Details

TestCase() public method

public TestCase ( string testCaseName, string testCaseId ) : System.Xml.Serialization
testCaseName string
testCaseId string
return System.Xml.Serialization

TestCase() public method

public TestCase ( string testCaseName, string testCaseId, ICodeBlock beforeCode, ICodeBlock mainCode, ICodeBlock afterCode ) : System.Xml.Serialization
testCaseName string
testCaseId string
beforeCode ICodeBlock
mainCode ICodeBlock
afterCode ICodeBlock
return System.Xml.Serialization