java.lang.Object
org.junit.platform.console.options.ConsoleUtils

@API(status=INTERNAL, since="1.9") public class ConsoleUtils extends Object
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 Details

    • ConsoleUtils

      public ConsoleUtils()
  • Method Details

    • charset

      public static Charset charset()
      Returns the charset of the console.
      Returns:
      the charset of the console