eeverman / eeverman/andhow

Is it a bug if the JUnit Annotations are used in parent classes

Open
#737 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
25
Forks
34
PR merge metrics
No merged PRs in 30d

Description

**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](https://github.com/eeverman/andhow/blob/0effe4dac390fc8eb2ac11456017f0432fd9e340/andhow-junit5-extensions/src/main/java/org/yarnandtail/andhow/junit5/ext/ExtensionBase.java#L5) class.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.