Ejemplo n.º 1
0
        public void LeaveSharedScopeThrowsAphidRuntimeException977()
        {
            AphidInterpreter aphidInterpreter;

            aphidInterpreter = AphidInterpreterFactory.Create();
            this.LeaveSharedScope(aphidInterpreter);
        }
Ejemplo n.º 2
0
        public void InterpretFile01ThrowsArgumentNullException433()
        {
            AphidInterpreter aphidInterpreter;

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

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

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

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

            aphidInterpreter = AphidInterpreterFactory.Create();
            this.Interpret(aphidInterpreter, "\\\0", false);
        }
Ejemplo n.º 7
0
        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);
        }
Ejemplo n.º 9
0
        public void GetStackFrame01ThrowsIndexOutOfRangeException451()
        {
            AphidInterpreter aphidInterpreter;
            AphidFrame       aphidFrame;

            aphidInterpreter = AphidInterpreterFactory.Create();
            aphidFrame       = this.GetStackFrame01(aphidInterpreter);
        }
Ejemplo n.º 10
0
        public void DumpValueTest938()
        {
            AphidInterpreter aphidInterpreter;

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

            aphidInterpreter = AphidInterpreterFactory.Create(false);
            object[] os = new object[0];
            this.DumpValueTest(aphidInterpreter, (object)os, false, false);
        }
Ejemplo n.º 12
0
        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);
        }
Ejemplo n.º 15
0
        public void InterpretStreamThrowsNullReferenceException801()
        {
            AphidInterpreter aphidInterpreter;
            AphidObject      aphidObject;

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

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

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

            aphidInterpreter = AphidInterpreterFactory.Create();
            b = this.TryActionTest02
                    (aphidInterpreter, (Func <string>)null, (Action)null, false);
        }
Ejemplo n.º 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);
        }
Ejemplo n.º 21
0
        public void DumpValueTest64()
        {
            AphidInterpreter aphidInterpreter;

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

            this.DumpValueTest(aphidInterpreter, boxf, false, false);
        }
Ejemplo n.º 22
0
        public void DumpValueTest794()
        {
            AphidInterpreter aphidInterpreter;

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

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

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

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

            this.DumpValueTest(aphidInterpreter, boxl, false, false);
        }
Ejemplo n.º 25
0
        public void DumpValueTestThrowsNullReferenceException200()
        {
            AphidInterpreter aphidInterpreter;

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

            this.DumpValueTest(aphidInterpreter, boxl, false, false);
        }
Ejemplo n.º 26
0
        public void DumpValueTestThrowsNullReferenceException70()
        {
            AphidInterpreter aphidInterpreter;

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

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

            aphidInterpreter = AphidInterpreterFactory.Create();
            aphidObject      =
                this.CallStaticInteropFunction(aphidInterpreter, (CallExpression)null);
        }
Ejemplo n.º 28
0
        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);
        }
Ejemplo n.º 30
0
        public void DumpValueTestThrowsNullReferenceException5()
        {
            AphidInterpreter aphidInterpreter;

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

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