Uses of Interface
org.testng.asserts.IAssert

Packages that use IAssert
org.testng.asserts   
 

Uses of IAssert in org.testng.asserts
 

Methods in org.testng.asserts with parameters of type IAssert
protected  void Assertion.doAssert(IAssert assertCommand)
           
 void SoftAssert.executeAssert(IAssert a)
           
 void IAssertLifecycle.executeAssert(IAssert assertCommand)
          Run the assert command in parameter.
 void Assertion.executeAssert(IAssert assertCommand)
          Run the assert command in parameter.
 void IAssertLifecycle.onAfterAssert(IAssert assertCommand)
          Invoked after an assert is run.
 void Assertion.onAfterAssert(IAssert assertCommand)
          Invoked after an assert is run.
 void IAssertLifecycle.onAssertFailure(IAssert assertCommand)
          Deprecated. use onAssertFailure(IAssert assertCommand, AssertionError ex) instead of.
 void Assertion.onAssertFailure(IAssert assertCommand)
          Deprecated. use onAssertFailure(IAssert assertCommand, AssertionError ex) instead of.
 void IAssertLifecycle.onAssertFailure(IAssert assertCommand, AssertionError ex)
          Invoked when an assert fails.
 void Assertion.onAssertFailure(IAssert assertCommand, AssertionError ex)
           
 void IAssertLifecycle.onAssertSuccess(IAssert assertCommand)
          Invoked when an assert succeeds.
 void Assertion.onAssertSuccess(IAssert assertCommand)
          Invoked when an assert succeeds.
 void LoggingAssert.onBeforeAssert(IAssert a)
           
 void IAssertLifecycle.onBeforeAssert(IAssert assertCommand)
          Invoked before an assert is run.
 void Assertion.onBeforeAssert(IAssert assertCommand)
          Invoked before an assert is run.
 



Copyright © 2015. All Rights Reserved.