for me it feels weird. i think junit should suppor...
# strikt
c
for me it feels weird. i think junit should support test methods that have the suspend modifier.
expect { }
is for grouping soft assertions on different subjects and not for avoiding to have to call
runBlocking {}
yourself.