Good day everyone,
I tried searching, but failed to find the answer.
I have a lot of unit tests files that basically execute the same @BeforeClass.
They start jetty web server, add some system properties.
So I'm wondering, is it possible to execute this only once, before unit test will be run?