net.sf.mavenhist.extractor.surefire
Class TestErrorsExtractor

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

public class TestErrorsExtractor
extends AbstractTestExtractor

Extracts the junit errors. Only for Maven 2.


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

Constructor Detail

TestErrorsExtractor

public TestErrorsExtractor()
Constructor.

Method Detail

getName

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

Returns:
the name.


Copyright © 2009. All Rights Reserved.