META-INF.apidocs.nl.hsac.fitnesse.fixture.fit.MapColumnFixture.MapBinding.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" : "map binding",
"usage" : "| map binding | [headerName] |",
"name" : "MapBinding",
"docString" : "",
"annotations" : [ ],
"parameters" : [ {
"name" : "headerName",
"type" : "String"
} ],
"exceptions" : [ ]
} ],
"qualifiedName" : "nl.hsac.fitnesse.fixture.fit.MapColumnFixture.MapBinding",
"publicMethods" : [ {
"readableName" : "do cell",
"usage" : "| do | [aFixture] | cell | [aCell] | ",
"contexthelp" : "do <aFixture> cell <aCell>",
"name" : "doCell",
"docString" : "",
"annotations" : [ "Override" ],
"parameters" : [ {
"name" : "aFixture",
"type" : "Fixture"
}, {
"name" : "aCell",
"type" : "Parse"
} ],
"exceptions" : [ "java.lang.Throwable" ],
"returnType" : "void"
}, {
"readableName" : "create",
"usage" : "| create | arg0, arg1, |",
"contexthelp" : "create arg0, arg1,",
"name" : "create",
"docString" : "",
"annotations" : [ ],
"parameters" : [ {
"name" : "arg0",
"type" : "Fixture"
}, {
"name" : "arg1",
"type" : "String"
} ],
"exceptions" : [ "java.lang.Throwable" ],
"returnType" : "Binding"
}, {
"readableName" : "do cell",
"usage" : "| do | [arg0] | cell | [arg1] | ",
"contexthelp" : "do <arg0> cell <arg1>",
"name" : "doCell",
"docString" : "",
"annotations" : [ ],
"parameters" : [ {
"name" : "arg0",
"type" : "Fixture"
}, {
"name" : "arg1",
"type" : "Parse"
} ],
"exceptions" : [ "java.lang.Throwable" ],
"returnType" : "void"
} ],
"typeName" : "nl.hsac.fitnesse.fixture.fit.MapColumnFixture.MapBinding",
"name" : "MapBinding",
"annotations" : [ ]
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy