FileDocCategorySizeDatePackage
TestEscherBoolProperty.javaAPI DocApache Poi 3.0.11330Mon Jan 01 12:39:46 GMT 2007org.apache.poi.ddf

TestEscherBoolProperty

public class TestEscherBoolProperty extends TestCase

Fields Summary
Constructors Summary
Methods Summary
public voidtestToString()

        EscherBoolProperty p = new EscherBoolProperty((short)1, 1);
        assertEquals("propNum: 1, RAW: 0x0001, propName: unknown, complex: false, blipId: false, value: 1 (0x00000001)", p.toString());