meet-eat / meet-eat-server

Backend implementation of Meet & Eat.
MIT License
0 stars 0 forks source link

[FEATURE] Change test framework to get access to beforeAll non-statically #4

Open gstuer opened 4 years ago

gstuer commented 4 years ago

Circumstances At the moment it is impossible to init or clean up autowired non-static fields in test classes without doing it before or after every test method call.

Recommended Solution Use another test framework.

Alternatives Yet unknown.