Class FallbackLoggerTest
java.lang.Object
test.de.iip_ecosphere.platform.configuration.FallbackLoggerTest
Tests
FallbackLogger.- Author:
- Holger Eichelberger, SSE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidTests that there is a logger.voidTests the logger.
-
Constructor Details
-
FallbackLoggerTest
public FallbackLoggerTest()
-
-
Method Details
-
testInstantiation
public void testInstantiation()Tests that there is a logger. -
testLogger
public void testLogger()Tests the logger. No asserts, just shall not throw exceptions.
-