Example #1
0
        public void LeaveSharedScopeThrowsAphidRuntimeException977()
        {
            AphidInterpreter aphidInterpreter;

            aphidInterpreter = AphidInterpreterFactory.Create();
            this.LeaveSharedScope(aphidInterpreter);
        }
Example #2
0
        public void InterpretFile01ThrowsArgumentNullException433()
        {
            AphidInterpreter aphidInterpreter;

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

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

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

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

            aphidInterpreter = AphidInterpreterFactory.Create();
            this.Interpret(aphidInterpreter, "\\\0", false);
        }
        public void DumpValueTestThrowsNullReferenceException739()
        {
            AphidInterpreter aphidInterpreter;

            aphidInterpreter = AphidInterpreterFactory.Create(false);
            this.DumpValueTest(aphidInterpreter, (object)null, false, false);
        }
        public void PopQueuedFrames01ThrowsInvalidOperationException501()
        {
            AphidInterpreter aphidInterpreter;

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

            aphidInterpreter = AphidInterpreterFactory.Create();
            aphidFrame       = this.GetStackFrame01(aphidInterpreter);
        }
        public void DumpValueTest938()
        {
            AphidInterpreter aphidInterpreter;

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

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

            aphidInterpreter = AphidInterpreterFactory.Create();
            b = this.TryActionTest(aphidInterpreter, (string)null, (Action)null);
        }
        public void GetStackFrameThrowsIndexOutOfRangeException615()
        {
            AphidInterpreter aphidInterpreter;
            AphidFrame       aphidFrame;

            aphidInterpreter = AphidInterpreterFactory.Create();
            aphidFrame       = this.GetStackFrame(aphidInterpreter, 2147452163);
        }
        public void GetStackFrameThrowsIndexOutOfRangeException97()
        {
            AphidInterpreter aphidInterpreter;
            AphidFrame       aphidFrame;

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

            aphidInterpreter = AphidInterpreterFactory.Create();
            aphidObject      = this.InterpretStream(aphidInterpreter, (string)null);
        }
        public void TryActionTest01738()
        {
            AphidInterpreter aphidInterpreter;
            bool             b;

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

            aphidInterpreter = AphidInterpreterFactory.Create();
            b = this.LeaveScope(aphidInterpreter, false);
        }
        public void TryActionTest02823()
        {
            AphidInterpreter aphidInterpreter;
            bool             b;

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

            aphidInterpreter = AphidInterpreterFactory.Create();
            aphidObject      =
                this.CallFunction02(aphidInterpreter, (AphidObject)null, (object[])null);
        }
        public void CallFunction01ThrowsArgumentNullException932()
        {
            AphidInterpreter aphidInterpreter;
            AphidObject      aphidObject;

            aphidInterpreter = AphidInterpreterFactory.Create();
            aphidObject      =
                this.CallFunction01(aphidInterpreter, (AphidFunction)null, (object[])null);
        }
        public void DumpValueTest64()
        {
            AphidInterpreter aphidInterpreter;

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

            this.DumpValueTest(aphidInterpreter, boxf, false, false);
        }
        public void DumpValueTest794()
        {
            AphidInterpreter aphidInterpreter;

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

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

            exception        = new Exception();
            aphidInterpreter = AphidInterpreterFactory.Create();
            this.DumpScopeTest01(exception, aphidInterpreter);
        }
        public void DumpValueTest497()
        {
            AphidInterpreter aphidInterpreter;

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

            this.DumpValueTest(aphidInterpreter, boxl, false, false);
        }
        public void DumpValueTestThrowsNullReferenceException200()
        {
            AphidInterpreter aphidInterpreter;

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

            this.DumpValueTest(aphidInterpreter, boxl, false, false);
        }
        public void DumpValueTestThrowsNullReferenceException70()
        {
            AphidInterpreter aphidInterpreter;

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

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

            aphidInterpreter = AphidInterpreterFactory.Create();
            aphidObject      =
                this.CallStaticInteropFunction(aphidInterpreter, (CallExpression)null);
        }
        public void DumpValueTestThrowsNullReferenceException984()
        {
            AphidInterpreter aphidInterpreter;

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

            this.DumpValueTest(aphidInterpreter, boxf, false, true);
        }
        public void CallInteropFunctionThrowsNullReferenceException283()
        {
            AphidInterpreter aphidInterpreter;
            AphidObject      aphidObject;

            aphidInterpreter = AphidInterpreterFactory.Create();
            aphidObject      = this.CallInteropFunction(aphidInterpreter, (AphidExpression)null,
                                                        (AphidInteropMethodInfo)null, (AphidInteropMember)null);
        }
        public void DumpValueTestThrowsNullReferenceException5()
        {
            AphidInterpreter aphidInterpreter;

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

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