Support inner @State classes

Roman Leventov leventov.ru at gmail.com
Wed Dec 7 03:12:26 UTC 2016


If a @State class is an inner class of another @State class, it could mean
the same dependency as if the first @State class is static and has the
second class as a parameter of it's @Setup method.

It would be nice to have this feature because it would allow to reduce
verbosity of dependent @State classes.


More information about the jmh-dev mailing list