Package fitnesse.testsystems.slim.tables.SlimTable

Examples of fitnesse.testsystems.slim.tables.SlimTable.ReturnedValueExpectation


      if (assignedSymbol != null) {
        assertion = makeAssertion(callAndAssign(assignedSymbol, getTableName(), "get", functionName),
                new SymbolAssignmentExpectation(assignedSymbol, col, row));
      } else {
        assertion = makeAssertion(callFunction(getTableName(), "get", functionName),
                new ReturnedValueExpectation(col, row));
      }
      return assertion;
    }
View Full Code Here

TOP

Related Classes of fitnesse.testsystems.slim.tables.SlimTable.ReturnedValueExpectation

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.