File tree Expand file tree Collapse file tree
src/test/java/io/qameta/allure
src/test/java/io/qameta/allure/jbehave Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ dependencies {
1313 testImplementation(" io.github.benas:random-beans" )
1414 testImplementation(" io.github.glytching:junit-extensions" )
1515 testImplementation(" org.assertj:assertj-core" )
16- testImplementation(" org.junit-pioneer:junit-pioneer" )
1716 testImplementation(" org.junit.jupiter:junit-jupiter-api" )
1817 testImplementation(" org.junit.jupiter:junit-jupiter-params" )
1918 testImplementation(" org.mockito:mockito-core" )
Original file line number Diff line number Diff line change 1717
1818import io .qameta .allure .model .TestResult ;
1919import org .junit .jupiter .api .Test ;
20- import org .junit .jupiter .api .extension .ExtendWith ;
21- import org .junitpioneer .jupiter .TempDirectory ;
22- import org .junitpioneer .jupiter .TempDirectory .TempDir ;
20+ import org .junit .jupiter .api .io .TempDir ;
2321
2422import java .nio .file .Path ;
2523import java .util .UUID ;
3129/**
3230 * @author charlie (Dmitry Baev).
3331 */
34- @ ExtendWith (TempDirectory .class )
3532public class FileSystemResultsWriterTest {
3633
3734 @ Test
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ dependencies {
99 api(project(" :allure-java-commons" ))
1010 implementation(" org.jbehave:jbehave-core:$jbehaveVersion " )
1111 testImplementation(" org.assertj:assertj-core" )
12- testImplementation(" org.junit-pioneer:junit-pioneer" )
1312 testImplementation(" org.junit.jupiter:junit-jupiter-api" )
1413 testImplementation(" org.mockito:mockito-core" )
1514 testImplementation(" org.slf4j:slf4j-simple" )
Original file line number Diff line number Diff line change 3838import org .jbehave .core .steps .InjectableStepsFactory ;
3939import org .jbehave .core .steps .InstanceStepsFactory ;
4040import org .junit .jupiter .api .Test ;
41- import org .junit .jupiter .api .extension .ExtendWith ;
42- import org .junitpioneer .jupiter .TempDirectory ;
41+ import org .junit .jupiter .api .io .TempDir ;
4342
4443import java .io .File ;
4544import java .nio .file .Path ;
5352/**
5453 * @author charlie (Dmitry Baev).
5554 */
56- @ ExtendWith (TempDirectory .class )
5755class AllureJbehaveTest {
5856
59- private final Path temp ;
60-
61- public AllureJbehaveTest (@ TempDirectory .TempDir final Path temp ) {
62- this .temp = temp ;
63- }
57+ @ TempDir
58+ Path temp ;
6459
6560 @ Test
6661 void shouldSetName () {
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ dependencies {
1111 implementation(" net.javacrumbs.json-unit:json-unit:$jsonUnitVersion " )
1212 implementation(" org.apache.commons:commons-lang3" )
1313 testImplementation(" org.assertj:assertj-core" )
14- testImplementation(" org.junit-pioneer:junit-pioneer" )
1514 testImplementation(" org.junit.jupiter:junit-jupiter-api" )
1615 testImplementation(" org.mockito:mockito-core" )
1716 testImplementation(" org.slf4j:slf4j-simple" )
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ dependencies {
99 api(project(" :allure-java-commons" ))
1010 implementation(" junit:junit:$junitVersion " )
1111 testImplementation(" org.assertj:assertj-core" )
12- testImplementation(" org.junit-pioneer:junit-pioneer" )
1312 testImplementation(" org.junit.jupiter:junit-jupiter-api" )
1413 testImplementation(" org.mockito:mockito-core" )
1514 testImplementation(" org.slf4j:slf4j-simple" )
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ dependencies {
77 implementation(" com.fasterxml.jackson.core:jackson-databind" )
88 testImplementation(" io.github.benas:random-beans" )
99 testImplementation(" org.assertj:assertj-core" )
10- testImplementation(" org.junit-pioneer:junit-pioneer" )
1110 testImplementation(" org.junit.jupiter:junit-jupiter-api" )
1211 testImplementation(" org.mockito:mockito-core" )
1312 testImplementation(" org.slf4j:slf4j-simple" )
Original file line number Diff line number Diff line change @@ -100,7 +100,6 @@ configure(subprojects) {
100100 dependency(" org.freemarker:freemarker:2.3.28" )
101101 dependency(" org.jboss.resteasy:resteasy-client:3.6.2.Final" )
102102 dependency(" org.jooq:joor-java-8:0.9.10" )
103- dependency(" org.junit-pioneer:junit-pioneer:0.3.0" )
104103 dependency(" org.mock-server:mockserver-netty:5.5.1" )
105104 dependency(" org.mockito:mockito-core:2.24.0" )
106105 dependency(" org.slf4j:slf4j-api:1.7.25" )
You can’t perform that action at this time.
0 commit comments