Class ConsoleUtils
- java.lang.Object
-
- org.junit.platform.console.options.ConsoleUtils
-
@API(status=INTERNAL, since="1.9") public class ConsoleUtils extends java.lang.Object
Collection of utilities for working withjava.io.Console
and 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.Charset
charset()
{@return the charset of the console}
-