nfrankel
03/31/2019, 7:18 PMrocketraman
04/02/2019, 4:19 AMnfrankel
04/02/2019, 6:48 AMchristophsturm
04/03/2019, 3:17 PMexpectThat(frodo.age).describedAs("${frodo.name}'s age").isEqualTo(44)
can also be written as expectThat(frodo).get{age}.isEqualTo(44)
in strikt. thats one of the main advantages of striktnfrankel
04/04/2019, 7:40 AMchristophsturm
04/04/2019, 8:09 AMget
you also get a specific error message that mentions the field name