Package autotest.tko

Examples of autotest.tko.TestSet


        spreadsheetProcessor.refresh(condition, display.getOnSpreadsheetRendered());
    }

    @Override
    public void onCellClicked(CellInfo cellInfo, boolean isRightClick) {
        TestSet testSet = TkoSpreadsheetUtils.getTestSet(
                cellInfo, condition, rowHeader, columnHeader);

        if (testSet.isSingleTest()) {
            openTestDetailView(testSet.getTestIndex());
        } else {
            openSpreadsheetView(testSet.getPartialSqlCondition(),
                    TkoSpreadsheetUtils.getDrilldownType(cellInfo));
        }
    }
View Full Code Here

TOP

Related Classes of autotest.tko.TestSet

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.