When using this approach below, by setting up the jUnit with Suites. We got the problem when all @BeforeClass in every Testclass will be executed before any tests starts to
I think, @BeforeClass executes at instanciation.
@BeforeClass