You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,16 @@ junit-rules
5
5
6
6
A collection of useful JUnit rules from Unruly's codebases
7
7
8
+
## Install from Maven Central
9
+
10
+
```xml
11
+
<dependency>
12
+
<groupId>co.unruly</groupId>
13
+
<artifactId>junit-rules</artifactId>
14
+
<version>1.0</version>
15
+
</dependency>
16
+
```
17
+
8
18
## Ignore tests until a certain date.
9
19
10
20
This allows you to write an acceptance/integration test before implementing a feature, and integrate it into your codebase before the implementation is complete.
0 commit comments