Package org.apache.isis.core.tck.dom.refs

Examples of org.apache.isis.core.tck.dom.refs.SimpleEntity


        iswf.bounceSystem();

        // when destroy
        adapter = iswf.reload(oid);
       
        SimpleEntity epv = (SimpleEntity) adapter.getObject();
        iswf.destroy(epv);
        iswf.bounceSystem();

        // then not found
        assertEquals(false, getStore().hasInstances(epvSpecification));
View Full Code Here

TOP

Related Classes of org.apache.isis.core.tck.dom.refs.SimpleEntity

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.