net.sf.twip.verify
Class VerificationTest

java.lang.Object
  extended by net.sf.twip.verify.VerificationTest

public class VerificationTest
extends Object

This test class is intentionally not annotated as TwiP nor VerifyExtension... this is done by hand.


Constructor Summary
VerificationTest()
           
 
Method Summary
 void failuresShouldBeUnmodifiable()
           
 void shouldCollectOneFailure()
           
 void shouldCollectOneFailureAndOneException()
           
 void shouldCollectOneFailureButNotPass()
           
 void shouldCollectTwoFailures()
           
 void shouldFailDoubleInitialize()
           
 void shouldFailUninitializedCheck()
           
 void shouldFailUninitializedVerifyThat()
           
 void shouldFormatDoubleInitialize()
           
 void shouldFormatOneFailure()
           
 void shouldFormatUninitializedVerifyThat()
           
 void shouldNotCollectOneMatching()
           
 void shouldPassMatching()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VerificationTest

public VerificationTest()
Method Detail

failuresShouldBeUnmodifiable

public void failuresShouldBeUnmodifiable()
                                  throws Exception
Throws:
Exception

shouldCollectOneFailure

public void shouldCollectOneFailure()
                             throws Exception
Throws:
Exception

shouldCollectOneFailureAndOneException

public void shouldCollectOneFailureAndOneException()
                                            throws Exception
Throws:
Exception

shouldCollectOneFailureButNotPass

public void shouldCollectOneFailureButNotPass()
                                       throws Exception
Throws:
Exception

shouldCollectTwoFailures

public void shouldCollectTwoFailures()
                              throws Exception
Throws:
Exception

shouldFailDoubleInitialize

public void shouldFailDoubleInitialize()
                                throws Exception
Throws:
Exception

shouldFailUninitializedCheck

public void shouldFailUninitializedCheck()
                                  throws Exception
Throws:
Exception

shouldFailUninitializedVerifyThat

public void shouldFailUninitializedVerifyThat()
                                       throws Exception
Throws:
Exception

shouldFormatDoubleInitialize

public void shouldFormatDoubleInitialize()
                                  throws Exception
Throws:
Exception

shouldFormatOneFailure

public void shouldFormatOneFailure()
                            throws Exception
Throws:
Exception

shouldFormatUninitializedVerifyThat

public void shouldFormatUninitializedVerifyThat()
                                         throws Exception
Throws:
Exception

shouldNotCollectOneMatching

public void shouldNotCollectOneMatching()
                                 throws Exception
Throws:
Exception

shouldPassMatching

public void shouldPassMatching()
                        throws Exception
Throws:
Exception


Copyright © 2011. All Rights Reserved.