NUnit.Framework.Internal.Filters.MethodNameFilter.MethodNameFilter C# (CSharp) 메소드

MethodNameFilter() 공개 메소드

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