com.websudos.reactiveneo

client

package client

Visibility
  1. Public
  2. All

Type Members

  1. class ServerMock extends AnyRef

    A simple server to be used in testing.

    A simple server to be used in testing. Server is occupying a socket and therefore should be closed after the test.

  2. trait ServerMockSugar extends AnyRef

  3. trait TestNeo4jServer extends Suite

    A base for tests that require embedded Neo4j.

    A base for tests that require embedded Neo4j. It leverages com.websudos.reactiveneo.client.ServerMock to handle http requests.

Ungrouped