Describe the bug
It seems likely that using test classes which inherit from other test classes which both use JUnit annotations would confuse their storage of state. Right now the annotations use the test class name, which would not be unique if used twice. This happens in the ExtenionBase class.