META-INF.apidocs.nl.hsac.fitnesse.fixture.slim.SlimFixture.FunctionalCompletion.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hsac-fitnesse-fixtures Show documentation
Show all versions of hsac-fitnesse-fixtures Show documentation
Fixtures to assist in testing via FitNesse
{
"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