|
| 1 | +# Test Utilities for `java.util.logging` |
| 2 | + |
| 3 | +[](https://travis-ci.org/exasol/virtual-schemas) |
| 4 | + |
| 5 | +SonarCloud results: |
| 6 | + |
| 7 | +[](https://sonarcloud.io/dashboard?id=com.exasol%3Ajava-util-logging-testing) |
| 8 | + |
| 9 | +[](https://sonarcloud.io/dashboard?id=com.exasol%3Ajava-util-logging-testing) |
| 10 | +[](https://sonarcloud.io/dashboard?id=com.exasol%3Ajava-util-logging-testing) |
| 11 | +[](https://sonarcloud.io/dashboard?id=com.exasol%3Ajava-util-logging-testing) |
| 12 | +[](https://sonarcloud.io/dashboard?id=com.exasol%3Ajava-util-logging-testing) |
| 13 | + |
| 14 | +[](https://sonarcloud.io/dashboard?id=com.exasol%3Ajava-util-logging-testing) |
| 15 | +[](https://sonarcloud.io/dashboard?id=com.exasol%3Ajava-util-logging-testing) |
| 16 | +[](https://sonarcloud.io/dashboard?id=com.exasol%3Ajava-util-logging-testing) |
| 17 | +[](https://sonarcloud.io/dashboard?id=com.exasol%3Ajava-util-logging-testing) |
| 18 | + |
| 19 | +# Overview |
| 20 | + |
| 21 | +The Exasol's testing utilities for `java.util.logging` allow testing log message creation in software that uses the `java.util.logging` framework. |
| 22 | + |
| 23 | +## Utilities |
| 24 | + |
| 25 | +## `CapturingLogHandler` |
| 26 | + |
| 27 | +Add this log handler if you want to record log messages created by your software and check the contents as part of unit tests. |
| 28 | + |
| 29 | +## Customer Support |
| 30 | + |
| 31 | +This is an open source project which is officially supported by Exasol. For any question, you can contact our support team. |
| 32 | + |
| 33 | +## Dependencies |
| 34 | + |
| 35 | +### Run Time Dependencies |
| 36 | + |
| 37 | +Running the Virtual Schema requires a Java Runtime version 9 or later. |
| 38 | + |
| 39 | +### Build Time Dependencies |
| 40 | + |
| 41 | +| Dependency | Purpose | License | |
| 42 | +|-------------------------------------------------------------------------------------|--------------------------------------------------------|-------------------------------| |
| 43 | +| [Java Hamcrest](http://hamcrest.org/JavaHamcrest/) | Checking for conditions in code via matchers | BSD License | |
| 44 | +| [JUnit](https://junit.org/junit5) | Unit testing framework | Eclipse Public License 1.0 | |
| 45 | + |
| 46 | +# License |
| 47 | + |
| 48 | +This software is licensed under the [MIT license](LICENSE). |
0 commit comments