Show / Hide Table of Contents

Class CaseCustomTestParser

Parse case custom test class

Inheritance
object
CustomTestParserBase
CustomTestParser<CaseCustomTest, CaseTestContext>
CaseCustomTestParser
Inherited Members
CustomTestParser<CaseCustomTest, CaseTestContext>.GetTest(string, params Type[])
CustomTestParser<CaseCustomTest, CaseTestContext>.GetDefaultReferences()
CustomTestParser<CaseCustomTest, CaseTestContext>.GetDefaultAssemblies()
CustomTestParser<CaseCustomTest, CaseTestContext>.TestType
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: PayrollEngine.Client.Test.Case
Assembly: PayrollEngine.Client.Test.dll
Syntax
public class CaseCustomTestParser : CustomTestParser<CaseCustomTest, CaseTestContext>

Constructors

CaseCustomTestParser(string, List<string>)

Case custom text parser constructor

Declaration
public CaseCustomTestParser(string testName, List<string> sourceFiles)
Parameters
Type Name Description
string testName

The test name

List<string> sourceFiles

THe source files

Methods

GetDefaultReferences()

Get the test default references

Declaration
protected override List<Type> GetDefaultReferences()
Returns
Type Description
List<Type>

Type reference list

Overrides
CustomTestParser<CaseCustomTest, CaseTestContext>.GetDefaultReferences()

Extension Methods

ConsoleExtensions.WriteProperties(object, bool)
ValueTypeExtensions.GetValueType(object)
ObjectInfo.GetPropertyValue(object, string)
ObjectInfo.GetPropertyValue<T>(object, string, T)
ObjectInfo.ResolvePropertyValue(object, string)
ObjectInfo.SetPropertyValue(object, string, object)
☀
☾
Back to top Generated by DocFX