Package com.vaadin.tests.server.component.treetable

Source Code of com.vaadin.tests.server.component.treetable.EmptyTreeTable

package com.vaadin.tests.server.component.treetable;

import junit.framework.TestCase;

import com.vaadin.ui.TreeTable;

public class EmptyTreeTable extends TestCase {
    public void testLastId() {
        TreeTable treeTable = new TreeTable();

        assertFalse(treeTable.isLastId(treeTable.getValue()));
    }
}
TOP

Related Classes of com.vaadin.tests.server.component.treetable.EmptyTreeTable

TOP
Copyright © 2018 www.massapi.com. 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.