예제 #1
0
        public void MethodInvokeOnControlTester()
        {
            object foundIndex = box.Invoke("FindStringExact", "three");

            Assert.Equal(2, foundIndex);
        }