Skip to content

Commit f45e934

Browse files
committed
docs: reference to SnakeYAML pull request
1 parent 62c0108 commit f45e934

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

turbo-unit-core/src/test/java/org/fugerit/java/turbo/unit/core/jul/TestExampleJavaUtilLogging.java

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,16 @@
1313
import java.util.logging.Logger;
1414

1515
/*
16-
* This class test if a specific line of log has been written using java util logging
16+
* This class test if a specific line of log has been written using java util logging.
17+
*
18+
* I used this Unit Test the first time for a request on a PR I opened on SnakeYAML project :
19+
*
20+
* https://github.com/snakeyaml/snakeyaml/pull/17
21+
*
22+
* Here is the full original code :
23+
*
24+
* https://github.com/snakeyaml/snakeyaml/blob/b16f9485f33136fb30f8472f3ccf0209707c023e/src/test/java/org/yaml/snakeyaml/issues/issue1101/OptionToLogDuplicateKeysTest.java
25+
*
1726
*/
1827
class TestExampleJavaUtilLogging {
1928

turbo-unit-docs/src/main/docs/asciidoc/chapters/001-logging.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,6 @@ public static class LogMessageInterceptorHandler extends Handler {
6464
}
6565
----
6666

67-
Here is the full link:https://github.com/fugerit-org/turbo-unit/blob/main/turbo-unit-core/src/test/java/org/fugerit/java/turbo/unit/core/jul/TestExampleJavaUtilLogging.java[TestExampleJavaUtilLogging.java] sample code.
67+
Here is the full link:https://github.com/fugerit-org/turbo-unit/blob/main/turbo-unit-core/src/test/java/org/fugerit/java/turbo/unit/core/jul/TestExampleJavaUtilLogging.java[TestExampleJavaUtilLogging.java] sample code.
68+
69+
NOTE: I used this Unit Test the first time on a request for a link:https://github.com/snakeyaml/snakeyaml/pull/17[PR opened on SnakeYAML project], here is the full code link:https://github.com/snakeyaml/snakeyaml/blob/b16f9485f33136fb30f8472f3ccf0209707c023e/src/test/java/org/yaml/snakeyaml/issues/issue1101/OptionToLogDuplicateKeysTest.java[OptionToLogDuplicateKeysTest.java].

0 commit comments

Comments
 (0)