Class Formatter

java.lang.Object
org.fest.swing.junit.runner.Formatter

public final class Formatter extends Object
Understands formatting utilities for FEST-Swing JUnit runners.
  • Constructor Details

    • Formatter

      private Formatter()
  • Method Details

    • testNameFrom

      public static String testNameFrom(Class<?> type, Method method)
      Returns the name of a test given its class and method names.
      Parameters:
      type - the name of the test class.
      method - the name of the test method.
      Returns:
      the name of a test.
    • format

      private static String format(Class<?>[] parameterTypes)