NUnit.Framework.Internal.Filters.MethodNameFilter.MethodNameFilter C# (CSharp) Méthode

MethodNameFilter() public méthode

Construct a MethodNameFilter for a single name
public MethodNameFilter ( string expectedValue ) : System
expectedValue string The name the filter will recognize.
Résultat System
        public MethodNameFilter(string expectedValue) : base(expectedValue) { }