All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.apidocs.nl.hsac.fitnesse.fixture.slim.MockXmlServerSetup.json Maven / Gradle / Ivy

There is a newer version: 5.3.17
Show newest version
{
  "constructors" : [ {
    "readableName" : "mock xml server setup",
    "usage" : "| mock xml server setup |",
    "name" : "MockXmlServerSetup",
    "docString" : "",
    "annotations" : [ ],
    "parameters" : [ ],
    "exceptions" : [ ]
  }, {
    "readableName" : "mock xml server setup",
    "usage" : "| mock xml server setup | [aPath] |",
    "name" : "MockXmlServerSetup",
    "docString" : "",
    "annotations" : [ ],
    "parameters" : [ {
      "name" : "aPath",
      "type" : "String"
    } ],
    "exceptions" : [ ]
  }, {
    "readableName" : "mock xml server setup",
    "usage" : "| mock xml server setup | [host] | [ports] | [aPath] |",
    "name" : "MockXmlServerSetup",
    "docString" : "",
    "annotations" : [ ],
    "parameters" : [ {
      "name" : "host",
      "type" : "String"
    }, {
      "name" : "ports",
      "type" : "String"
    }, {
      "name" : "aPath",
      "type" : "String"
    } ],
    "exceptions" : [ ]
  }, {
    "readableName" : "mock xml server setup",
    "usage" : "| mock xml server setup | [aPath] | [creator] |",
    "name" : "MockXmlServerSetup",
    "docString" : "",
    "annotations" : [ ],
    "parameters" : [ {
      "name" : "aPath",
      "type" : "String"
    }, {
      "name" : "creator",
      "type" : "Supplier<HttpServe>"
    } ],
    "exceptions" : [ ]
  } ],
  "qualifiedName" : "nl.hsac.fitnesse.fixture.slim.MockXmlServerSetup",
  "publicMethods" : [ {
    "readableName" : "get mock server",
    "usage" : "| get mock server | [aPath] | ",
    "contexthelp" : "get mock server <aPath>",
    "name" : "getMockServer",
    "docString" : "",
    "annotations" : [ ],
    "parameters" : [ {
      "name" : "aPath",
      "type" : "String"
    } ],
    "exceptions" : [ ],
    "returnType" : "HttpServer<MockXmlHttpResponseSequence>"
  }, {
    "readableName" : "remove mock server",
    "usage" : "| remove mock server | [aPath] | ",
    "contexthelp" : "remove mock server <aPath>",
    "name" : "removeMockServer",
    "docString" : "",
    "annotations" : [ ],
    "parameters" : [ {
      "name" : "aPath",
      "type" : "String"
    } ],
    "exceptions" : [ ],
    "returnType" : "void"
  }, {
    "readableName" : "get responses",
    "usage" : "| get responses | [aPath] | ",
    "contexthelp" : "get responses <aPath>",
    "name" : "getResponses",
    "docString" : "",
    "annotations" : [ ],
    "parameters" : [ {
      "name" : "aPath",
      "type" : "String"
    } ],
    "exceptions" : [ ],
    "returnType" : "List<XmlHttpResponse>"
  }, {
    "readableName" : "create mock server",
    "usage" : "| create | [host] | mock | [ports] | server | [aPath] | ",
    "contexthelp" : "create <host> mock <ports> server <aPath>",
    "name" : "createMockServer",
    "docString" : "",
    "annotations" : [ ],
    "parameters" : [ {
      "name" : "host",
      "type" : "String"
    }, {
      "name" : "ports",
      "type" : "String"
    }, {
      "name" : "aPath",
      "type" : "String"
    } ],
    "exceptions" : [ ],
    "returnType" : "HttpServer<MockXmlHttpResponseSequence>"
  }, {
    "readableName" : "get port range",
    "usage" : "| get port range | [ports] | ",
    "contexthelp" : "get port range <ports>",
    "name" : "getPortRange",
    "docString" : "",
    "annotations" : [ ],
    "parameters" : [ {
      "name" : "ports",
      "type" : "String"
    } ],
    "exceptions" : [ ],
    "returnType" : "int[]"
  }, {
    "readableName" : "get inet address",
    "usage" : "| get inet address | [host] | ",
    "contexthelp" : "get inet address <host>",
    "name" : "getInetAddress",
    "docString" : "",
    "annotations" : [ ],
    "parameters" : [ {
      "name" : "host",
      "type" : "String"
    } ],
    "exceptions" : [ ],
    "returnType" : "InetAddress"
  }, {
    "readableName" : "create mock server",
    "usage" : "| create mock server | [aPath] | ",
    "contexthelp" : "create mock server <aPath>",
    "name" : "createMockServer",
    "docString" : "",
    "annotations" : [ ],
    "parameters" : [ {
      "name" : "aPath",
      "type" : "String"
    } ],
    "exceptions" : [ ],
    "returnType" : "HttpServer<MockXmlHttpResponseSequence>"
  }, {
    "readableName" : "add response for",
    "usage" : "| add response | [aResponse] | for | [aRequest] | ",
    "contexthelp" : "add response <aResponse> for <aRequest>",
    "name" : "addResponseFor",
    "docString" : "",
    "annotations" : [ ],
    "parameters" : [ {
      "name" : "aResponse",
      "type" : "String"
    }, {
      "name" : "aRequest",
      "type" : "String"
    } ],
    "exceptions" : [ ],
    "returnType" : "void"
  }, {
    "readableName" : "add response",
    "usage" : "| add response | [aResponse] | ",
    "contexthelp" : "add response <aResponse>",
    "name" : "addResponse",
    "docString" : "",
    "annotations" : [ ],
    "parameters" : [ {
      "name" : "aResponse",
      "type" : "String"
    } ],
    "exceptions" : [ ],
    "returnType" : "void"
  }, {
    "readableName" : "add response with status",
    "usage" : "| add response with | [aResponse] | status | [aStatusCode] | ",
    "contexthelp" : "add response with <aResponse> status <aStatusCode>",
    "name" : "addResponseWithStatus",
    "docString" : "",
    "annotations" : [ ],
    "parameters" : [ {
      "name" : "aResponse",
      "type" : "String"
    }, {
      "name" : "aStatusCode",
      "type" : "int"
    } ],
    "exceptions" : [ ],
    "returnType" : "void"
  }, {
    "readableName" : "add response with headers",
    "usage" : "| add response with | [aResponse] | headers | [headers] | ",
    "contexthelp" : "add response with <aResponse> headers <headers>",
    "name" : "addResponseWithHeaders",
    "docString" : "",
    "annotations" : [ ],
    "parameters" : [ {
      "name" : "aResponse",
      "type" : "String"
    }, {
      "name" : "headers",
      "type" : "Map<Object>"
    } ],
    "exceptions" : [ ],
    "returnType" : "void"
  }, {
    "readableName" : "add response with status and headers",
    "usage" : "| add response with status | [aResponse] | and | [aStatusCode] | headers | [headers] | ",
    "contexthelp" : "add response with status <aResponse> and <aStatusCode> headers <headers>",
    "name" : "addResponseWithStatusAndHeaders",
    "docString" : "",
    "annotations" : [ ],
    "parameters" : [ {
      "name" : "aResponse",
      "type" : "String"
    }, {
      "name" : "aStatusCode",
      "type" : "int"
    }, {
      "name" : "headers",
      "type" : "Map<Object>"
    } ],
    "exceptions" : [ ],
    "returnType" : "void"
  }, {
    "readableName" : "add response file",
    "usage" : "| add response file | [aResponseFile] | ",
    "contexthelp" : "add response file <aResponseFile>",
    "name" : "addResponseFile",
    "docString" : "",
    "annotations" : [ ],
    "parameters" : [ {
      "name" : "aResponseFile",
      "type" : "String"
    } ],
    "exceptions" : [ ],
    "returnType" : "void"
  }, {
    "readableName" : "add response file with headers",
    "usage" : "| add response file with | [aResponseFile] | headers | [headers] | ",
    "contexthelp" : "add response file with <aResponseFile> headers <headers>",
    "name" : "addResponseFileWithHeaders",
    "docString" : "",
    "annotations" : [ ],
    "parameters" : [ {
      "name" : "aResponseFile",
      "type" : "String"
    }, {
      "name" : "headers",
      "type" : "Map<Object>"
    } ],
    "exceptions" : [ ],
    "returnType" : "void"
  }, {
    "readableName" : "add response file with status",
    "usage" : "| add response file with | [aResponseFile] | status | [aStatusCode] | ",
    "contexthelp" : "add response file with <aResponseFile> status <aStatusCode>",
    "name" : "addResponseFileWithStatus",
    "docString" : "",
    "annotations" : [ ],
    "parameters" : [ {
      "name" : "aResponseFile",
      "type" : "String"
    }, {
      "name" : "aStatusCode",
      "type" : "int"
    } ],
    "exceptions" : [ ],
    "returnType" : "void"
  }, {
    "readableName" : "get mock server url",
    "usage" : "| get mock server url |",
    "contexthelp" : "get mock server url",
    "name" : "getMockServerUrl",
    "docString" : "@return url this server is listening on.",
    "annotations" : [ ],
    "parameters" : [ ],
    "exceptions" : [ ],
    "returnType" : "String"
  }, {
    "readableName" : "verify all responses served",
    "usage" : "| verify all responses served |",
    "contexthelp" : "verify all responses served",
    "name" : "verifyAllResponsesServed",
    "docString" : "",
    "annotations" : [ ],
    "parameters" : [ ],
    "exceptions" : [ ],
    "returnType" : "boolean"
  }, {
    "readableName" : "verify no extra requests",
    "usage" : "| verify no extra requests |",
    "contexthelp" : "verify no extra requests",
    "name" : "verifyNoExtraRequests",
    "docString" : "",
    "annotations" : [ ],
    "parameters" : [ ],
    "exceptions" : [ ],
    "returnType" : "boolean"
  }, {
    "readableName" : "stop",
    "usage" : "| stop |",
    "contexthelp" : "stop",
    "name" : "stop",
    "docString" : "",
    "annotations" : [ ],
    "parameters" : [ ],
    "exceptions" : [ ],
    "returnType" : "void"
  }, {
    "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.MockXmlServerSetup",
  "name" : "MockXmlServerSetup",
  "annotations" : [ ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy