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

Inheritance: NameFragment
Afficher le fichier Open project: nunit/nunit

Méthodes publiques

Méthode Description
ArgListFragment ( int maxStringLength ) : System
GetText ( MethodInfo method, object arglist ) : string

Method Details

ArgListFragment() public méthode

public ArgListFragment ( int maxStringLength ) : System
maxStringLength int
Résultat System

GetText() public méthode

public GetText ( MethodInfo method, object arglist ) : string
method System.Reflection.MethodInfo
arglist object
Résultat string