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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,8 +33,9 @@ Code snippets for articles posted at 4comprehension.com provided "as-is" and org
33
33
-[Be Careful with CompletableFuture.applyToEither and Exceptions](https://4comprehension.com/be-careful-with-completablefuture-applytoeither/)[(snippets)](https://github.com/pivovarit/articles/blob/master/java-completable-future-allof/src/main/java/com/pivovarit/allof/CompletableFutures.java)
34
34
-[Improving Java's Visibility Modifiers with ArchUnit](https://4comprehension.com/improving-java-visibility-modifiers/)[(snippets)](https://github.com/pivovarit/articles/tree/master/java-archunit)
35
35
-[How to Stop a Java Thread Without Using Thread.stop()?](https://4comprehension.com/how-to-stop-a-java-thread-without-using-thread-stop/)[(snippets)](https://github.com/pivovarit/articles/tree/master/java-thread-stop)
36
+
-[Accidental Time Travel with Wiremock, SimpleDateFormat and Fractional Seconds](https://4comprehension.com/accidental-time-travel-with-wiremock/)[(snippets)]https://github.com/pivovarit/articles/tree/master/java-wiremock-timetravel
36
37
37
38
## Running
38
-
In most cases, I'm using a simple unit-testing infrastructure to squeeze multiple examples in a single file - it's enough to import the module in your IDE and run JUnit tests.
39
+
In most cases, I'm using a simple unit-testing infrastructure to squeeze multiple examples into a single file — it's enough to import the module in your IDE and run JUnit tests.
39
40
40
41
However, there might be some exceptions - in such cases, you will find instructions in matching articles
Copy file name to clipboardExpand all lines: hamming-error-correction/src/test/kotlin/com/pivovarit/hamming/domain/encode/stateless/HammingEncoderTest.kt
0 commit comments