META-INF.apidocs.nl.praegus.fitnesse.slim.fixtures.totp.TotpUtils.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" : "totp utils",
"usage" : "| totp utils |",
"name" : "TotpUtils",
"docString" : "",
"annotations" : [ ],
"parameters" : [ ],
"exceptions" : [ ]
} ],
"qualifiedName" : "nl.praegus.fitnesse.slim.fixtures.totp.TotpUtils",
"publicMethods" : [ {
"readableName" : "pad code with zeros to number of digits",
"usage" : "| pad code with zeros to number of | [code] | digits | [numberOfDigits] | ",
"contexthelp" : "pad code with zeros to number of <code> digits <numberOfDigits>",
"name" : "padCodeWithZerosToNumberOfDigits",
"docString" : "",
"annotations" : [ ],
"parameters" : [ {
"name" : "code",
"type" : "int"
}, {
"name" : "numberOfDigits",
"type" : "int"
} ],
"exceptions" : [ ],
"returnType" : "String"
} ],
"typeName" : "nl.praegus.fitnesse.slim.fixtures.totp.TotpUtils",
"name" : "TotpUtils",
"annotations" : [ ]
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy