コード例 #1
0
        public void LeaveSharedScopeThrowsAphidRuntimeException977()
        {
            AphidInterpreter aphidInterpreter;

            aphidInterpreter = AphidInterpreterFactory.Create();
            this.LeaveSharedScope(aphidInterpreter);
        }
コード例 #2
0
        public void InterpretFile01ThrowsArgumentNullException433()
        {
            AphidInterpreter aphidInterpreter;

            aphidInterpreter = AphidInterpreterFactory.Create();
            this.InterpretFile01(aphidInterpreter, (string)null, false);
        }
コード例 #3
0
        public void InterpretFile01ThrowsAphidRuntimeException217()
        {
            AphidInterpreter aphidInterpreter;

            aphidInterpreter = AphidInterpreterFactory.Create();
            this.InterpretFile01(aphidInterpreter, "", false);
        }
コード例 #4
0
        public void InterpretFileThrowsArgumentNullException897()
        {
            AphidInterpreter aphidInterpreter;

            aphidInterpreter = AphidInterpreterFactory.Create();
            this.InterpretFile(aphidInterpreter, (string)null);
        }
コード例 #5
0
        public void InterpretFileThrowsAphidRuntimeException447()
        {
            AphidInterpreter aphidInterpreter;

            aphidInterpreter = AphidInterpreterFactory.Create();
            this.InterpretFile(aphidInterpreter, "");
        }
コード例 #6
0
        public void InterpretThrowsAphidParserException845()
        {
            AphidInterpreter aphidInterpreter;

            aphidInterpreter = AphidInterpreterFactory.Create();
            this.Interpret(aphidInterpreter, "\\\0", false);
        }
コード例 #7
0
        public void DumpValueTestThrowsNullReferenceException739()
        {
            AphidInterpreter aphidInterpreter;

            aphidInterpreter = AphidInterpreterFactory.Create(false);
            this.DumpValueTest(aphidInterpreter, (object)null, false, false);
        }
コード例 #8
0
        public void PopQueuedFrames01ThrowsInvalidOperationException501()
        {
            AphidInterpreter aphidInterpreter;

            aphidInterpreter = AphidInterpreterFactory.Create();
            this.PopQueuedFrames01(aphidInterpreter, int.MinValue);
        }
コード例 #9
0
        public void GetStackFrame01ThrowsIndexOutOfRangeException451()
        {
            AphidInterpreter aphidInterpreter;
            AphidFrame       aphidFrame;

            aphidInterpreter = AphidInterpreterFactory.Create();
            aphidFrame       = this.GetStackFrame01(aphidInterpreter);
        }
コード例 #10
0
        public void DumpValueTest938()
        {
            AphidInterpreter aphidInterpreter;

            aphidInterpreter = AphidInterpreterFactory.Create(false);
            object[] os = new object[0];
            this.DumpValueTest(aphidInterpreter, (object)os, false, false);
        }
コード例 #11
0
        public void DumpValueTestThrowsNullReferenceException937()
        {
            AphidInterpreter aphidInterpreter;

            aphidInterpreter = AphidInterpreterFactory.Create(false);
            object[] os = new object[0];
            this.DumpValueTest(aphidInterpreter, (object)os, false, false);
        }
コード例 #12
0
        public void TryActionTest346()
        {
            AphidInterpreter aphidInterpreter;
            bool             b;

            aphidInterpreter = AphidInterpreterFactory.Create();
            b = this.TryActionTest(aphidInterpreter, (string)null, (Action)null);
        }
コード例 #13
0
        public void GetStackFrameThrowsIndexOutOfRangeException615()
        {
            AphidInterpreter aphidInterpreter;
            AphidFrame       aphidFrame;

            aphidInterpreter = AphidInterpreterFactory.Create();
            aphidFrame       = this.GetStackFrame(aphidInterpreter, 2147452163);
        }
コード例 #14
0
        public void GetStackFrameThrowsIndexOutOfRangeException97()
        {
            AphidInterpreter aphidInterpreter;
            AphidFrame       aphidFrame;

            aphidInterpreter = AphidInterpreterFactory.Create();
            aphidFrame       = this.GetStackFrame(aphidInterpreter, int.MinValue);
        }
コード例 #15
0
        public void InterpretStreamThrowsNullReferenceException801()
        {
            AphidInterpreter aphidInterpreter;
            AphidObject      aphidObject;

            aphidInterpreter = AphidInterpreterFactory.Create();
            aphidObject      = this.InterpretStream(aphidInterpreter, (string)null);
        }
コード例 #16
0
        public void TryActionTest01738()
        {
            AphidInterpreter aphidInterpreter;
            bool             b;

            aphidInterpreter = AphidInterpreterFactory.Create();
            b = this.TryActionTest01(aphidInterpreter, (string)null, (Action)null, false);
        }
