I can't show the project because of the company's confidentiality.
I'll try to explain it differently.
For example, I have 2 classes BottomSheetTests and ChangeAvatarTests. They are not related to each other.
I run one test through IntelliJ IDEA in the ChangeAvatarTests class. Before running it, the data in the BottomSheetTests class is initialized, as well as in all other classes. I can initialize them in @BeforeClass, but this is extra code and you always need to make sure that other people who write tests do not forget to do this. This can be checked by setting breakpoints on the fields of the test classes.