com.carrotsearch.ant.tasks.junit4.events
Class TestFailureEvent

java.lang.Object
  extended by com.carrotsearch.ant.tasks.junit4.events.FailureEvent
      extended by com.carrotsearch.ant.tasks.junit4.events.TestFailureEvent
All Implemented Interfaces:
IDescribable, IEvent

public class TestFailureEvent
extends FailureEvent


Constructor Summary
protected TestFailureEvent()
           
  TestFailureEvent(Failure failure)
           
 
Method Summary
 EventType getType()
           
 
Methods inherited from class com.carrotsearch.ant.tasks.junit4.events.FailureEvent
getDescription, getFailure, setFailure
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestFailureEvent

protected TestFailureEvent()

TestFailureEvent

public TestFailureEvent(Failure failure)
Method Detail

getType

public EventType getType()
Specified by:
getType in interface IEvent


Copyright © 2011-2012 Carrot Search s.c.. All Rights Reserved.