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

META-INF.apidocs.nl.praegus.fitnesse.junit.runner.ToolchainTestRunner.json Maven / Gradle / Ivy

There is a newer version: 1.38.1
Show newest version
{
  "constructors" : [ {
    "readableName" : "toolchain test runner",
    "usage" : "| toolchain test runner | [suiteClass] |",
    "name" : "ToolchainTestRunner",
    "docString" : "",
    "annotations" : [ ],
    "parameters" : [ {
      "name" : "suiteClass",
      "type" : "Class<?>"
    } ],
    "exceptions" : [ "org.junit.runners.model.InitializationError" ]
  } ],
  "qualifiedName" : "nl.praegus.fitnesse.junit.runner.ToolchainTestRunner",
  "publicMethods" : [ {
    "readableName" : "get port",
    "usage" : "| get port | [arg0] | ",
    "contexthelp" : "get port <arg0>",
    "name" : "getPort",
    "docString" : "",
    "annotations" : [ ],
    "parameters" : [ {
      "name" : "arg0",
      "type" : "Class<?>"
    } ],
    "exceptions" : [ ],
    "returnType" : "int"
  }, {
    "readableName" : "run",
    "usage" : "| run | [arg0] | ",
    "contexthelp" : "run <arg0>",
    "name" : "run",
    "docString" : "",
    "annotations" : [ ],
    "parameters" : [ {
      "name" : "arg0",
      "type" : "RunNotifier"
    } ],
    "exceptions" : [ ],
    "returnType" : "void"
  }, {
    "readableName" : "get description factory",
    "usage" : "| get description factory |",
    "contexthelp" : "get description factory",
    "name" : "getDescriptionFactory",
    "docString" : "",
    "annotations" : [ ],
    "parameters" : [ ],
    "exceptions" : [ ],
    "returnType" : "DescriptionFactory"
  }, {
    "readableName" : "set description factory",
    "usage" : "| set description factory | [arg0] | ",
    "contexthelp" : "set description factory <arg0>",
    "name" : "setDescriptionFactory",
    "docString" : "",
    "annotations" : [ ],
    "parameters" : [ {
      "name" : "arg0",
      "type" : "DescriptionFactory"
    } ],
    "exceptions" : [ ],
    "returnType" : "void"
  }, {
    "readableName" : "get test class",
    "usage" : "| get test class |",
    "contexthelp" : "get test class",
    "name" : "getTestClass",
    "docString" : "",
    "annotations" : [ ],
    "parameters" : [ ],
    "exceptions" : [ ],
    "returnType" : "TestClass"
  }, {
    "readableName" : "get description",
    "usage" : "| get description |",
    "contexthelp" : "get description",
    "name" : "getDescription",
    "docString" : "",
    "annotations" : [ ],
    "parameters" : [ ],
    "exceptions" : [ ],
    "returnType" : "Description"
  }, {
    "readableName" : "run",
    "usage" : "| run | [arg0] | ",
    "contexthelp" : "run <arg0>",
    "name" : "run",
    "docString" : "",
    "annotations" : [ ],
    "parameters" : [ {
      "name" : "arg0",
      "type" : "RunNotifier"
    } ],
    "exceptions" : [ ],
    "returnType" : "void"
  }, {
    "readableName" : "filter",
    "usage" : "| filter | [arg0] | ",
    "contexthelp" : "filter <arg0>",
    "name" : "filter",
    "docString" : "",
    "annotations" : [ ],
    "parameters" : [ {
      "name" : "arg0",
      "type" : "Filter"
    } ],
    "exceptions" : [ "org.junit.runner.manipulation.NoTestsRemainException" ],
    "returnType" : "void"
  }, {
    "readableName" : "sort",
    "usage" : "| sort | [arg0] | ",
    "contexthelp" : "sort <arg0>",
    "name" : "sort",
    "docString" : "",
    "annotations" : [ ],
    "parameters" : [ {
      "name" : "arg0",
      "type" : "Sorter"
    } ],
    "exceptions" : [ ],
    "returnType" : "void"
  }, {
    "readableName" : "order",
    "usage" : "| order | [arg0] | ",
    "contexthelp" : "order <arg0>",
    "name" : "order",
    "docString" : "",
    "annotations" : [ ],
    "parameters" : [ {
      "name" : "arg0",
      "type" : "Orderer"
    } ],
    "exceptions" : [ "org.junit.runner.manipulation.InvalidOrderingException" ],
    "returnType" : "void"
  }, {
    "readableName" : "set scheduler",
    "usage" : "| set scheduler | [arg0] | ",
    "contexthelp" : "set scheduler <arg0>",
    "name" : "setScheduler",
    "docString" : "",
    "annotations" : [ ],
    "parameters" : [ {
      "name" : "arg0",
      "type" : "RunnerScheduler"
    } ],
    "exceptions" : [ ],
    "returnType" : "void"
  }, {
    "readableName" : "get description",
    "usage" : "| get description |",
    "contexthelp" : "get description",
    "name" : "getDescription",
    "docString" : "",
    "annotations" : [ ],
    "parameters" : [ ],
    "exceptions" : [ ],
    "returnType" : "Description"
  }, {
    "readableName" : "run",
    "usage" : "| run | [arg0] | ",
    "contexthelp" : "run <arg0>",
    "name" : "run",
    "docString" : "",
    "annotations" : [ ],
    "parameters" : [ {
      "name" : "arg0",
      "type" : "RunNotifier"
    } ],
    "exceptions" : [ ],
    "returnType" : "void"
  }, {
    "readableName" : "test count",
    "usage" : "| test count |",
    "contexthelp" : "test count",
    "name" : "testCount",
    "docString" : "",
    "annotations" : [ ],
    "parameters" : [ ],
    "exceptions" : [ ],
    "returnType" : "int"
  } ],
  "typeName" : "nl.praegus.fitnesse.junit.runner.ToolchainTestRunner",
  "name" : "ToolchainTestRunner",
  "annotations" : [ ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy