META-INF.apidocs.nl.hsac.fitnesse.fixture.slim.CompareFixture.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" : "compare fixture",
"usage" : "| compare fixture |",
"name" : "CompareFixture",
"docString" : "",
"annotations" : [ ],
"parameters" : [ ],
"exceptions" : [ ]
} ],
"qualifiedName" : "nl.hsac.fitnesse.fixture.slim.CompareFixture",
"publicMethods" : [ {
"readableName" : "difference between and",
"usage" : "| difference between | [first] | and | [second] | ",
"contexthelp" : "difference between <first> and <second>",
"name" : "differenceBetweenAnd",
"docString" : "Determines difference between two strings.\n@param first first string to compare.\n@param second second string to compare.\n@return HTML of difference between the two.",
"annotations" : [ ],
"parameters" : [ {
"name" : "first",
"description" : "first string to compare.",
"type" : "String"
}, {
"name" : "second",
"description" : "second string to compare.",
"type" : "String"
} ],
"exceptions" : [ ],
"returnType" : "String"
}, {
"readableName" : "difference between explicit whitespace and",
"usage" : "| difference between explicit whitespace | [first] | and | [second] | ",
"contexthelp" : "difference between explicit whitespace <first> and <second>",
"name" : "differenceBetweenExplicitWhitespaceAnd",
"docString" : "Determines difference between two strings, visualizing various forms of whitespace.\n@param first first string to compare.\n@param second second string to compare.\n@return HTML of difference between the two.",
"annotations" : [ ],
"parameters" : [ {
"name" : "first",
"description" : "first string to compare.",
"type" : "String"
}, {
"name" : "second",
"description" : "second string to compare.",
"type" : "String"
} ],
"exceptions" : [ ],
"returnType" : "String"
}, {
"readableName" : "count differences between and",
"usage" : "| count differences between | [first] | and | [second] | ",
"contexthelp" : "count differences between <first> and <second>",
"name" : "countDifferencesBetweenAnd",
"docString" : "Determines number of differences (substrings that are not equal) between two strings.\n@param first first string to compare.\n@param second second string to compare.\n@return number of different substrings.",
"annotations" : [ ],
"parameters" : [ {
"name" : "first",
"description" : "first string to compare.",
"type" : "String"
}, {
"name" : "second",
"description" : "second string to compare.",
"type" : "String"
} ],
"exceptions" : [ ],
"returnType" : "int"
}, {
"readableName" : "difference between ignore whitespace and",
"usage" : "| difference between ignore whitespace | [first] | and | [second] | ",
"contexthelp" : "difference between ignore whitespace <first> and <second>",
"name" : "differenceBetweenIgnoreWhitespaceAnd",
"docString" : "Determines difference between two strings, ignoring whitespace changes.\n@param first first string to compare.\n@param second second string to compare.\n@return HTML of difference between the two.",
"annotations" : [ ],
"parameters" : [ {
"name" : "first",
"description" : "first string to compare.",
"type" : "String"
}, {
"name" : "second",
"description" : "second string to compare.",
"type" : "String"
} ],
"exceptions" : [ ],
"returnType" : "String"
}, {
"readableName" : "count differences between ignore whitespace and",
"usage" : "| count differences between ignore whitespace | [first] | and | [second] | ",
"contexthelp" : "count differences between ignore whitespace <first> and <second>",
"name" : "countDifferencesBetweenIgnoreWhitespaceAnd",
"docString" : "Determines number of differences (substrings that are not equal) between two strings,\n ignoring differences in whitespace.\n@param first first string to compare.\n@param second second string to compare.\n@return number of different substrings.",
"annotations" : [ ],
"parameters" : [ {
"name" : "first",
"description" : "first string to compare.",
"type" : "String"
}, {
"name" : "second",
"description" : "second string to compare.",
"type" : "String"
} ],
"exceptions" : [ ],
"returnType" : "int"
}, {
"readableName" : "set global value to",
"usage" : "| set global value | [symbolName] | to | [value] | ",
"contexthelp" : "set global value <symbolName> to <value>",
"name" : "setGlobalValueTo",
"docString" : "Stores a (global) value so it can be accessed by other fixtures/pages.\n@param symbolName name to store value under.\n@param value value to store.",
"annotations" : [ ],
"parameters" : [ {
"name" : "symbolName",
"description" : "name to store value under.",
"type" : "String"
}, {
"name" : "value",
"description" : "value to store.",
"type" : "String"
} ],
"exceptions" : [ ],
"returnType" : "void"
}, {
"readableName" : "global value",
"usage" : "| global value | [symbolName] | ",
"contexthelp" : "global value <symbolName>",
"name" : "globalValue",
"docString" : "Retrieves a (global) value, which was previously stored using #setGlobalValueTo().\n@param symbolName name value was stored under.",
"annotations" : [ ],
"parameters" : [ {
"name" : "symbolName",
"description" : "name value was stored under.",
"type" : "String"
} ],
"exceptions" : [ ],
"returnType" : "String"
}, {
"readableName" : "wait seconds",
"usage" : "| wait seconds | [i] | ",
"contexthelp" : "wait seconds <i>",
"name" : "waitSeconds",
"docString" : "",
"annotations" : [ ],
"parameters" : [ {
"name" : "i",
"type" : "int"
} ],
"exceptions" : [ ],
"returnType" : "boolean"
}, {
"readableName" : "wait milliseconds",
"usage" : "| wait milliseconds | [i] | ",
"contexthelp" : "wait milliseconds <i>",
"name" : "waitMilliseconds",
"docString" : "",
"annotations" : [ ],
"parameters" : [ {
"name" : "i",
"type" : "int"
} ],
"exceptions" : [ ],
"returnType" : "boolean"
}, {
"readableName" : "set repeat interval to milliseconds",
"usage" : "| set repeat interval to milliseconds | [milliseconds] | ",
"contexthelp" : "set repeat interval to milliseconds <milliseconds>",
"name" : "setRepeatIntervalToMilliseconds",
"docString" : "",
"annotations" : [ ],
"parameters" : [ {
"name" : "milliseconds",
"type" : "int"
} ],
"exceptions" : [ ],
"returnType" : "void"
}, {
"readableName" : "repeat interval",
"usage" : "| repeat interval |",
"contexthelp" : "repeat interval",
"name" : "repeatInterval",
"docString" : "",
"annotations" : [ ],
"parameters" : [ ],
"exceptions" : [ ],
"returnType" : "long"
}, {
"readableName" : "repeat at most times",
"usage" : "| repeat at most times | [maxCount] | ",
"contexthelp" : "repeat at most times <maxCount>",
"name" : "repeatAtMostTimes",
"docString" : "",
"annotations" : [ ],
"parameters" : [ {
"name" : "maxCount",
"type" : "int"
} ],
"exceptions" : [ ],
"returnType" : "void"
}, {
"readableName" : "repeat at most times",
"usage" : "| repeat at most times |",
"contexthelp" : "repeat at most times",
"name" : "repeatAtMostTimes",
"docString" : "",
"annotations" : [ ],
"parameters" : [ ],
"exceptions" : [ ],
"returnType" : "int"
}, {
"readableName" : "repeat count",
"usage" : "| repeat count |",
"contexthelp" : "repeat count",
"name" : "repeatCount",
"docString" : "",
"annotations" : [ ],
"parameters" : [ ],
"exceptions" : [ ],
"returnType" : "int"
}, {
"readableName" : "time spent repeating",
"usage" : "| time spent repeating |",
"contexthelp" : "time spent repeating",
"name" : "timeSpentRepeating",
"docString" : "",
"annotations" : [ ],
"parameters" : [ ],
"exceptions" : [ ],
"returnType" : "long"
} ],
"typeName" : "nl.hsac.fitnesse.fixture.slim.CompareFixture",
"name" : "CompareFixture",
"annotations" : [ ]
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy