Package

skinny

test

Permalink

package test

Visibility
  1. Public
  2. All

Type Members

  1. class HeaderValueHolder extends AnyRef

    Permalink
  2. trait MockApiController extends MockControllerBase

    Permalink

    Mock of SkinnyApiController.

  3. trait MockApiServlet extends MockControllerBase

    Permalink

    Mock of SkinnyApiServlet.

  4. trait MockController extends MockControllerBase with MockWebPageControllerFeatures

    Permalink

    Mock of SkinnyController.

  5. trait MockControllerBase extends controller.SkinnyControllerBase with JSONParamsAutoBinderFeature

    Permalink

    Mock Controller Base.

  6. case class MockHaltException(status: Option[Int], reason: Option[String], headers: Map[String, String], body: Any) extends Throwable with Product with Serializable

    Permalink

    Mocked org.scalatra.HaltException.

  7. class MockHttpServletRequest extends HttpServletRequest

    Permalink
  8. class MockHttpServletResponse extends HttpServletResponse

    Permalink
  9. class MockHttpSession extends HttpSession

    Permalink
  10. trait MockServlet extends controller.SkinnyServlet with MockControllerBase with MockWebPageControllerFeatures

    Permalink

    Mock of SkinnyServlet.

  11. class MockServletOutputStream extends ServletOutputStream

    Permalink
  12. trait MockWebPageControllerFeatures extends AnyRef

    Permalink

    Mock of SkinnyWebPageControllerFeatures.

  13. trait SkinnyTestSupport extends logging.LoggerProvider

    Permalink

    Skinny framework testing support

Value Members

  1. object HeaderValueHolder

    Permalink
  2. package scalatest

    Permalink

Ungrouped