File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/java/io/testomat/cucumber/constructor Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 50
50
<dependency >
51
51
<groupId >io.testomat</groupId >
52
52
<artifactId >java-reporter-core</artifactId >
53
- <version >0.8.1 </version >
53
+ <version >0.8.3 </version >
54
54
</dependency >
55
55
<dependency >
56
56
<groupId >io.cucumber</groupId >
Original file line number Diff line number Diff line change 1
1
package io .testomat .cucumber .constructor ;
2
2
3
3
import io .cucumber .plugin .event .TestCaseFinished ;
4
- import io .testomat .core .StepStorage ;
5
- import io .testomat .core .TestStep ;
6
4
import io .testomat .core .model .ExceptionDetails ;
7
5
import io .testomat .core .model .TestResult ;
6
+ import io .testomat .core .step .StepStorage ;
7
+ import io .testomat .core .step .TestStep ;
8
8
import io .testomat .cucumber .extractor .TestDataExtractor ;
9
9
import java .util .List ;
10
10
You can’t perform that action at this time.
0 commit comments