Package com.asakusafw.testdriver.core.MockExporterRetriever

Examples of com.asakusafw.testdriver.core.MockExporterRetriever.Desc


                    .add(uri("testing:src"), "1:Hello, world!"),
                new MockVerifyRuleProvider()
                    .add(uri("testing:rule"), rule()),
                new MockExporterRetriever().wrap());

        Desc desc = MockExporterRetriever.create("1:Hello, world!");
        inspector.inspect(
                desc.getModelType(),
                desc,
                context,
                uri("testing:src"),
                uri("unknown:rule"));
    }
View Full Code Here

TOP

Related Classes of com.asakusafw.testdriver.core.MockExporterRetriever.Desc

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.