Beispiel #1
0
        public void DebugModeVerification(ExecutionMirror mirror, string variable, object expectedValue)
        {
            Obj dsObj = mirror.GetDebugValue(variable);

            Assert.IsTrue(mirror.EqualDotNetObject(dsObj, expectedValue), mErrorMessage);
        }