META-INF.apidocs.nl.hsac.fitnesse.fixture.slim.SlimFixtureWithMapHelper.NoOpMapHelper.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" : [ ],
"qualifiedName" : "nl.hsac.fitnesse.fixture.slim.SlimFixtureWithMapHelper.NoOpMapHelper",
"publicMethods" : [ {
"readableName" : "set value for in",
"usage" : "| set value | [value] | for | [name] | in | [map] | ",
"contexthelp" : "set value <value> for <name> in <map>",
"name" : "setValueForIn",
"docString" : "",
"annotations" : [ "Override" ],
"parameters" : [ {
"name" : "value",
"type" : "Object"
}, {
"name" : "name",
"type" : "String"
}, {
"name" : "map",
"type" : "Map<Object>"
} ],
"exceptions" : [ ],
"returnType" : "void"
}, {
"readableName" : "remove from",
"usage" : "| remove | [key] | from | [map] | ",
"contexthelp" : "remove <key> from <map>",
"name" : "removeFrom",
"docString" : "",
"annotations" : [ "Override" ],
"parameters" : [ {
"name" : "key",
"type" : "String"
}, {
"name" : "map",
"type" : "Map<Object>"
} ],
"exceptions" : [ ],
"returnType" : "boolean"
}, {
"readableName" : "get value",
"usage" : "| get | [map] | value | [name] | ",
"contexthelp" : "get <map> value <name>",
"name" : "getValue",
"docString" : "",
"annotations" : [ "Override" ],
"parameters" : [ {
"name" : "map",
"type" : "Map<Object>"
}, {
"name" : "name",
"type" : "String"
} ],
"exceptions" : [ ],
"returnType" : "Object"
}, {
"readableName" : "get value",
"usage" : "| get | [map] | value | [name] | ",
"contexthelp" : "get <map> value <name>",
"name" : "getValue",
"docString" : "Gets value from map.\n@param map map to get value from.\n@param name name of (possibly nested) property to get value from.\n@return value found, if it could be found, null otherwise.",
"annotations" : [ ],
"parameters" : [ {
"name" : "map",
"description" : "map to get value from.",
"type" : "Map<Object>"
}, {
"name" : "name",
"description" : "name of (possibly nested) property to get value from.",
"type" : "String"
} ],
"exceptions" : [ ],
"returnType" : "Object"
}, {
"readableName" : "set value for in",
"usage" : "| set value | [value] | for | [name] | in | [map] | ",
"contexthelp" : "set value <value> for <name> in <map>",
"name" : "setValueForIn",
"docString" : "Stores value in map.\n@param value value to be passed.\n@param name name to use this value for.\n@param map map to store value in.",
"annotations" : [ ],
"parameters" : [ {
"name" : "value",
"description" : "value to be passed.",
"type" : "Object"
}, {
"name" : "name",
"description" : "name to use this value for.",
"type" : "String"
}, {
"name" : "map",
"description" : "map to store value in.",
"type" : "Map<Object>"
} ],
"exceptions" : [ ],
"returnType" : "void"
}, {
"readableName" : "add value to in",
"usage" : "| add value | [value] | to | [name] | in | [map] | ",
"contexthelp" : "add value <value> to <name> in <map>",
"name" : "addValueToIn",
"docString" : "Adds a value to the end of a list.\n@param value value to be passed.\n@param name name to use this value for.\n@param map map to store value in.",
"annotations" : [ ],
"parameters" : [ {
"name" : "value",
"description" : "value to be passed.",
"type" : "Object"
}, {
"name" : "name",
"description" : "name to use this value for.",
"type" : "String"
}, {
"name" : "map",
"description" : "map to store value in.",
"type" : "Map<Object>"
} ],
"exceptions" : [ ],
"returnType" : "void"
}, {
"readableName" : "copy values from to",
"usage" : "| copy values from | [otherMap] | to | [map] | ",
"contexthelp" : "copy values from <otherMap> to <map>",
"name" : "copyValuesFromTo",
"docString" : "Adds all values in the otherMap to map.\n@param otherMap to obtain values from.\n@param map map to store value in.",
"annotations" : [ ],
"parameters" : [ {
"name" : "otherMap",
"description" : "to obtain values from.",
"type" : "Map<Object>"
}, {
"name" : "map",
"description" : "map to store value in.",
"type" : "Map<Object>"
} ],
"exceptions" : [ ],
"returnType" : "void"
}, {
"readableName" : "set values for in",
"usage" : "| set values | [values] | for | [name] | in | [map] | ",
"contexthelp" : "set values <values> for <name> in <map>",
"name" : "setValuesForIn",
"docString" : "Stores list of values in map.\n@param values comma separated list of values.\n@param name name to use this list for.\n@param map map to store values in.",
"annotations" : [ ],
"parameters" : [ {
"name" : "values",
"description" : "comma separated list of values.",
"type" : "String"
}, {
"name" : "name",
"description" : "name to use this list for.",
"type" : "String"
}, {
"name" : "map",
"description" : "map to store values in.",
"type" : "Map<Object>"
} ],
"exceptions" : [ ],
"returnType" : "void"
}, {
"readableName" : "remove from",
"usage" : "| remove | [keyToRemove] | from | [map] | ",
"contexthelp" : "remove <keyToRemove> from <map>",
"name" : "removeFrom",
"docString" : "",
"annotations" : [ ],
"parameters" : [ {
"name" : "keyToRemove",
"type" : "String"
}, {
"name" : "map",
"type" : "Map<Object>"
} ],
"exceptions" : [ ],
"returnType" : "boolean"
}, {
"readableName" : "content of equals",
"usage" : "| content of | [one] | equals | [two] | ",
"contexthelp" : "content of <one> equals <two>",
"name" : "contentOfEquals",
"docString" : "Determines whether map one's content matches two.\n@param one map the check content of.\n@param two other map to check.\n@return true if both maps are equal.",
"annotations" : [ ],
"parameters" : [ {
"name" : "one",
"description" : "map the check content of.",
"type" : "Map<Object>"
}, {
"name" : "two",
"description" : "other map to check.",
"type" : "Object"
} ],
"exceptions" : [ ],
"returnType" : "boolean"
}, {
"readableName" : "size of in",
"usage" : "| size of | [expr] | in | [map] | ",
"contexthelp" : "size of <expr> in <map>",
"name" : "sizeOfIn",
"docString" : "Determines size of either (Map or Collection) value in the map.\n@param expr expression indicating which (possibly nested) value in the map to determine size of.\n@param map map to find value in.\n@return size of value.\n@throws SlimFixtureException if the value found is not a Map or Collection.",
"annotations" : [ ],
"parameters" : [ {
"name" : "expr",
"description" : "expression indicating which (possibly nested) value in the map to determine size of.",
"type" : "String"
}, {
"name" : "map",
"description" : "map to find value in.",
"type" : "Map<Object>"
} ],
"exceptions" : [ ],
"returnType" : "int"
}, {
"readableName" : "get clean value",
"usage" : "| get clean value | [value] | ",
"contexthelp" : "get clean value <value>",
"name" : "getCleanValue",
"docString" : "",
"annotations" : [ ],
"parameters" : [ {
"name" : "value",
"type" : "Object"
} ],
"exceptions" : [ ],
"returnType" : "Object"
}, {
"readableName" : "set html cleaner",
"usage" : "| set html cleaner | [htmlCleaner] | ",
"contexthelp" : "set html cleaner <htmlCleaner>",
"name" : "setHtmlCleaner",
"docString" : "",
"annotations" : [ ],
"parameters" : [ {
"name" : "htmlCleaner",
"type" : "HtmlCleaner"
} ],
"exceptions" : [ ],
"returnType" : "void"
} ],
"typeName" : "nl.hsac.fitnesse.fixture.slim.SlimFixtureWithMapHelper.NoOpMapHelper",
"name" : "NoOpMapHelper",
"annotations" : [ ]
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy