Package bad.robot.excel.cell

Examples of bad.robot.excel.cell.BooleanCell


        assertThat(description.toString(), is("<0.44444D>"));
    }

    @Test
    public void mismatch() {
        ((CellMatcher) equalTo(new BooleanCell(false))).matchesSafely(createCell(true), description);
        assertThat(description.toString(), is("cell at \"A1\" contained <TRUE> expected <FALSE>"));
    }
View Full Code Here

TOP

Related Classes of bad.robot.excel.cell.BooleanCell

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.