yu.ac.bg.etf.javaqx.nunit
Class TestNotFailed

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Error
          extended byjunit.framework.AssertionFailedError
              extended byyu.ac.bg.etf.javaqx.nunit.TestNotFailed
All Implemented Interfaces:
java.io.Serializable

public class TestNotFailed
extends junit.framework.AssertionFailedError

Test Not Failed Assertion Error.

Version:
0.2.0
Author:
Slobodan Vrkacevic (slobodan.vrkacevic@gmail.com)
See Also:
Serialized Form

Constructor Summary
TestNotFailed()
          Constructs new TestNotFailed object.
 
Method Summary
 void printStackTrace(java.io.PrintStream s)
          
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestNotFailed

public TestNotFailed()
Constructs new TestNotFailed object.

Method Detail

printStackTrace

public void printStackTrace(java.io.PrintStream s)



Copyright © 2007 ETF and contributors. All Rights Reserved.