org.fest.swing.junit.runner
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.
- Author:
- Alex Ruiz, Yvonne Wang
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.
Copyright © 2007-2011 FEST (Fixtures for Easy Software Testing). All Rights Reserved.