JsonDecoderTest

final class JsonDecoderTest[A]
class Object
trait Matchable
class Any

Value members

Concrete methods

def assertDecode(json: String, expect: A)(implicit l: Line): Unit
def assertDecode(json: Json, expect: A)(implicit l: Line): Unit
def assertDecodeResult(json: Json, expect: Result[A])(implicit l: Line): Unit
def decodeOrThrow(s: String): A