Package org.jboss.dna.graph.sequencers

Examples of org.jboss.dna.graph.sequencers.MockSequencerContext


    private SequencerContext context;

    @Before
    public void beforeEach() {
        sequencer = new ImageMetadataSequencer();
        context = new MockSequencerContext();
        context.getNamespaceRegistry().register("image", "http://jboss.org/dna/images/1.0");
        output = new MockSequencerOutput(context);
        cautionGif = this.getClass().getClassLoader().getResource("caution.gif");
        cautionJpg = this.getClass().getClassLoader().getResource("caution.jpg");
        cautionPict = this.getClass().getClassLoader().getResource("caution.pict");
View Full Code Here

TOP

Related Classes of org.jboss.dna.graph.sequencers.MockSequencerContext

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.