C# Class NUnit.Framework.Internal.TestNameGenerator.FixedTextFragment

Inheritance: NameFragment
Show file Open project: nunit/nunit

Public Methods

Method Description
FixedTextFragment ( string text ) : System
GetText ( MethodInfo method, object args ) : string

Method Details

FixedTextFragment() public method

public FixedTextFragment ( string text ) : System
text string
return System

GetText() public method

public GetText ( MethodInfo method, object args ) : string
method System.Reflection.MethodInfo
args object
return string