Class MessagePactRunner

  • All Implemented Interfaces:
    org.junit.runner.Describable , org.junit.runner.manipulation.Filterable , org.junit.runner.manipulation.Orderable , org.junit.runner.manipulation.Sortable

    
    public class MessagePactRunner
    extends PactRunner
                        

    Pact runner that only verifies message pacts

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final TestClass testClass
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class org.junit.runners.ParentRunner

        filter, getDescription, getTestClass, order, run, setScheduler, sort
      • Methods inherited from class org.junit.runner.Runner

        testCount
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MessagePactRunner

        MessagePactRunner(Class<?> clazz)
    • Method Detail