System.Tests.BaseClass.TestMethod C# (CSharp) Method

TestMethod() public method

public TestMethod ( [ strArray ) : void
strArray [
return void
        public virtual void TestMethod([ArgumentUsage("for test")]string[] strArray, params string[] strList)
        {
        }
    }
BaseClass