robfletcher
07/15/2020, 8:00 PMMichael
07/15/2020, 8:01 PMrobfletcher
07/15/2020, 8:02 PMMichael
07/15/2020, 8:11 PMkapt
is straightforward, but it does not give you the necessary type information to generate assertions. Will have to do more testing before expanding from data classes to other types (classes, sealed classes, inheritance,...)robfletcher
07/15/2020, 8:17 PMchristophsturm
07/16/2020, 10:52 AMMichael
07/16/2020, 10:59 AMbuild.gradle
strikt {
sources += com.acme.MyClass //fqcn
}
christophsturm
07/16/2020, 11:43 AMrobfletcher
07/16/2020, 4:15 PM