Package net.mindengine.galen.specs

Examples of net.mindengine.galen.specs.SpecComponent


        return specReader.read(getClass().getResource(path).getFile());
    }

    private void assertChildComponentSpec(List<Spec> specs) {
        assertThat(specs.size(), is(1));
        SpecComponent spec = (SpecComponent) specs.get(0);
        assertThat(spec.getOriginalText(), is("component: spec-for-component-test-component.spec"));
       
        assertThat(spec.getSpecPath(), endsWith("spec-for-component-test-component.spec"));
            
    }
View Full Code Here

TOP

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

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.