Exemple #1
0
        public AphidFrame GetStackFrame([PexAssumeUnderTest] AphidInterpreter target, int offset)
        {
            AphidFrame result = target.GetStackFrame(offset);

            return(result);
            // TODO: add assertions to method AphidInterpreterTest.GetStackFrame(AphidInterpreter, Int32)
        }
Exemple #2
0
        public AphidFrame GetStackFrame01([PexAssumeUnderTest] AphidInterpreter target)
        {
            AphidFrame result = target.GetStackFrame();

            return(result);
            // TODO: add assertions to method AphidInterpreterTest.GetStackFrame01(AphidInterpreter)
        }
Exemple #3
0
        internal AphidFrame CreateEntryFrame([PexAssumeUnderTest] AphidInterpreter target)
        {
            AphidFrame result = target.CreateEntryFrame();

            return(result);
            // TODO: add assertions to method AphidInterpreterTest.CreateEntryFrame(AphidInterpreter)
        }