File tree 2 files changed +18
-0
lines changed
2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
A JUnit5 extension to reduce boilerplate code for testing code which utilizes OpenFeature.
4
4
5
+ ## Installation
6
+ <!-- x-release-please-start-version -->
7
+ ``` xml
8
+ <dependency >
9
+ <groupId >dev.openfeature.contrib.tools</groupId >
10
+ <artifactId >junitopenfeature</artifactId >
11
+ <version >0.0.0</version >
12
+ <scope >test</scope >
13
+ </dependency >
14
+ ```
15
+ <!-- x-release-please-end-version -->
16
+
5
17
## Getting Started
6
18
7
19
We are supporting two different flavors for testing, a [ simple] ( #simple-configuration ) and an [ extended] ( #extended-configuration ) configuration.
Original file line number Diff line number Diff line change 33
33
<scope >provided</scope >
34
34
</dependency >
35
35
36
+ <dependency >
37
+ <groupId >org.apache.commons</groupId >
38
+ <artifactId >commons-lang3</artifactId >
39
+ <version >3.15.0</version >
40
+ </dependency >
41
+
36
42
<dependency >
37
43
<groupId >org.junit.jupiter</groupId >
38
44
<artifactId >junit-jupiter-api</artifactId >
You can’t perform that action at this time.
0 commit comments