java.lang.Object
org.junit.platform.console.options.ConsoleUtils
Collection of utilities for working with
java.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
-
Method Summary
-
Constructor Details
-
ConsoleUtils
public ConsoleUtils()
-
-
Method Details
-
charset
Returns the charset of the console.- Returns:
- the charset of the console
-