Package

io.finch.test

json

Permalink

package json

Visibility
  1. Public
  2. All

Type Members

  1. case class ExampleCaseClass(a: String, b: Int, c: Boolean) extends Product with Serializable

    Permalink
  2. case class ExampleNestedCaseClass(string: String, double: Double, long: Long, ints: List[Int], example: ExampleCaseClass) extends Product with Serializable

    Permalink
  3. trait JsonCodecProviderProperties extends AnyRef

    Permalink

    Provides tests that check properties about a library that provides JSON codecs for use in Finch.

Value Members

  1. object ArgonautCodecs

    Permalink

    Provides trusted Argonaut codecs for evaluating the codecs provided by the target of our tests.

    Provides trusted Argonaut codecs for evaluating the codecs provided by the target of our tests. Note that we are intentionally not defining the instances as implicits.

  2. object ExampleCaseClass extends Serializable

    Permalink
  3. object ExampleNestedCaseClass extends Serializable

    Permalink

Ungrouped