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

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

public class TestIgnoredAssumptionEvent
extends FailureEvent


Constructor Summary
protected TestIgnoredAssumptionEvent()
           
  TestIgnoredAssumptionEvent(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

TestIgnoredAssumptionEvent

protected TestIgnoredAssumptionEvent()

TestIgnoredAssumptionEvent

public TestIgnoredAssumptionEvent(Failure failure)
Method Detail

getType

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


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