Tabnine Logo
StoryDuration
Code IndexAdd Tabnine to your IDE (free)

How to use
StoryDuration
in
org.jbehave.core.model

Best Java code snippets using org.jbehave.core.model.StoryDuration (Showing top 2 results out of 315)

origin: org.jbehave/jbehave-maven-plugin

public void storyTimeout(Story story, StoryDuration storyDuration) {
  getLog().warn(
      "Story " + story.getPath() + " duration of " + storyDuration.getDurationInSecs()
          + " seconds has exceeded timeout of " + storyDuration.getTimeoutInSecs() + " seconds");
}
origin: org.jbehave/jbehave-ant

public void storyTimeout(Story story, StoryDuration storyDuration) {
  log("Story " + story.getPath() + " duration of " + storyDuration.getDurationInSecs()
      + " seconds has exceeded timeout of " + storyDuration.getTimeoutInSecs() + " seconds", MSG_INFO);
}
org.jbehave.core.modelStoryDuration

Most used methods

  • getDurationInSecs
  • getTimeoutInSecs

Popular in Java

  • Parsing JSON documents to java classes using gson
  • onRequestPermissionsResult (Fragment)
  • addToBackStack (FragmentTransaction)
  • onCreateOptionsMenu (Activity)
  • ObjectMapper (com.fasterxml.jackson.databind)
    ObjectMapper provides functionality for reading and writing JSON, either to and from basic POJOs (Pl
  • BufferedImage (java.awt.image)
    The BufferedImage subclass describes an java.awt.Image with an accessible buffer of image data. All
  • List (java.util)
    An ordered collection (also known as a sequence). The user of this interface has precise control ove
  • Semaphore (java.util.concurrent)
    A counting semaphore. Conceptually, a semaphore maintains a set of permits. Each #acquire blocks if
  • Stream (java.util.stream)
    A sequence of elements supporting sequential and parallel aggregate operations. The following exampl
  • Filter (javax.servlet)
    A filter is an object that performs filtering tasks on either the request to a resource (a servlet o
  • Top plugins for WebStorm
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now