File tree 9 files changed +55
-15
lines changed
src/test/java/io/toolisticon/cute/extension/junit4
src/test/java/io/toolisticon/cute/extension/junit5
main/java/io/toolisticon/cute/extension/plainjava
test/java/io/toolisticon/cute/extension/plainjava
src/test/java/io/toolisticon/cute/extension/testng
9 files changed +55
-15
lines changed Original file line number Diff line number Diff line change 20
20
<artifactId >spiap-api</artifactId >
21
21
</dependency >
22
22
23
- <dependency >
24
- <groupId >io.toolisticon.spiap</groupId >
25
- <artifactId >spiap-processor</artifactId >
26
- </dependency >
27
-
28
23
</dependencies >
29
24
30
25
31
26
<build >
32
27
33
28
<plugins >
34
29
30
+ <plugin >
31
+ <artifactId >maven-compiler-plugin</artifactId >
32
+ <configuration combine.self=" append" >
33
+ <annotationProcessorPaths >
34
+ <path >
35
+ <groupId >io.toolisticon.spiap</groupId >
36
+ <artifactId >spiap-processor</artifactId >
37
+ <version >${spiap.version} </version >
38
+ </path >
39
+ <path >
40
+ <groupId >io.toolisticon.spiap</groupId >
41
+ <artifactId >spiap-api</artifactId >
42
+ <version >${spiap.version} </version >
43
+ </path >
44
+ </annotationProcessorPaths >
45
+ </configuration >
46
+ </plugin >
47
+
48
+
35
49
<plugin >
36
50
<artifactId >maven-enforcer-plugin</artifactId >
37
51
<executions >
Original file line number Diff line number Diff line change 44
44
<build >
45
45
46
46
<plugins >
47
-
47
+ <plugin >
48
+ <artifactId >maven-compiler-plugin</artifactId >
49
+ <configuration combine.self=" append" >
50
+ <annotationProcessorPaths >
51
+ <path >
52
+ <groupId >io.toolisticon.spiap</groupId >
53
+ <artifactId >spiap-processor</artifactId >
54
+ <version >${spiap.version} </version >
55
+ </path >
56
+ <path >
57
+ <groupId >io.toolisticon.spiap</groupId >
58
+ <artifactId >spiap-api</artifactId >
59
+ <version >${spiap.version} </version >
60
+ </path >
61
+ </annotationProcessorPaths >
62
+ </configuration >
63
+ </plugin >
48
64
<plugin >
49
65
<artifactId >maven-enforcer-plugin</artifactId >
50
66
<executions >
Original file line number Diff line number Diff line change 1
- package io .toolisticon .cute .extension .plainjava ;
1
+ package io .toolisticon .cute .extension .junit4 ;
2
2
3
- import io .toolisticon .cute .extension .api .AssertionSpi ;
4
- import io .toolisticon .cute .extension .api .AssertionSpiServiceLocator ;
5
- import io .toolisticon .cute .extension .junit4 .JUnit4Assertion ;
6
3
import org .hamcrest .MatcherAssert ;
7
4
import org .hamcrest .Matchers ;
8
5
import org .junit .Assert ;
9
6
import org .junit .Test ;
10
7
8
+ import io .toolisticon .cute .extension .api .AssertionSpi ;
9
+ import io .toolisticon .cute .extension .api .AssertionSpiServiceLocator ;
10
+
11
11
/**
12
12
* Unit test for {@link JUnit4Assertion}.
13
13
*/
Original file line number Diff line number Diff line change 49
49
<artifactId >spiap-processor</artifactId >
50
50
<version >${spiap.version} </version >
51
51
</path >
52
+ <path >
53
+ <groupId >io.toolisticon.spiap</groupId >
54
+ <artifactId >spiap-api</artifactId >
55
+ <version >${spiap.version} </version >
56
+ </path >
52
57
</annotationProcessorPaths >
53
58
</configuration >
54
59
</plugin >
60
+
55
61
56
62
<plugin >
57
63
<artifactId >maven-enforcer-plugin</artifactId >
Original file line number Diff line number Diff line change 2
2
3
3
import io .toolisticon .cute .extension .api .AssertionSpi ;
4
4
import io .toolisticon .cute .extension .api .AssertionSpiServiceLocator ;
5
+
5
6
import org .hamcrest .MatcherAssert ;
6
7
import org .hamcrest .Matchers ;
7
8
import org .junit .jupiter .api .Assertions ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
package io .toolisticon .cute .extension .plainjava ;
2
2
3
3
import io .toolisticon .cute .extension .api .AssertionSpi ;
4
+ import io .toolisticon .cute .extension .api .AssertionSpiServiceLocator ;
5
+
4
6
import org .hamcrest .MatcherAssert ;
5
7
import org .hamcrest .Matchers ;
6
8
import org .junit .Assert ;
Original file line number Diff line number Diff line change 48
48
<artifactId >spiap-processor</artifactId >
49
49
<version >${spiap.version} </version >
50
50
</path >
51
+ <path >
52
+ <groupId >io.toolisticon.spiap</groupId >
53
+ <artifactId >spiap-api</artifactId >
54
+ <version >${spiap.version} </version >
55
+ </path >
51
56
</annotationProcessorPaths >
52
57
</configuration >
53
58
</plugin >
Original file line number Diff line number Diff line change 2
2
3
3
import io .toolisticon .cute .extension .api .AssertionSpi ;
4
4
import io .toolisticon .cute .extension .api .AssertionSpiServiceLocator ;
5
+
5
6
import org .hamcrest .MatcherAssert ;
6
7
import org .hamcrest .Matchers ;
7
8
import org .testng .Assert ;
You can’t perform that action at this time.
0 commit comments