Ejemplo n.º 1
0
        public TestContext GetTestContext(string testFile, TestOptions options)
        {
            if (string.IsNullOrEmpty(testFile))
            {
                return(null);
            }

            return(testContextBuilder.BuildContext(testFile, options));
        }