Package net.mindengine.galen.specs

Examples of net.mindengine.galen.specs.SpecAbsent


        assertThat(objectSpecs.getObjectName(), is("submit"));
       
        List<Spec> specs = objectSpecs.getSpecs();
        assertThat(specs.size(), is(1));
       
        assertThat((SpecAbsent) specs.get(0), is(new SpecAbsent()));
    }
View Full Code Here

TOP

Related Classes of net.mindengine.galen.specs.SpecAbsent

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.