File tree 1 file changed +11
-0
lines changed
1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 78
78
<version >${junit.jupiter.version} </version >
79
79
<scope >test</scope >
80
80
</dependency >
81
+ <!-- https://mvnrepository.com/artifact/com.github.xapn/test-as-you-think-core -->
82
+ <dependency >
83
+ <groupId >com.github.xapn</groupId >
84
+ <artifactId >test-as-you-think-core</artifactId >
85
+ <version >0.8-m1</version >
86
+ <scope >test</scope >
87
+ </dependency >
81
88
<!-- https://mvnrepository.com/artifact/org.assertj/assertj-core -->
82
89
<dependency >
83
90
<groupId >org.assertj</groupId >
116
123
<groupId >org.junit.jupiter</groupId >
117
124
<artifactId >junit-jupiter-params</artifactId >
118
125
</dependency >
126
+ <dependency >
127
+ <groupId >com.github.xapn</groupId >
128
+ <artifactId >test-as-you-think-core</artifactId >
129
+ </dependency >
119
130
<dependency >
120
131
<groupId >org.assertj</groupId >
121
132
<artifactId >assertj-core</artifactId >
You can’t perform that action at this time.
0 commit comments