io.finch.test

json

package json

Visibility
  1. Public
  2. All

Type Members

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

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

  3. trait JsonCodecProviderProperties extends AnyRef

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

Value Members

  1. object ArgonautCodecs

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

  2. object ExampleCaseClass extends Serializable

  3. object ExampleNestedCaseClass extends Serializable

Ungrouped