All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.apidocs.nl.hsac.fitnesse.fixture.slim.SlimFixture.FunctionalCompletion.json Maven / Gradle / Ivy

There is a newer version: 5.3.17
Show newest version
{
  "constructors" : [ {
    "readableName" : "functional completion",
    "usage" : "| functional completion |",
    "name" : "FunctionalCompletion",
    "docString" : "",
    "annotations" : [ ],
    "parameters" : [ ],
    "exceptions" : [ ]
  }, {
    "readableName" : "functional completion",
    "usage" : "| functional completion | [isFinishedSupplier] |",
    "name" : "FunctionalCompletion",
    "docString" : "",
    "annotations" : [ ],
    "parameters" : [ {
      "name" : "isFinishedSupplier",
      "type" : "Supplier<Boolean>"
    } ],
    "exceptions" : [ ]
  }, {
    "readableName" : "functional completion",
    "usage" : "| functional completion | [isFinishedSupplier] | [repeater] |",
    "name" : "FunctionalCompletion",
    "docString" : "",
    "annotations" : [ ],
    "parameters" : [ {
      "name" : "isFinishedSupplier",
      "type" : "Supplier<Boolean>"
    }, {
      "name" : "repeater",
      "type" : "Runnable"
    } ],
    "exceptions" : [ ]
  } ],
  "qualifiedName" : "nl.hsac.fitnesse.fixture.slim.SlimFixture.FunctionalCompletion",
  "publicMethods" : [ {
    "readableName" : "is finished",
    "usage" : "| is finished |",
    "contexthelp" : "is finished",
    "name" : "isFinished",
    "docString" : "",
    "annotations" : [ "Override" ],
    "parameters" : [ ],
    "exceptions" : [ ],
    "returnType" : "boolean"
  }, {
    "readableName" : "repeat",
    "usage" : "| repeat |",
    "contexthelp" : "repeat",
    "name" : "repeat",
    "docString" : "",
    "annotations" : [ "Override" ],
    "parameters" : [ ],
    "exceptions" : [ ],
    "returnType" : "void"
  }, {
    "readableName" : "set is finished supplier",
    "usage" : "| set is finished supplier | [isFinishedSupplier] | ",
    "contexthelp" : "set is finished supplier <isFinishedSupplier>",
    "name" : "setIsFinishedSupplier",
    "docString" : "",
    "annotations" : [ ],
    "parameters" : [ {
      "name" : "isFinishedSupplier",
      "type" : "Supplier<Boolean>"
    } ],
    "exceptions" : [ ],
    "returnType" : "void"
  }, {
    "readableName" : "set repeater",
    "usage" : "| set repeater | [repeater] | ",
    "contexthelp" : "set repeater <repeater>",
    "name" : "setRepeater",
    "docString" : "",
    "annotations" : [ ],
    "parameters" : [ {
      "name" : "repeater",
      "type" : "Runnable"
    } ],
    "exceptions" : [ ],
    "returnType" : "void"
  } ],
  "typeName" : "nl.hsac.fitnesse.fixture.slim.SlimFixture.FunctionalCompletion",
  "name" : "FunctionalCompletion",
  "annotations" : [ ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy