META-INF.apidocs.nl.hsac.fitnesse.fixture.slim.JsonFixture.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" : "json fixture",
"usage" : "| json fixture |",
"name" : "JsonFixture",
"docString" : "",
"annotations" : [ ],
"parameters" : [ ],
"exceptions" : [ ]
} ],
"qualifiedName" : "nl.hsac.fitnesse.fixture.slim.JsonFixture",
"publicMethods" : [ {
"readableName" : "load file",
"usage" : "| load file | [filename] | ",
"contexthelp" : "load file <filename>",
"name" : "loadFile",
"docString" : "@param filename JSON file to be loaded.\n@return true",
"annotations" : [ ],
"parameters" : [ {
"name" : "filename",
"description" : "JSON file to be loaded.",
"type" : "String"
} ],
"exceptions" : [ ],
"returnType" : "boolean"
}, {
"readableName" : "load",
"usage" : "| load | [json] | ",
"contexthelp" : "load <json>",
"name" : "load",
"docString" : "@param json JSON content to be loaded.\n@return true",
"annotations" : [ ],
"parameters" : [ {
"name" : "json",
"description" : "JSON content to be loaded.",
"type" : "String"
} ],
"exceptions" : [ ],
"returnType" : "boolean"
}, {
"readableName" : "object",
"usage" : "| object |",
"contexthelp" : "object",
"name" : "object",
"docString" : "@return formatted loaded JSON content.",
"annotations" : [ ],
"parameters" : [ ],
"exceptions" : [ ],
"returnType" : "String"
}, {
"readableName" : "json path",
"usage" : "| json path | [path] | ",
"contexthelp" : "json path <path>",
"name" : "jsonPath",
"docString" : "",
"annotations" : [ ],
"parameters" : [ {
"name" : "path",
"type" : "String"
} ],
"exceptions" : [ ],
"returnType" : "Object"
}, {
"readableName" : "create file from base 64 content of",
"usage" : "| create file from base 64 content | [baseName] | of | [jsonPath] | ",
"contexthelp" : "create file from base 64 content <baseName> of <jsonPath>",
"name" : "createFileFromBase64ContentOf",
"docString" : "@param baseName base of filename to generate (a number might be added to the name to make it unique).\n@param jsonPath expression to evaluate.\n@return link to created file.",
"annotations" : [ ],
"parameters" : [ {
"name" : "baseName",
"description" : "base of filename to generate (a number might be added to the name to make it unique).",
"type" : "String"
}, {
"name" : "jsonPath",
"description" : "expression to evaluate.",
"type" : "String"
} ],
"exceptions" : [ ],
"returnType" : "String"
}, {
"readableName" : "element of json path",
"usage" : "| element of json | [index] | path | [path] | ",
"contexthelp" : "element of json <index> path <path>",
"name" : "elementOfJsonPath",
"docString" : "",
"annotations" : [ ],
"parameters" : [ {
"name" : "index",
"type" : "int"
}, {
"name" : "path",
"type" : "String"
} ],
"exceptions" : [ ],
"returnType" : "Object"
}, {
"readableName" : "json path count",
"usage" : "| json path count | [path] | ",
"contexthelp" : "json path count <path>",
"name" : "jsonPathCount",
"docString" : "",
"annotations" : [ ],
"parameters" : [ {
"name" : "path",
"type" : "String"
} ],
"exceptions" : [ ],
"returnType" : "int"
}, {
"readableName" : "list json path matches",
"usage" : "| list json path matches | [path] | ",
"contexthelp" : "list json path matches <path>",
"name" : "listJsonPathMatches",
"docString" : "",
"annotations" : [ ],
"parameters" : [ {
"name" : "path",
"type" : "String"
} ],
"exceptions" : [ ],
"returnType" : "ArrayList<Object>"
}, {
"readableName" : "set json path to",
"usage" : "| set json path | [path] | to | [value] | ",
"contexthelp" : "set json path <path> to <value>",
"name" : "setJsonPathTo",
"docString" : "Update a value in a the content by supplied jsonPath\n@param path the jsonPath to locate the key whose value needs changing\n@param value the new value to set",
"annotations" : [ ],
"parameters" : [ {
"name" : "path",
"description" : "the jsonPath to locate the key whose value needs changing",
"type" : "String"
}, {
"name" : "value",
"description" : "the new value to set",
"type" : "Object"
} ],
"exceptions" : [ ],
"returnType" : "void"
}, {
"readableName" : "json path exists",
"usage" : "| json path exists | [path] | ",
"contexthelp" : "json path exists <path>",
"name" : "jsonPathExists",
"docString" : "",
"annotations" : [ ],
"parameters" : [ {
"name" : "path",
"type" : "String"
} ],
"exceptions" : [ ],
"returnType" : "boolean"
}, {
"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.JsonFixture",
"name" : "JsonFixture",
"annotations" : [ ]
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy