junit5-docker
junit5-docker copied to clipboard
Add support for @Docker annotation on one test
Something like
@Test
@Docker(…)
public void myTest() {
// […]
}
Is it closed by #94 or do we still want to allow annotations per tests (with multiple annotations it could be useful…)
Not close by #94, we still want to be able to add a @Docker annotation on one test.