Package org.jbehave.core.steps

Examples of org.jbehave.core.steps.NullStepMonitor


    }
  }

  private StepMonitor createCandidateStepsWithNoMonitor() {
    StepMonitor usedStepMonitor = configuration.stepMonitor();
    createCandidateStepsWith(new NullStepMonitor());
    return usedStepMonitor;
  }
View Full Code Here

TOP

Related Classes of org.jbehave.core.steps.NullStepMonitor

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.