META-INF.apidocs.nl.praegus.fitnesse.slim.fixtures.util.Calculator.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of toolchain-fixtures Show documentation
Show all versions of toolchain-fixtures Show documentation
Extensions on existing fixtures to aid in automated testing
{
"constructors" : [ {
"readableName" : "calculator",
"usage" : "| calculator | [precision] |",
"name" : "Calculator",
"docString" : "",
"annotations" : [ ],
"parameters" : [ {
"name" : "precision",
"type" : "int"
} ],
"exceptions" : [ ]
}, {
"readableName" : "calculator",
"usage" : "| calculator |",
"name" : "Calculator",
"docString" : "",
"annotations" : [ ],
"parameters" : [ ],
"exceptions" : [ ]
} ],
"qualifiedName" : "nl.praegus.fitnesse.slim.fixtures.util.Calculator",
"publicMethods" : [ {
"readableName" : "calculate",
"usage" : "| calculate | [input] | ",
"contexthelp" : "calculate <input>",
"name" : "calculate",
"docString" : "",
"annotations" : [ ],
"parameters" : [ {
"name" : "input",
"type" : "String"
} ],
"exceptions" : [ ],
"returnType" : "String"
} ],
"typeName" : "nl.praegus.fitnesse.slim.fixtures.util.Calculator",
"name" : "Calculator",
"annotations" : [ ]
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy