META-INF.apidocs.nl.hsac.fitnesse.fixture.leanapps.LalCallColumnFixture.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" : "lal call column fixture",
"usage" : "| lal call column fixture |",
"name" : "LalCallColumnFixture",
"docString" : "Creates new.",
"annotations" : [ ],
"parameters" : [ ],
"exceptions" : [ ]
} ],
"qualifiedName" : "nl.hsac.fitnesse.fixture.leanapps.LalCallColumnFixture",
"publicMethods" : [ {
"readableName" : "call lal policy",
"usage" : "| call lal | [templateName] | policy | [model] | ",
"contexthelp" : "call lal <templateName> policy <model>",
"name" : "callLalPolicy",
"docString" : "",
"annotations" : [ ],
"parameters" : [ {
"name" : "templateName",
"type" : "String"
}, {
"name" : "model",
"type" : "Object"
} ],
"exceptions" : [ ],
"returnType" : "LalResponse"
}, {
"readableName" : "error status",
"usage" : "| error status |",
"contexthelp" : "error status",
"name" : "errorStatus",
"docString" : "@return OK if no error was received, NOK otherwise.",
"annotations" : [ ],
"parameters" : [ ],
"exceptions" : [ ],
"returnType" : "String"
}, {
"readableName" : "error",
"usage" : "| error |",
"contexthelp" : "error",
"name" : "error",
"docString" : "@return error message from Lal",
"annotations" : [ ],
"parameters" : [ ],
"exceptions" : [ ],
"returnType" : "String"
}, {
"readableName" : "request",
"usage" : "| request |",
"contexthelp" : "request",
"name" : "request",
"docString" : "@return request to be sent formatted to be displayed",
"annotations" : [ ],
"parameters" : [ ],
"exceptions" : [ ],
"returnType" : "String"
}, {
"readableName" : "response",
"usage" : "| response |",
"contexthelp" : "response",
"name" : "response",
"docString" : "@return response formatted to be displayed",
"annotations" : [ ],
"parameters" : [ ],
"exceptions" : [ ],
"returnType" : "String"
}, {
"readableName" : "get request",
"usage" : "| get request |",
"contexthelp" : "get request",
"name" : "getRequest",
"docString" : "@return request that was sent",
"annotations" : [ ],
"parameters" : [ ],
"exceptions" : [ ],
"returnType" : "String"
}, {
"readableName" : "get response",
"usage" : "| get response |",
"contexthelp" : "get response",
"name" : "getResponse",
"docString" : "@return response as received",
"annotations" : [ ],
"parameters" : [ ],
"exceptions" : [ ],
"returnType" : "String"
}, {
"readableName" : "check response",
"usage" : "| check response |",
"contexthelp" : "check response",
"name" : "checkResponse",
"docString" : "@return response formatted to be displayed",
"annotations" : [ ],
"parameters" : [ ],
"exceptions" : [ ],
"returnType" : "String"
}, {
"readableName" : "check request",
"usage" : "| check request |",
"contexthelp" : "check request",
"name" : "checkRequest",
"docString" : "@return check request to be sent formatted to be displayed",
"annotations" : [ ],
"parameters" : [ ],
"exceptions" : [ ],
"returnType" : "String"
}, {
"readableName" : "get template name",
"usage" : "| get template name |",
"contexthelp" : "get template name",
"name" : "getTemplateName",
"docString" : "@return the templateName",
"annotations" : [ ],
"parameters" : [ ],
"exceptions" : [ ],
"returnType" : "String"
}, {
"readableName" : "set template name",
"usage" : "| set template name | [aTemplateName] | ",
"contexthelp" : "set template name <aTemplateName>",
"name" : "setTemplateName",
"docString" : "@param aTemplateName the templateName to set",
"annotations" : [ ],
"parameters" : [ {
"name" : "aTemplateName",
"description" : "the templateName to set",
"type" : "String"
} ],
"exceptions" : [ ],
"returnType" : "void"
}, {
"readableName" : "get check template name",
"usage" : "| get check template name |",
"contexthelp" : "get check template name",
"name" : "getCheckTemplateName",
"docString" : "@return the checkTemplateName",
"annotations" : [ ],
"parameters" : [ ],
"exceptions" : [ ],
"returnType" : "String"
}, {
"readableName" : "set check template name",
"usage" : "| set check template name | [aCheckTemplateName] | ",
"contexthelp" : "set check template name <aCheckTemplateName>",
"name" : "setCheckTemplateName",
"docString" : "@param aCheckTemplateName the checkTemplateName to set",
"annotations" : [ ],
"parameters" : [ {
"name" : "aCheckTemplateName",
"description" : "the checkTemplateName to set",
"type" : "String"
} ],
"exceptions" : [ ],
"returnType" : "void"
}, {
"readableName" : "get response class",
"usage" : "| get response class |",
"contexthelp" : "get response class",
"name" : "getResponseClass",
"docString" : "",
"annotations" : [ ],
"parameters" : [ ],
"exceptions" : [ ],
"returnType" : "Class<? extends Response>"
}, {
"readableName" : "get check response class",
"usage" : "| get check response class |",
"contexthelp" : "get check response class",
"name" : "getCheckResponseClass",
"docString" : "",
"annotations" : [ ],
"parameters" : [ ],
"exceptions" : [ ],
"returnType" : "Class<? extends CheckResponse>"
}, {
"readableName" : "execute",
"usage" : "| execute |",
"contexthelp" : "execute",
"name" : "execute",
"docString" : "",
"annotations" : [ "Override" ],
"parameters" : [ ],
"exceptions" : [ ],
"returnType" : "void"
}, {
"readableName" : "reset",
"usage" : "| reset |",
"contexthelp" : "reset",
"name" : "reset",
"docString" : "",
"annotations" : [ "Override" ],
"parameters" : [ ],
"exceptions" : [ ],
"returnType" : "void"
}, {
"readableName" : "get raw response",
"usage" : "| get raw response |",
"contexthelp" : "get raw response",
"name" : "getRawResponse",
"docString" : "@return raw response",
"annotations" : [ ],
"parameters" : [ ],
"exceptions" : [ ],
"returnType" : "Response"
}, {
"readableName" : "set raw response",
"usage" : "| set raw response | [aResponse] | ",
"contexthelp" : "set raw response <aResponse>",
"name" : "setRawResponse",
"docString" : "@param aResponse the response to set (only for unit tests)",
"annotations" : [ ],
"parameters" : [ {
"name" : "aResponse",
"description" : "the response to set (only for unit tests)",
"type" : "Response"
} ],
"exceptions" : [ ],
"returnType" : "void"
}, {
"readableName" : "get raw check response",
"usage" : "| get raw check response |",
"contexthelp" : "get raw check response",
"name" : "getRawCheckResponse",
"docString" : "Trigger to actually call check.\n@return raw check response",
"annotations" : [ ],
"parameters" : [ ],
"exceptions" : [ ],
"returnType" : "CheckResponse"
}, {
"readableName" : "set raw check response",
"usage" : "| set raw check response | [aCheckResponse] | ",
"contexthelp" : "set raw check response <aCheckResponse>",
"name" : "setRawCheckResponse",
"docString" : "@param aCheckResponse the checkResponse to set",
"annotations" : [ ],
"parameters" : [ {
"name" : "aCheckResponse",
"description" : "the checkResponse to set",
"type" : "CheckResponse"
} ],
"exceptions" : [ ],
"returnType" : "void"
}, {
"readableName" : "get wait time",
"usage" : "| get wait time |",
"contexthelp" : "get wait time",
"name" : "getWaitTime",
"docString" : "",
"annotations" : [ ],
"parameters" : [ ],
"exceptions" : [ ],
"returnType" : "int"
}, {
"readableName" : "set wait time",
"usage" : "| set wait time | [aWaitTime] | ",
"contexthelp" : "set wait time <aWaitTime>",
"name" : "setWaitTime",
"docString" : "",
"annotations" : [ ],
"parameters" : [ {
"name" : "aWaitTime",
"type" : "int"
} ],
"exceptions" : [ ],
"returnType" : "void"
}, {
"readableName" : "get max tries",
"usage" : "| get max tries |",
"contexthelp" : "get max tries",
"name" : "getMaxTries",
"docString" : "",
"annotations" : [ ],
"parameters" : [ ],
"exceptions" : [ ],
"returnType" : "int"
}, {
"readableName" : "set max tries",
"usage" : "| set max tries | [aMaxTries] | ",
"contexthelp" : "set max tries <aMaxTries>",
"name" : "setMaxTries",
"docString" : "",
"annotations" : [ ],
"parameters" : [ {
"name" : "aMaxTries",
"type" : "int"
} ],
"exceptions" : [ ],
"returnType" : "void"
}, {
"readableName" : "try count",
"usage" : "| try count |",
"contexthelp" : "try count",
"name" : "tryCount",
"docString" : "@return number of times the check template was called.",
"annotations" : [ ],
"parameters" : [ ],
"exceptions" : [ ],
"returnType" : "int"
}, {
"readableName" : "response time",
"usage" : "| response time |",
"contexthelp" : "response time",
"name" : "responseTime",
"docString" : "@return response time in ms for call to service.",
"annotations" : [ ],
"parameters" : [ ],
"exceptions" : [ ],
"returnType" : "long"
}, {
"readableName" : "check time",
"usage" : "| check time |",
"contexthelp" : "check time",
"name" : "checkTime",
"docString" : "@return response time in ms for call to checkService.",
"annotations" : [ ],
"parameters" : [ ],
"exceptions" : [ ],
"returnType" : "long"
}, {
"readableName" : "reset",
"usage" : "| reset |",
"contexthelp" : "reset",
"name" : "reset",
"docString" : "",
"annotations" : [ "Override" ],
"parameters" : [ ],
"exceptions" : [ ],
"returnType" : "void"
}, {
"readableName" : "translate from table",
"usage" : "| translate from table | [translationTableWithHeader] | ",
"contexthelp" : "translate from table <translationTableWithHeader>",
"name" : "translateFromTable",
"docString" : "Adds new key/value pairs to currentRowValues based on table supplied. If value in first column is present,\n and there is no value for key of second column, the value in second column is added, and vice versa.\n The first row describes the key for each column's values.\n@param translationTableWithHeader table describing equivalent key/value pairs.",
"annotations" : [ ],
"parameters" : [ {
"name" : "translationTableWithHeader",
"description" : "table describing equivalent key/value pairs.",
"type" : "String[][]"
} ],
"exceptions" : [ ],
"returnType" : "void"
}, {
"readableName" : "translate from table",
"usage" : "| translate from | [rowValues] | table | [translationTableWithHeader] | ",
"contexthelp" : "translate from <rowValues> table <translationTableWithHeader>",
"name" : "translateFromTable",
"docString" : "Adds new key/value pairs to rowValues based on table supplied. If value in first column is present,\n and there is no value for key of second column, the value in second column is added, and vice versa.\n The first row describes the key for each column's values.\n@param rowValues row to add values to.\n@param translationTableWithHeader table describing equivalent key/value pairs.",
"annotations" : [ ],
"parameters" : [ {
"name" : "rowValues",
"description" : "row to add values to.",
"type" : "Map<Object>"
}, {
"name" : "translationTableWithHeader",
"description" : "table describing equivalent key/value pairs.",
"type" : "String[][]"
} ],
"exceptions" : [ ],
"returnType" : "void"
}, {
"readableName" : "accept alternative input values from table",
"usage" : "| accept alternative input values from table | [leftAcceptedForRight] | ",
"contexthelp" : "accept alternative input values from table <leftAcceptedForRight>",
"name" : "acceptAlternativeInputValuesFromTable",
"docString" : "Replaces values found in the currentRowValues based on the supplied table.\n Cell 0,1 defines the key to work with.\n Other rows define a replacement value: if value in first column is found\n it is replaced with the one from the second.\n@param leftAcceptedForRight table describing replacements.",
"annotations" : [ ],
"parameters" : [ {
"name" : "leftAcceptedForRight",
"description" : "table describing replacements.",
"type" : "String[][]"
} ],
"exceptions" : [ ],
"returnType" : "void"
}, {
"readableName" : "accept alternative input values from table",
"usage" : "| accept alternative input values from | [rowValues] | table | [leftAcceptedForRight] | ",
"contexthelp" : "accept alternative input values from <rowValues> table <leftAcceptedForRight>",
"name" : "acceptAlternativeInputValuesFromTable",
"docString" : "Replaces values found in the rowValues based on the supplied table.\n Cell 0,1 defines the key to work with.\n Other rows define a replacement value: if value in first column is found\n it is replaced with the one from the second.\n@param rowValues values to replace in.\n@param leftAcceptedForRight table describing replacements.",
"annotations" : [ ],
"parameters" : [ {
"name" : "rowValues",
"description" : "values to replace in.",
"type" : "Map<Object>"
}, {
"name" : "leftAcceptedForRight",
"description" : "table describing replacements.",
"type" : "String[][]"
} ],
"exceptions" : [ ],
"returnType" : "void"
}, {
"readableName" : "get",
"usage" : "| get | [columnName] | ",
"contexthelp" : "get <columnName>",
"name" : "get",
"docString" : "@param columnName column to get current row's value of\n@return value for specified column.",
"annotations" : [ ],
"parameters" : [ {
"name" : "columnName",
"description" : "column to get current row's value of",
"type" : "String"
} ],
"exceptions" : [ ],
"returnType" : "Object"
}, {
"readableName" : "get nested",
"usage" : "| get nested | [columnName] | ",
"contexthelp" : "get nested <columnName>",
"name" : "getNested",
"docString" : "@param columnName column to get current row's value of\n@return value for specified column.",
"annotations" : [ "SuppressWarnings" ],
"parameters" : [ {
"name" : "columnName",
"description" : "column to get current row's value of",
"type" : "String"
} ],
"exceptions" : [ ],
"returnType" : "Map<Object>"
}, {
"readableName" : "get array seperator",
"usage" : "| get array seperator |",
"contexthelp" : "get array seperator",
"name" : "getArraySeperator",
"docString" : "Fetch the array separator, which has a default value if not configured.\n@return the array seperator",
"annotations" : [ ],
"parameters" : [ ],
"exceptions" : [ ],
"returnType" : "String"
}, {
"readableName" : "get current row values",
"usage" : "| get current row values |",
"contexthelp" : "get current row values",
"name" : "getCurrentRowValues",
"docString" : "@return the currentRowValues",
"annotations" : [ ],
"parameters" : [ ],
"exceptions" : [ ],
"returnType" : "Map<Object>"
}, {
"readableName" : "execute",
"usage" : "| execute |",
"contexthelp" : "execute",
"name" : "execute",
"docString" : "",
"annotations" : [ "Override" ],
"parameters" : [ ],
"exceptions" : [ ],
"returnType" : "void"
}, {
"readableName" : "time stamp",
"usage" : "| time stamp |",
"contexthelp" : "time stamp",
"name" : "timeStamp",
"docString" : "@return current time, can be useful to trace a row's execution to log files of the system under test.",
"annotations" : [ ],
"parameters" : [ ],
"exceptions" : [ ],
"returnType" : "String"
}, {
"readableName" : "wrong",
"usage" : "| wrong | cell, actual, |",
"contexthelp" : "wrong cell, actual,",
"name" : "wrong",
"docString" : "",
"annotations" : [ "Override" ],
"parameters" : [ {
"name" : "cell",
"type" : "Parse"
}, {
"name" : "actual",
"type" : "String"
} ],
"exceptions" : [ ],
"returnType" : "void"
}, {
"readableName" : "do rows",
"usage" : "| do rows | [arg0] | ",
"contexthelp" : "do rows <arg0>",
"name" : "doRows",
"docString" : "",
"annotations" : [ ],
"parameters" : [ {
"name" : "arg0",
"type" : "Parse"
} ],
"exceptions" : [ ],
"returnType" : "void"
}, {
"readableName" : "do row",
"usage" : "| do row | [arg0] | ",
"contexthelp" : "do row <arg0>",
"name" : "doRow",
"docString" : "",
"annotations" : [ ],
"parameters" : [ {
"name" : "arg0",
"type" : "Parse"
} ],
"exceptions" : [ ],
"returnType" : "void"
}, {
"readableName" : "do cell",
"usage" : "| do | [arg0] | cell | [arg1] | ",
"contexthelp" : "do <arg0> cell <arg1>",
"name" : "doCell",
"docString" : "",
"annotations" : [ ],
"parameters" : [ {
"name" : "arg0",
"type" : "Parse"
}, {
"name" : "arg1",
"type" : "int"
} ],
"exceptions" : [ ],
"returnType" : "void"
}, {
"readableName" : "check",
"usage" : "| check | arg0, arg1, |",
"contexthelp" : "check arg0, arg1,",
"name" : "check",
"docString" : "",
"annotations" : [ ],
"parameters" : [ {
"name" : "arg0",
"type" : "Parse"
}, {
"name" : "arg1",
"type" : "TypeAdapter"
} ],
"exceptions" : [ ],
"returnType" : "void"
}, {
"readableName" : "reset",
"usage" : "| reset |",
"contexthelp" : "reset",
"name" : "reset",
"docString" : "",
"annotations" : [ ],
"parameters" : [ ],
"exceptions" : [ "java.lang.Exception" ],
"returnType" : "void"
}, {
"readableName" : "execute",
"usage" : "| execute |",
"contexthelp" : "execute",
"name" : "execute",
"docString" : "",
"annotations" : [ ],
"parameters" : [ ],
"exceptions" : [ "java.lang.Exception" ],
"returnType" : "void"
}, {
"readableName" : "set forced abort",
"usage" : "| set forced abort | [arg0] | ",
"contexthelp" : "set forced abort <arg0>",
"name" : "setForcedAbort",
"docString" : "",
"annotations" : [ ],
"parameters" : [ {
"name" : "arg0",
"type" : "boolean"
} ],
"exceptions" : [ ],
"returnType" : "void"
}, {
"readableName" : "do tables",
"usage" : "| do tables | [arg0] | ",
"contexthelp" : "do tables <arg0>",
"name" : "doTables",
"docString" : "",
"annotations" : [ ],
"parameters" : [ {
"name" : "arg0",
"type" : "Parse"
} ],
"exceptions" : [ ],
"returnType" : "void"
}, {
"readableName" : "clear symbols",
"usage" : "| clear symbols |",
"contexthelp" : "clear symbols",
"name" : "ClearSymbols",
"docString" : "",
"annotations" : [ ],
"parameters" : [ ],
"exceptions" : [ ],
"returnType" : "void"
}, {
"readableName" : "load fixture",
"usage" : "| load fixture | [arg0] | ",
"contexthelp" : "load fixture <arg0>",
"name" : "loadFixture",
"docString" : "",
"annotations" : [ ],
"parameters" : [ {
"name" : "arg0",
"type" : "String"
} ],
"exceptions" : [ "java.lang.Throwable" ],
"returnType" : "Fixture"
}, {
"readableName" : "get args for table",
"usage" : "| get args for table | [arg0] | ",
"contexthelp" : "get args for table <arg0>",
"name" : "getArgsForTable",
"docString" : "",
"annotations" : [ ],
"parameters" : [ {
"name" : "arg0",
"type" : "Parse"
} ],
"exceptions" : [ ],
"returnType" : "void"
}, {
"readableName" : "do table",
"usage" : "| do table | [arg0] | ",
"contexthelp" : "do table <arg0>",
"name" : "doTable",
"docString" : "",
"annotations" : [ ],
"parameters" : [ {
"name" : "arg0",
"type" : "Parse"
} ],
"exceptions" : [ ],
"returnType" : "void"
}, {
"readableName" : "do rows",
"usage" : "| do rows | [arg0] | ",
"contexthelp" : "do rows <arg0>",
"name" : "doRows",
"docString" : "",
"annotations" : [ ],
"parameters" : [ {
"name" : "arg0",
"type" : "Parse"
} ],
"exceptions" : [ ],
"returnType" : "void"
}, {
"readableName" : "do row",
"usage" : "| do row | [arg0] | ",
"contexthelp" : "do row <arg0>",
"name" : "doRow",
"docString" : "",
"annotations" : [ ],
"parameters" : [ {
"name" : "arg0",
"type" : "Parse"
} ],
"exceptions" : [ ],
"returnType" : "void"
}, {
"readableName" : "do cells",
"usage" : "| do cells | [arg0] | ",
"contexthelp" : "do cells <arg0>",
"name" : "doCells",
"docString" : "",
"annotations" : [ ],
"parameters" : [ {
"name" : "arg0",
"type" : "Parse"
} ],
"exceptions" : [ ],
"returnType" : "void"
}, {
"readableName" : "do cell",
"usage" : "| do | [arg0] | cell | [arg1] | ",
"contexthelp" : "do <arg0> cell <arg1>",
"name" : "doCell",
"docString" : "",
"annotations" : [ ],
"parameters" : [ {
"name" : "arg0",
"type" : "Parse"
}, {
"name" : "arg1",
"type" : "int"
} ],
"exceptions" : [ ],
"returnType" : "void"
}, {
"readableName" : "right",
"usage" : "| right | [arg0] | ",
"contexthelp" : "right <arg0>",
"name" : "right",
"docString" : "",
"annotations" : [ ],
"parameters" : [ {
"name" : "arg0",
"type" : "Parse"
} ],
"exceptions" : [ ],
"returnType" : "void"
}, {
"readableName" : "wrong",
"usage" : "| wrong | [arg0] | ",
"contexthelp" : "wrong <arg0>",
"name" : "wrong",
"docString" : "",
"annotations" : [ ],
"parameters" : [ {
"name" : "arg0",
"type" : "Parse"
} ],
"exceptions" : [ ],
"returnType" : "void"
}, {
"readableName" : "wrong",
"usage" : "| wrong | arg0, arg1, |",
"contexthelp" : "wrong arg0, arg1,",
"name" : "wrong",
"docString" : "",
"annotations" : [ ],
"parameters" : [ {
"name" : "arg0",
"type" : "Parse"
}, {
"name" : "arg1",
"type" : "String"
} ],
"exceptions" : [ ],
"returnType" : "void"
}, {
"readableName" : "ignore",
"usage" : "| ignore | [arg0] | ",
"contexthelp" : "ignore <arg0>",
"name" : "ignore",
"docString" : "",
"annotations" : [ ],
"parameters" : [ {
"name" : "arg0",
"type" : "Parse"
} ],
"exceptions" : [ ],
"returnType" : "void"
}, {
"readableName" : "exception",
"usage" : "| exception | arg0, arg1, |",
"contexthelp" : "exception arg0, arg1,",
"name" : "exception",
"docString" : "",
"annotations" : [ ],
"parameters" : [ {
"name" : "arg0",
"type" : "Parse"
}, {
"name" : "arg1",
"type" : "Throwable"
} ],
"exceptions" : [ ],
"returnType" : "void"
}, {
"readableName" : "is friendly exception",
"usage" : "| is friendly exception | [arg0] | ",
"contexthelp" : "is friendly exception <arg0>",
"name" : "isFriendlyException",
"docString" : "",
"annotations" : [ ],
"parameters" : [ {
"name" : "arg0",
"type" : "Throwable"
} ],
"exceptions" : [ ],
"returnType" : "boolean"
}, {
"readableName" : "counts",
"usage" : "| counts |",
"contexthelp" : "counts",
"name" : "counts",
"docString" : "",
"annotations" : [ ],
"parameters" : [ ],
"exceptions" : [ ],
"returnType" : "String"
}, {
"readableName" : "label",
"usage" : "| label | [arg0] | ",
"contexthelp" : "label <arg0>",
"name" : "label",
"docString" : "",
"annotations" : [ ],
"parameters" : [ {
"name" : "arg0",
"type" : "String"
} ],
"exceptions" : [ ],
"returnType" : "String"
}, {
"readableName" : "gray",
"usage" : "| gray | [arg0] | ",
"contexthelp" : "gray <arg0>",
"name" : "gray",
"docString" : "",
"annotations" : [ ],
"parameters" : [ {
"name" : "arg0",
"type" : "String"
} ],
"exceptions" : [ ],
"returnType" : "String"
}, {
"readableName" : "escape",
"usage" : "| escape | [arg0] | ",
"contexthelp" : "escape <arg0>",
"name" : "escape",
"docString" : "",
"annotations" : [ ],
"parameters" : [ {
"name" : "arg0",
"type" : "String"
} ],
"exceptions" : [ ],
"returnType" : "String"
}, {
"readableName" : "escape",
"usage" : "| escape | arg0, arg1, arg2, |",
"contexthelp" : "escape arg0, arg1, arg2,",
"name" : "escape",
"docString" : "",
"annotations" : [ ],
"parameters" : [ {
"name" : "arg0",
"type" : "String"
}, {
"name" : "arg1",
"type" : "char"
}, {
"name" : "arg2",
"type" : "String"
} ],
"exceptions" : [ ],
"returnType" : "String"
}, {
"readableName" : "camel",
"usage" : "| camel | [arg0] | ",
"contexthelp" : "camel <arg0>",
"name" : "camel",
"docString" : "",
"annotations" : [ ],
"parameters" : [ {
"name" : "arg0",
"type" : "String"
} ],
"exceptions" : [ ],
"returnType" : "String"
}, {
"readableName" : "parse",
"usage" : "| parse | arg0, arg1, |",
"contexthelp" : "parse arg0, arg1,",
"name" : "parse",
"docString" : "",
"annotations" : [ ],
"parameters" : [ {
"name" : "arg0",
"type" : "String"
}, {
"name" : "arg1",
"type" : "Class<?>"
} ],
"exceptions" : [ "java.lang.Exception" ],
"returnType" : "Object"
}, {
"readableName" : "check",
"usage" : "| check | arg0, arg1, |",
"contexthelp" : "check arg0, arg1,",
"name" : "check",
"docString" : "",
"annotations" : [ ],
"parameters" : [ {
"name" : "arg0",
"type" : "Parse"
}, {
"name" : "arg1",
"type" : "TypeAdapter"
} ],
"exceptions" : [ ],
"returnType" : "void"
}, {
"readableName" : "handle blank cell",
"usage" : "| handle blank | [arg0] | cell | [arg1] | ",
"contexthelp" : "handle blank <arg0> cell <arg1>",
"name" : "handleBlankCell",
"docString" : "",
"annotations" : [ ],
"parameters" : [ {
"name" : "arg0",
"type" : "Parse"
}, {
"name" : "arg1",
"type" : "TypeAdapter"
} ],
"exceptions" : [ ],
"returnType" : "void"
}, {
"readableName" : "get args",
"usage" : "| get args |",
"contexthelp" : "get args",
"name" : "getArgs",
"docString" : "",
"annotations" : [ ],
"parameters" : [ ],
"exceptions" : [ ],
"returnType" : "String[]"
}, {
"readableName" : "set symbol",
"usage" : "| set | [arg0] | symbol | [arg1] | ",
"contexthelp" : "set <arg0> symbol <arg1>",
"name" : "setSymbol",
"docString" : "",
"annotations" : [ ],
"parameters" : [ {
"name" : "arg0",
"type" : "String"
}, {
"name" : "arg1",
"type" : "Object"
} ],
"exceptions" : [ ],
"returnType" : "void"
}, {
"readableName" : "get symbol",
"usage" : "| get symbol | [arg0] | ",
"contexthelp" : "get symbol <arg0>",
"name" : "getSymbol",
"docString" : "",
"annotations" : [ ],
"parameters" : [ {
"name" : "arg0",
"type" : "String"
} ],
"exceptions" : [ ],
"returnType" : "Object"
}, {
"readableName" : "has symbol",
"usage" : "| has symbol | [arg0] | ",
"contexthelp" : "has symbol <arg0>",
"name" : "hasSymbol",
"docString" : "",
"annotations" : [ ],
"parameters" : [ {
"name" : "arg0",
"type" : "String"
} ],
"exceptions" : [ ],
"returnType" : "boolean"
}, {
"readableName" : "has parse method",
"usage" : "| has parse method | [arg0] | ",
"contexthelp" : "has parse method <arg0>",
"name" : "hasParseMethod",
"docString" : "",
"annotations" : [ ],
"parameters" : [ {
"name" : "arg0",
"type" : "Class<?>"
} ],
"exceptions" : [ ],
"returnType" : "boolean"
}, {
"readableName" : "call parse method",
"usage" : "| call parse | [arg0] | method | [arg1] | ",
"contexthelp" : "call parse <arg0> method <arg1>",
"name" : "callParseMethod",
"docString" : "",
"annotations" : [ ],
"parameters" : [ {
"name" : "arg0",
"type" : "Class<?>"
}, {
"name" : "arg1",
"type" : "String"
} ],
"exceptions" : [ "java.lang.Exception" ],
"returnType" : "Object"
} ],
"typeName" : "nl.hsac.fitnesse.fixture.leanapps.LalCallColumnFixture",
"name" : "LalCallColumnFixture",
"annotations" : [ ]
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy