net.sf.mavenhist.extractor.surefire
Class TestTimeExtractor

java.lang.Object
  extended by net.sf.mavenhist.extractor.surefire.AbstractTestExtractor
      extended by net.sf.mavenhist.extractor.surefire.TestTimeExtractor
All Implemented Interfaces:
INamedExtractor, IValueExtractor

public class TestTimeExtractor
extends AbstractTestExtractor

Extracts the junit errors. Only for Maven 2.


Constructor Summary
TestTimeExtractor()
          Constructor.
 
Method Summary
 String getName()
          Gets the name of the entity.
 String reformatValue(String toFormat)
          Reformats a string if needed.
 
Methods inherited from class net.sf.mavenhist.extractor.surefire.AbstractTestExtractor
extract
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestTimeExtractor

public TestTimeExtractor()
Constructor.

Method Detail

reformatValue

public String reformatValue(String toFormat)
Description copied from class: AbstractTestExtractor
Reformats a string if needed. By default returns the input String.

Overrides:
reformatValue in class AbstractTestExtractor
Parameters:
toFormat - string that will be formatted
Returns:
formatted string

getName

public String getName()
Gets the name of the entity.

Returns:
the name.


Copyright © 2009. All Rights Reserved.