コード例 #17
0
        public void LeaveScopeThrowsAphidInternalException590()
        {
            AphidInterpreter aphidInterpreter;
            bool             b;

            aphidInterpreter = AphidInterpreterFactory.Create();
            b = this.LeaveScope(aphidInterpreter, false);
        }
コード例 #18
0
        public void TryActionTest02823()
        {
            AphidInterpreter aphidInterpreter;
            bool             b;

            aphidInterpreter = AphidInterpreterFactory.Create();
            b = this.TryActionTest02
                    (aphidInterpreter, (Func <string>)null, (Action)null, false);
        }
コード例 #19
0
        public void CallFunction02ThrowsNullReferenceException184()
        {
            AphidInterpreter aphidInterpreter;
            AphidObject      aphidObject;

            aphidInterpreter = AphidInterpreterFactory.Create();
            aphidObject      =
                this.CallFunction02(aphidInterpreter, (AphidObject)null, (object[])null);
        }
コード例 #20
0
        public void CallFunction01ThrowsArgumentNullException932()
        {
            AphidInterpreter aphidInterpreter;
            AphidObject      aphidObject;

            aphidInterpreter = AphidInterpreterFactory.Create();
            aphidObject      =
                this.CallFunction01(aphidInterpreter, (AphidFunction)null, (object[])null);
        }
コード例 #21
0
        public void DumpValueTest64()
        {
            AphidInterpreter aphidInterpreter;

            aphidInterpreter = AphidInterpreterFactory.Create(false);
            object boxf = (object)(default(float));

            this.DumpValueTest(aphidInterpreter, boxf, false, false);
        }
コード例 #22
0
        public void DumpValueTest794()
        {
            AphidInterpreter aphidInterpreter;

            aphidInterpreter = AphidInterpreterFactory.Create(false);
            object s0 = new object();

            this.DumpValueTest(aphidInterpreter, s0, false, false);
        }
コード例 #23
0
        public void DumpScopeTest01364()
        {
            Exception        exception;
            AphidInterpreter aphidInterpreter;

            exception        = new Exception();
            aphidInterpreter = AphidInterpreterFactory.Create();
            this.DumpScopeTest01(exception, aphidInterpreter);
        }
コード例 #24
0
        public void DumpValueTest497()
        {
            AphidInterpreter aphidInterpreter;

            aphidInterpreter = AphidInterpreterFactory.Create(false);
            object boxl = (object)(default(long));

            this.DumpValueTest(aphidInterpreter, boxl, false, false);
        }
コード例 #25
0
        public void DumpValueTestThrowsNullReferenceException200()
        {
            AphidInterpreter aphidInterpreter;

            aphidInterpreter = AphidInterpreterFactory.Create(false);
            object boxl = (object)(default(long));

            this.DumpValueTest(aphidInterpreter, boxl, false, false);
        }
コード例 #26
0
        public void DumpValueTestThrowsNullReferenceException70()
        {
            AphidInterpreter aphidInterpreter;

            aphidInterpreter = AphidInterpreterFactory.Create(true);
            object s0 = new object();

            this.DumpValueTest(aphidInterpreter, s0, false, false);
        }
コード例 #27
0
        public void CallStaticInteropFunctionThrowsNullReferenceException516()
        {
            AphidInterpreter aphidInterpreter;
            AphidObject      aphidObject;

            aphidInterpreter = AphidInterpreterFactory.Create();
            aphidObject      =
                this.CallStaticInteropFunction(aphidInterpreter, (CallExpression)null);
        }
コード例 #28
0
        public void DumpValueTestThrowsNullReferenceException984()
        {
            AphidInterpreter aphidInterpreter;

            aphidInterpreter = AphidInterpreterFactory.Create(false);
            object boxf = (object)(default(float));

            this.DumpValueTest(aphidInterpreter, boxf, false, true);
        }
コード例 #29
0
        public void CallInteropFunctionThrowsNullReferenceException283()
        {
            AphidInterpreter aphidInterpreter;
            AphidObject      aphidObject;

            aphidInterpreter = AphidInterpreterFactory.Create();
            aphidObject      = this.CallInteropFunction(aphidInterpreter, (AphidExpression)null,
                                                        (AphidInteropMethodInfo)null, (AphidInteropMember)null);
        }
コード例 #30
0
        public void DumpValueTestThrowsNullReferenceException5()
        {
            AphidInterpreter aphidInterpreter;

            aphidInterpreter = AphidInterpreterFactory.Create(true);
            object boxb = (object)(default(bool));

            this.DumpValueTest(aphidInterpreter, boxb, false, false);
        }