Class ConsoleUtils
- java.lang.Object
-
- org.junit.platform.console.options.ConsoleUtils
-
@API(status=INTERNAL, since="1.9") public class ConsoleUtils extends java.lang.ObjectCollection of utilities for working withjava.io.Consoleand friends.DISCLAIMER
These utilities are intended solely for usage within the JUnit framework itself. Any usage by external parties is not supported. Use at your own risk!
- Since:
- 1.9
-
-
Constructor Summary
Constructors Constructor Description ConsoleUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.nio.charset.Charsetcharset(){@return the charset of the console}
-