junit5-docker icon indicating copy to clipboard operation
junit5-docker copied to clipboard

Add support for @Docker annotation on one test

Open vdemeester opened this issue 9 years ago • 2 comments

Something like

@Test
@Docker(…)
public void myTest() {
    // […]
}

vdemeester avatar Nov 21 '16 21:11 vdemeester

Is it closed by #94 or do we still want to allow annotations per tests (with multiple annotations it could be useful…)

FaustXVI avatar Mar 19 '17 17:03 FaustXVI

Not close by #94, we still want to be able to add a @Docker annotation on one test.

vdemeester avatar Mar 22 '17 20:03 vdemeester