I started working on junit5 engine. it seems its p...
# failgood
c
I started working on junit5 engine. it seems its possible to run single classes but not if they are declared as object. I like object more than class because I don’t want people to put dependencies in the class and expect that the class is recreated. I think the lifecycle should be totally independent from a class.