AvsAn_Test.StandardCasesWork.DoTest C# (CSharp) Method

DoTest() private method

private DoTest ( string article, string word ) : void
article string
word string
return void
        public void DoTest(string article, string word)
        {
            PAssert.That(() => AvsAn.Query(word).Article == article);
        }