public Result Check(object fixture)
        {
            ITestable testable = Reflection.Testable(fixture, m_Method);

            return(Quick.Test(testable));
        }