Package au.com.dius.pact.model

Examples of au.com.dius.pact.model.TestRun


    @Test
    public void testPact() {
        PactFragment fragment = createFragment(ConsumerPactBuilder.consumer(consumerName()).hasPactWith(providerName()));
        final MockProviderConfig config = MockProviderConfig.createDefault();

        VerificationResult result = fragment.runConsumer(config, new TestRun() {
            public void run(MockProviderConfig config) {
                try {
                    runTest(config.url());
                } catch(Exception e) {
                    fail("error thrown: "+e);
View Full Code Here

TOP

Related Classes of au.com.dius.pact.model.TestRun

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.