BaseAsserts

Overview

Location

  • Reference:
    • RemObjects.Elements.EUnit.dll  .NET, .NET Standard 2.0
    • remobjects.elements.eunit.jar  Cooper
    • EUnit.fx  Island, macOS
    • libEUnit.fx  Toffee
  • Namespace: RemObjects.Elements.EUnit
  • Platforms: .NET, .NET Standard 2.0, Cooper, Island, macOS, Toffee


Instance Methods


constructor  protected .NET, .NET Standard 2.0, Cooper, Island, macOS

 

constructor

 

BaseAsserts()

 

init()

 

BaseAsserts()

 

Sub New()

AreEqual (Boolean, Boolean, String, String, Int32, String, String)  virtual

 

method AreEqual(Actual: Boolean; Expected: Boolean; Message: String; aFile: String; aLine: Int32; aClass: String; aMethod: String)

 

void AreEqual(Boolean Actual, Boolean Expected, String Message, String aFile, Int32 aLine, String aClass, String aMethod)

 

func AreEqual(_ Actual: Boolean, _ Expected: Boolean, _ Message: String, _ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String)

 

void AreEqual(Boolean Actual, Boolean Expected, String Message, String aFile, Integer aLine, String aClass, String aMethod)

 

Sub AreEqual(Actual As Boolean, Expected As Boolean, Message As String, aFile As String, aLine As Int32, aClass As String, aMethod As String)

Parameters:

  • Actual:
  • Expected:
  • Message:
  • aFile:
  • aLine:
  • aClass:
  • aMethod:

AreEqual (Double, Double, String, String, Int32, String, String)  virtual

 

method AreEqual(Actual: Double; Expected: Double; Message: String; aFile: String; aLine: Int32; aClass: String; aMethod: String)

 

void AreEqual(Double Actual, Double Expected, String Message, String aFile, Int32 aLine, String aClass, String aMethod)

 

func AreEqual(_ Actual: Double, _ Expected: Double, _ Message: String, _ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String)

 

void AreEqual(Double Actual, Double Expected, String Message, String aFile, Integer aLine, String aClass, String aMethod)

 

Sub AreEqual(Actual As Double, Expected As Double, Message As String, aFile As String, aLine As Int32, aClass As String, aMethod As String)

Parameters:

  • Actual:
  • Expected:
  • Message:
  • aFile:
  • aLine:
  • aClass:
  • aMethod:

AreEqual (Double, Double, Double, String, String, Int32, String, String)  virtual

 

method AreEqual(Actual: Double; Expected: Double; Precision: Double; Message: String; aFile: String; aLine: Int32; aClass: String; aMethod: String)

 

void AreEqual(Double Actual, Double Expected, Double Precision, String Message, String aFile, Int32 aLine, String aClass, String aMethod)

 

func AreEqual(_ Actual: Double, _ Expected: Double, _ Precision: Double, _ Message: String, _ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String)

 

void AreEqual(Double Actual, Double Expected, Double Precision, String Message, String aFile, Integer aLine, String aClass, String aMethod)

 

Sub AreEqual(Actual As Double, Expected As Double, Precision As Double, Message As String, aFile As String, aLine As Int32, aClass As String, aMethod As String)

Parameters:

  • Actual:
  • Expected:
  • Precision:
  • Message:
  • aFile:
  • aLine:
  • aClass:
  • aMethod:

AreEqual (Int32, Int32, String, String, Int32, String, String)  virtual

 

method AreEqual(Actual: Int32; Expected: Int32; Message: String; aFile: String; aLine: Int32; aClass: String; aMethod: String)

 

void AreEqual(Int32 Actual, Int32 Expected, String Message, String aFile, Int32 aLine, String aClass, String aMethod)

 

func AreEqual(_ Actual: Int32, _ Expected: Int32, _ Message: String, _ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String)

 

void AreEqual(Integer Actual, Integer Expected, String Message, String aFile, Integer aLine, String aClass, String aMethod)

 

Sub AreEqual(Actual As Int32, Expected As Int32, Message As String, aFile As String, aLine As Int32, aClass As String, aMethod As String)

Parameters:

  • Actual:
  • Expected:
  • Message:
  • aFile:
  • aLine:
  • aClass:
  • aMethod:

AreEqual (Int64, Int64, String, String, Int32, String, String)  virtual

 

method AreEqual(Actual: Int64; Expected: Int64; Message: String; aFile: String; aLine: Int32; aClass: String; aMethod: String)

 

void AreEqual(Int64 Actual, Int64 Expected, String Message, String aFile, Int32 aLine, String aClass, String aMethod)

 

func AreEqual(_ Actual: Int64, _ Expected: Int64, _ Message: String, _ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String)

 

void AreEqual(Int64 Actual, Int64 Expected, String Message, String aFile, Integer aLine, String aClass, String aMethod)

 

Sub AreEqual(Actual As Int64, Expected As Int64, Message As String, aFile As String, aLine As Int32, aClass As String, aMethod As String)

Parameters:

  • Actual:
  • Expected:
  • Message:
  • aFile:
  • aLine:
  • aClass:
  • aMethod:

AreEqual (Object, Object, String, String, Int32, String, String)  virtual

 

method AreEqual(Actual: Object; Expected: Object; Message: String; aFile: String; aLine: Int32; aClass: String; aMethod: String)

 

void AreEqual(Object Actual, Object Expected, String Message, String aFile, Int32 aLine, String aClass, String aMethod)

 

func AreEqual(_ Actual: NSObject, _ Expected: NSObject, _ Message: String, _ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String)

 

void AreEqual(Object Actual, Object Expected, String Message, String aFile, Integer aLine, String aClass, String aMethod)

 

Sub AreEqual(Actual As Object, Expected As Object, Message As String, aFile As String, aLine As Int32, aClass As String, aMethod As String)

Parameters:

  • Actual:
  • Expected:
  • Message:
  • aFile:
  • aLine:
  • aClass:
  • aMethod:

AreEqual (String, String, Boolean, String, String, Int32, String, String)  virtual

 

method AreEqual(Actual: String; Expected: String; IgnoreCase: Boolean; Message: String; aFile: String; aLine: Int32; aClass: String; aMethod: String)

 

void AreEqual(String Actual, String Expected, Boolean IgnoreCase, String Message, String aFile, Int32 aLine, String aClass, String aMethod)

 

func AreEqual(_ Actual: String, _ Expected: String, _ IgnoreCase: Boolean, _ Message: String, _ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String)

 

void AreEqual(String Actual, String Expected, Boolean IgnoreCase, String Message, String aFile, Integer aLine, String aClass, String aMethod)

 

Sub AreEqual(Actual As String, Expected As String, IgnoreCase As Boolean, Message As String, aFile As String, aLine As Int32, aClass As String, aMethod As String)

Parameters:

  • Actual:
  • Expected:
  • IgnoreCase:
  • Message:
  • aFile:
  • aLine:
  • aClass:
  • aMethod:

AreEqual<T>  virtual

 

method AreEqual<T>(Actual: IEnumerable<T>; Expected: IEnumerable<T>; IgnoreOrder: Boolean; Message: String; aFile: String; aLine: Int32; aClass: String; aMethod: String)

 

void AreEqual<T>(IEnumerable<T> Actual, IEnumerable<T> Expected, Boolean IgnoreOrder, String Message, String aFile, Int32 aLine, String aClass, String aMethod)

 

func AreEqual<T>(_ Actual: INSFastEnumeration<T>, _ Expected: INSFastEnumeration<T>, _ IgnoreOrder: Boolean, _ Message: String, _ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String)

 

void AreEqual<T>(Iterable<T> Actual, Iterable<T> Expected, Boolean IgnoreOrder, String Message, String aFile, Integer aLine, String aClass, String aMethod)

 

Sub AreEqual<T>(Actual As IEnumerable<T>, Expected As IEnumerable<T>, IgnoreOrder As Boolean, Message As String, aFile As String, aLine As Int32, aClass As String, aMethod As String)

Parameters:

  • Actual:
  • Expected:
  • IgnoreOrder:
  • Message:
  • aFile:
  • aLine:
  • aClass:
  • aMethod:

AreNotEqual (Boolean, Boolean, String, String, Int32, String, String)  virtual

 

method AreNotEqual(Actual: Boolean; Expected: Boolean; Message: String; aFile: String; aLine: Int32; aClass: String; aMethod: String)

 

void AreNotEqual(Boolean Actual, Boolean Expected, String Message, String aFile, Int32 aLine, String aClass, String aMethod)

 

func AreNotEqual(_ Actual: Boolean, _ Expected: Boolean, _ Message: String, _ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String)

 

void AreNotEqual(Boolean Actual, Boolean Expected, String Message, String aFile, Integer aLine, String aClass, String aMethod)

 

Sub AreNotEqual(Actual As Boolean, Expected As Boolean, Message As String, aFile As String, aLine As Int32, aClass As String, aMethod As String)

Parameters:

  • Actual:
  • Expected:
  • Message:
  • aFile:
  • aLine:
  • aClass:
  • aMethod:

AreNotEqual (Double, Double, String, String, Int32, String, String)  virtual

 

method AreNotEqual(Actual: Double; Expected: Double; Message: String; aFile: String; aLine: Int32; aClass: String; aMethod: String)

 

void AreNotEqual(Double Actual, Double Expected, String Message, String aFile, Int32 aLine, String aClass, String aMethod)

 

func AreNotEqual(_ Actual: Double, _ Expected: Double, _ Message: String, _ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String)

 

void AreNotEqual(Double Actual, Double Expected, String Message, String aFile, Integer aLine, String aClass, String aMethod)

 

Sub AreNotEqual(Actual As Double, Expected As Double, Message As String, aFile As String, aLine As Int32, aClass As String, aMethod As String)

Parameters:

  • Actual:
  • Expected:
  • Message:
  • aFile:
  • aLine:
  • aClass:
  • aMethod:

AreNotEqual (Double, Double, Double, String, String, Int32, String, String)  virtual

 

method AreNotEqual(Actual: Double; Expected: Double; Precision: Double; Message: String; aFile: String; aLine: Int32; aClass: String; aMethod: String)

 

void AreNotEqual(Double Actual, Double Expected, Double Precision, String Message, String aFile, Int32 aLine, String aClass, String aMethod)

 

func AreNotEqual(_ Actual: Double, _ Expected: Double, _ Precision: Double, _ Message: String, _ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String)

 

void AreNotEqual(Double Actual, Double Expected, Double Precision, String Message, String aFile, Integer aLine, String aClass, String aMethod)

 

Sub AreNotEqual(Actual As Double, Expected As Double, Precision As Double, Message As String, aFile As String, aLine As Int32, aClass As String, aMethod As String)

Parameters:

  • Actual:
  • Expected:
  • Precision:
  • Message:
  • aFile:
  • aLine:
  • aClass:
  • aMethod:

AreNotEqual (Int32, Int32, String, String, Int32, String, String)  virtual

 

method AreNotEqual(Actual: Int32; Expected: Int32; Message: String; aFile: String; aLine: Int32; aClass: String; aMethod: String)

 

void AreNotEqual(Int32 Actual, Int32 Expected, String Message, String aFile, Int32 aLine, String aClass, String aMethod)

 

func AreNotEqual(_ Actual: Int32, _ Expected: Int32, _ Message: String, _ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String)

 

void AreNotEqual(Integer Actual, Integer Expected, String Message, String aFile, Integer aLine, String aClass, String aMethod)

 

Sub AreNotEqual(Actual As Int32, Expected As Int32, Message As String, aFile As String, aLine As Int32, aClass As String, aMethod As String)

Parameters:

  • Actual:
  • Expected:
  • Message:
  • aFile:
  • aLine:
  • aClass:
  • aMethod:

AreNotEqual (Int64, Int64, String, String, Int32, String, String)  virtual

 

method AreNotEqual(Actual: Int64; Expected: Int64; Message: String; aFile: String; aLine: Int32; aClass: String; aMethod: String)

 

void AreNotEqual(Int64 Actual, Int64 Expected, String Message, String aFile, Int32 aLine, String aClass, String aMethod)

 

func AreNotEqual(_ Actual: Int64, _ Expected: Int64, _ Message: String, _ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String)

 

void AreNotEqual(Int64 Actual, Int64 Expected, String Message, String aFile, Integer aLine, String aClass, String aMethod)

 

Sub AreNotEqual(Actual As Int64, Expected As Int64, Message As String, aFile As String, aLine As Int32, aClass As String, aMethod As String)

Parameters:

  • Actual:
  • Expected:
  • Message:
  • aFile:
  • aLine:
  • aClass:
  • aMethod:

AreNotEqual (Object, Object, String, String, Int32, String, String)  virtual

 

method AreNotEqual(Actual: Object; Expected: Object; Message: String; aFile: String; aLine: Int32; aClass: String; aMethod: String)

 

void AreNotEqual(Object Actual, Object Expected, String Message, String aFile, Int32 aLine, String aClass, String aMethod)

 

func AreNotEqual(_ Actual: NSObject, _ Expected: NSObject, _ Message: String, _ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String)

 

void AreNotEqual(Object Actual, Object Expected, String Message, String aFile, Integer aLine, String aClass, String aMethod)

 

Sub AreNotEqual(Actual As Object, Expected As Object, Message As String, aFile As String, aLine As Int32, aClass As String, aMethod As String)

Parameters:

  • Actual:
  • Expected:
  • Message:
  • aFile:
  • aLine:
  • aClass:
  • aMethod:

AreNotEqual (String, String, Boolean, String, String, Int32, String, String)  virtual

 

method AreNotEqual(Actual: String; Expected: String; IgnoreCase: Boolean; Message: String; aFile: String; aLine: Int32; aClass: String; aMethod: String)

 

void AreNotEqual(String Actual, String Expected, Boolean IgnoreCase, String Message, String aFile, Int32 aLine, String aClass, String aMethod)

 

func AreNotEqual(_ Actual: String, _ Expected: String, _ IgnoreCase: Boolean, _ Message: String, _ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String)

 

void AreNotEqual(String Actual, String Expected, Boolean IgnoreCase, String Message, String aFile, Integer aLine, String aClass, String aMethod)

 

Sub AreNotEqual(Actual As String, Expected As String, IgnoreCase As Boolean, Message As String, aFile As String, aLine As Int32, aClass As String, aMethod As String)

Parameters:

  • Actual:
  • Expected:
  • IgnoreCase:
  • Message:
  • aFile:
  • aLine:
  • aClass:
  • aMethod:

AreNotEqual<T>  virtual

 

method AreNotEqual<T>(Actual: IEnumerable<T>; Expected: IEnumerable<T>; IgnoreOrder: Boolean; Message: String; aFile: String; aLine: Int32; aClass: String; aMethod: String)

 

void AreNotEqual<T>(IEnumerable<T> Actual, IEnumerable<T> Expected, Boolean IgnoreOrder, String Message, String aFile, Int32 aLine, String aClass, String aMethod)

 

func AreNotEqual<T>(_ Actual: INSFastEnumeration<T>, _ Expected: INSFastEnumeration<T>, _ IgnoreOrder: Boolean, _ Message: String, _ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String)

 

void AreNotEqual<T>(Iterable<T> Actual, Iterable<T> Expected, Boolean IgnoreOrder, String Message, String aFile, Integer aLine, String aClass, String aMethod)

 

Sub AreNotEqual<T>(Actual As IEnumerable<T>, Expected As IEnumerable<T>, IgnoreOrder As Boolean, Message As String, aFile As String, aLine As Int32, aClass As String, aMethod As String)

Parameters:

  • Actual:
  • Expected:
  • IgnoreOrder:
  • Message:
  • aFile:
  • aLine:
  • aClass:
  • aMethod:

Catch  virtual

 

method Catch(Action: AssertAction; Message: String; aFile: String; aLine: Int32; aClass: String; aMethod: String): Exception

 

Exception Catch(AssertAction Action, String Message, String aFile, Int32 aLine, String aClass, String aMethod)

 

func Catch(_ Action: AssertAction, _ Message: String, _ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String) -> NSException

 

Exception Catch(AssertAction Action, String Message, String aFile, Integer aLine, String aClass, String aMethod)

 

Function Catch(Action As AssertAction, Message As String, aFile As String, aLine As Int32, aClass As String, aMethod As String) As Exception

Parameters:

  • Action:
  • Message:
  • aFile:
  • aLine:
  • aClass:
  • aMethod:

Contains  virtual

 

method Contains(SubString: String; InString: String; Message: String; aFile: String; aLine: Int32; aClass: String; aMethod: String)

 

void Contains(String SubString, String InString, String Message, String aFile, Int32 aLine, String aClass, String aMethod)

 

func Contains(_ SubString: String, _ InString: String, _ Message: String, _ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String)

 

void Contains(String SubString, String InString, String Message, String aFile, Integer aLine, String aClass, String aMethod)

 

Sub Contains(SubString As String, InString As String, Message As String, aFile As String, aLine As Int32, aClass As String, aMethod As String)

Parameters:

  • SubString:
  • InString:
  • Message:
  • aFile:
  • aLine:
  • aClass:
  • aMethod:

Contains<T>  virtual

 

method Contains<T>(Item: T; InSequence: IEnumerable<T>; Message: String; aFile: String; aLine: Int32; aClass: String; aMethod: String)

 

void Contains<T>(T Item, IEnumerable<T> InSequence, String Message, String aFile, Int32 aLine, String aClass, String aMethod)

 

func Contains<T>(_ Item: T, _ InSequence: INSFastEnumeration<T>, _ Message: String, _ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String)

 

void Contains<T>(T Item, Iterable<T> InSequence, String Message, String aFile, Integer aLine, String aClass, String aMethod)

 

Sub Contains<T>(Item As T, InSequence As IEnumerable<T>, Message As String, aFile As String, aLine As Int32, aClass As String, aMethod As String)

Parameters:

  • Item:
  • InSequence:
  • Message:
  • aFile:
  • aLine:
  • aClass:
  • aMethod:

DoesNotContains  virtual

 

method DoesNotContains(SubString: String; InString: String; Message: String; aFile: String; aLine: Int32; aClass: String; aMethod: String)

 

void DoesNotContains(String SubString, String InString, String Message, String aFile, Int32 aLine, String aClass, String aMethod)

 

func DoesNotContains(_ SubString: String, _ InString: String, _ Message: String, _ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String)

 

void DoesNotContains(String SubString, String InString, String Message, String aFile, Integer aLine, String aClass, String aMethod)

 

Sub DoesNotContains(SubString As String, InString As String, Message As String, aFile As String, aLine As Int32, aClass As String, aMethod As String)

Parameters:

  • SubString:
  • InString:
  • Message:
  • aFile:
  • aLine:
  • aClass:
  • aMethod:

DoesNotContains<T>  virtual

 

method DoesNotContains<T>(Item: T; InSequence: IEnumerable<T>; Message: String; aFile: String; aLine: Int32; aClass: String; aMethod: String)

 

void DoesNotContains<T>(T Item, IEnumerable<T> InSequence, String Message, String aFile, Int32 aLine, String aClass, String aMethod)

 

func DoesNotContains<T>(_ Item: T, _ InSequence: INSFastEnumeration<T>, _ Message: String, _ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String)

 

void DoesNotContains<T>(T Item, Iterable<T> InSequence, String Message, String aFile, Integer aLine, String aClass, String aMethod)

 

Sub DoesNotContains<T>(Item As T, InSequence As IEnumerable<T>, Message As String, aFile As String, aLine As Int32, aClass As String, aMethod As String)

Parameters:

  • Item:
  • InSequence:
  • Message:
  • aFile:
  • aLine:
  • aClass:
  • aMethod:

DoesNotThrows  virtual

 

method DoesNotThrows(Action: AssertAction; Message: String; aFile: String; aLine: Int32; aClass: String; aMethod: String)

 

void DoesNotThrows(AssertAction Action, String Message, String aFile, Int32 aLine, String aClass, String aMethod)

 

func DoesNotThrows(_ Action: AssertAction, _ Message: String, _ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String)

 

void DoesNotThrows(AssertAction Action, String Message, String aFile, Integer aLine, String aClass, String aMethod)

 

Sub DoesNotThrows(Action As AssertAction, Message As String, aFile As String, aLine As Int32, aClass As String, aMethod As String)

Parameters:

  • Action:
  • Message:
  • aFile:
  • aLine:
  • aClass:
  • aMethod:

EndsWith  virtual

 

method EndsWith(Suffix: String; SourceString: String; Message: String; aFile: String; aLine: Int32; aClass: String; aMethod: String)

 

void EndsWith(String Suffix, String SourceString, String Message, String aFile, Int32 aLine, String aClass, String aMethod)

 

func EndsWith(_ Suffix: String, _ SourceString: String, _ Message: String, _ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String)

 

void EndsWith(String Suffix, String SourceString, String Message, String aFile, Integer aLine, String aClass, String aMethod)

 

Sub EndsWith(Suffix As String, SourceString As String, Message As String, aFile As String, aLine As Int32, aClass As String, aMethod As String)

Parameters:

  • Suffix:
  • SourceString:
  • Message:
  • aFile:
  • aLine:
  • aClass:
  • aMethod:

Fail  virtual abstract

 

method Fail(Message: String; aFile: String; aLine: Int32; aClass: String; aMethod: String)

 

void Fail(String Message, String aFile, Int32 aLine, String aClass, String aMethod)

 

func Fail(_ Message: String, _ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String)

 

void Fail(String Message, String aFile, Integer aLine, String aClass, String aMethod)

 

Sub Fail(Message As String, aFile As String, aLine As Int32, aClass As String, aMethod As String)

Parameters:

  • Message:
  • aFile:
  • aLine:
  • aClass:
  • aMethod:

Greater (Double, Double, String, String, Int32, String, String)  virtual

 

method Greater(Actual: Double; Expected: Double; Message: String; aFile: String; aLine: Int32; aClass: String; aMethod: String)

 

void Greater(Double Actual, Double Expected, String Message, String aFile, Int32 aLine, String aClass, String aMethod)

 

func Greater(_ Actual: Double, _ Expected: Double, _ Message: String, _ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String)

 

void Greater(Double Actual, Double Expected, String Message, String aFile, Integer aLine, String aClass, String aMethod)

 

Sub Greater(Actual As Double, Expected As Double, Message As String, aFile As String, aLine As Int32, aClass As String, aMethod As String)

Parameters:

  • Actual:
  • Expected:
  • Message:
  • aFile:
  • aLine:
  • aClass:
  • aMethod:

Greater (Int32, Int32, String, String, Int32, String, String)  virtual

 

method Greater(Actual: Int32; Expected: Int32; Message: String; aFile: String; aLine: Int32; aClass: String; aMethod: String)

 

void Greater(Int32 Actual, Int32 Expected, String Message, String aFile, Int32 aLine, String aClass, String aMethod)

 

func Greater(_ Actual: Int32, _ Expected: Int32, _ Message: String, _ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String)

 

void Greater(Integer Actual, Integer Expected, String Message, String aFile, Integer aLine, String aClass, String aMethod)

 

Sub Greater(Actual As Int32, Expected As Int32, Message As String, aFile As String, aLine As Int32, aClass As String, aMethod As String)

Parameters:

  • Actual:
  • Expected:
  • Message:
  • aFile:
  • aLine:
  • aClass:
  • aMethod:

Greater (Int64, Int64, String, String, Int32, String, String)  virtual

 

method Greater(Actual: Int64; Expected: Int64; Message: String; aFile: String; aLine: Int32; aClass: String; aMethod: String)

 

void Greater(Int64 Actual, Int64 Expected, String Message, String aFile, Int32 aLine, String aClass, String aMethod)

 

func Greater(_ Actual: Int64, _ Expected: Int64, _ Message: String, _ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String)

 

void Greater(Int64 Actual, Int64 Expected, String Message, String aFile, Integer aLine, String aClass, String aMethod)

 

Sub Greater(Actual As Int64, Expected As Int64, Message As String, aFile As String, aLine As Int32, aClass As String, aMethod As String)

Parameters:

  • Actual:
  • Expected:
  • Message:
  • aFile:
  • aLine:
  • aClass:
  • aMethod:

GreaterOrEquals (Double, Double, String, String, Int32, String, String)  virtual

 

method GreaterOrEquals(Actual: Double; Expected: Double; Message: String; aFile: String; aLine: Int32; aClass: String; aMethod: String)

 

void GreaterOrEquals(Double Actual, Double Expected, String Message, String aFile, Int32 aLine, String aClass, String aMethod)

 

func GreaterOrEquals(_ Actual: Double, _ Expected: Double, _ Message: String, _ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String)

 

void GreaterOrEquals(Double Actual, Double Expected, String Message, String aFile, Integer aLine, String aClass, String aMethod)

 

Sub GreaterOrEquals(Actual As Double, Expected As Double, Message As String, aFile As String, aLine As Int32, aClass As String, aMethod As String)

Parameters:

  • Actual:
  • Expected:
  • Message:
  • aFile:
  • aLine:
  • aClass:
  • aMethod:

GreaterOrEquals (Int32, Int32, String, String, Int32, String, String)  virtual

 

method GreaterOrEquals(Actual: Int32; Expected: Int32; Message: String; aFile: String; aLine: Int32; aClass: String; aMethod: String)

 

void GreaterOrEquals(Int32 Actual, Int32 Expected, String Message, String aFile, Int32 aLine, String aClass, String aMethod)

 

func GreaterOrEquals(_ Actual: Int32, _ Expected: Int32, _ Message: String, _ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String)

 

void GreaterOrEquals(Integer Actual, Integer Expected, String Message, String aFile, Integer aLine, String aClass, String aMethod)

 

Sub GreaterOrEquals(Actual As Int32, Expected As Int32, Message As String, aFile As String, aLine As Int32, aClass As String, aMethod As String)

Parameters:

  • Actual:
  • Expected:
  • Message:
  • aFile:
  • aLine:
  • aClass:
  • aMethod:

GreaterOrEquals (Int64, Int64, String, String, Int32, String, String)  virtual

 

method GreaterOrEquals(Actual: Int64; Expected: Int64; Message: String; aFile: String; aLine: Int32; aClass: String; aMethod: String)

 

void GreaterOrEquals(Int64 Actual, Int64 Expected, String Message, String aFile, Int32 aLine, String aClass, String aMethod)

 

func GreaterOrEquals(_ Actual: Int64, _ Expected: Int64, _ Message: String, _ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String)

 

void GreaterOrEquals(Int64 Actual, Int64 Expected, String Message, String aFile, Integer aLine, String aClass, String aMethod)

 

Sub GreaterOrEquals(Actual As Int64, Expected As Int64, Message As String, aFile As String, aLine As Int32, aClass As String, aMethod As String)

Parameters:

  • Actual:
  • Expected:
  • Message:
  • aFile:
  • aLine:
  • aClass:
  • aMethod:

IsEmpty  virtual

 

method IsEmpty(Actual: String; Message: String; aFile: String; aLine: Int32; aClass: String; aMethod: String)

 

void IsEmpty(String Actual, String Message, String aFile, Int32 aLine, String aClass, String aMethod)

 

func IsEmpty(_ Actual: String, _ Message: String, _ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String)

 

void IsEmpty(String Actual, String Message, String aFile, Integer aLine, String aClass, String aMethod)

 

Sub IsEmpty(Actual As String, Message As String, aFile As String, aLine As Int32, aClass As String, aMethod As String)

Parameters:

  • Actual:
  • Message:
  • aFile:
  • aLine:
  • aClass:
  • aMethod:

IsEmpty<T>  virtual

 

method IsEmpty<T>(Actual: IEnumerable<T>; Message: String; aFile: String; aLine: Int32; aClass: String; aMethod: String)

 

void IsEmpty<T>(IEnumerable<T> Actual, String Message, String aFile, Int32 aLine, String aClass, String aMethod)

 

func IsEmpty<T>(_ Actual: INSFastEnumeration<T>, _ Message: String, _ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String)

 

void IsEmpty<T>(Iterable<T> Actual, String Message, String aFile, Integer aLine, String aClass, String aMethod)

 

Sub IsEmpty<T>(Actual As IEnumerable<T>, Message As String, aFile As String, aLine As Int32, aClass As String, aMethod As String)

Parameters:

  • Actual:
  • Message:
  • aFile:
  • aLine:
  • aClass:
  • aMethod:

IsFalse  virtual

 

method IsFalse(Actual: Boolean; Message: String; aFile: String; aLine: Int32; aClass: String; aMethod: String)

 

void IsFalse(Boolean Actual, String Message, String aFile, Int32 aLine, String aClass, String aMethod)

 

func IsFalse(_ Actual: Boolean, _ Message: String, _ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String)

 

void IsFalse(Boolean Actual, String Message, String aFile, Integer aLine, String aClass, String aMethod)

 

Sub IsFalse(Actual As Boolean, Message As String, aFile As String, aLine As Int32, aClass As String, aMethod As String)

Parameters:

  • Actual:
  • Message:
  • aFile:
  • aLine:
  • aClass:
  • aMethod:

IsInfinity  virtual

 

method IsInfinity(Actual: Double; Message: String; aFile: String; aLine: Int32; aClass: String; aMethod: String)

 

void IsInfinity(Double Actual, String Message, String aFile, Int32 aLine, String aClass, String aMethod)

 

func IsInfinity(_ Actual: Double, _ Message: String, _ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String)

 

void IsInfinity(Double Actual, String Message, String aFile, Integer aLine, String aClass, String aMethod)

 

Sub IsInfinity(Actual As Double, Message As String, aFile As String, aLine As Int32, aClass As String, aMethod As String)

Parameters:

  • Actual:
  • Message:
  • aFile:
  • aLine:
  • aClass:
  • aMethod:

IsNaN  virtual

 

method IsNaN(Actual: Double; Message: String; aFile: String; aLine: Int32; aClass: String; aMethod: String)

 

void IsNaN(Double Actual, String Message, String aFile, Int32 aLine, String aClass, String aMethod)

 

func IsNaN(_ Actual: Double, _ Message: String, _ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String)

 

void IsNaN(Double Actual, String Message, String aFile, Integer aLine, String aClass, String aMethod)

 

Sub IsNaN(Actual As Double, Message As String, aFile As String, aLine As Int32, aClass As String, aMethod As String)

Parameters:

  • Actual:
  • Message:
  • aFile:
  • aLine:
  • aClass:
  • aMethod:

IsNil  virtual

 

method IsNil(Actual: Object; Message: String; aFile: String; aLine: Int32; aClass: String; aMethod: String)

 

void IsNil(Object Actual, String Message, String aFile, Int32 aLine, String aClass, String aMethod)

 

func IsNil(_ Actual: NSObject, _ Message: String, _ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String)

 

void IsNil(Object Actual, String Message, String aFile, Integer aLine, String aClass, String aMethod)

 

Sub IsNil(Actual As Object, Message As String, aFile As String, aLine As Int32, aClass As String, aMethod As String)

Parameters:

  • Actual:
  • Message:
  • aFile:
  • aLine:
  • aClass:
  • aMethod:

IsNotEmpty  virtual

 

method IsNotEmpty(Actual: String; Message: String; aFile: String; aLine: Int32; aClass: String; aMethod: String)

 

void IsNotEmpty(String Actual, String Message, String aFile, Int32 aLine, String aClass, String aMethod)

 

func IsNotEmpty(_ Actual: String, _ Message: String, _ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String)

 

void IsNotEmpty(String Actual, String Message, String aFile, Integer aLine, String aClass, String aMethod)

 

Sub IsNotEmpty(Actual As String, Message As String, aFile As String, aLine As Int32, aClass As String, aMethod As String)

Parameters:

  • Actual:
  • Message:
  • aFile:
  • aLine:
  • aClass:
  • aMethod:

IsNotEmpty<T>  virtual

 

method IsNotEmpty<T>(Actual: IEnumerable<T>; Message: String; aFile: String; aLine: Int32; aClass: String; aMethod: String)

 

void IsNotEmpty<T>(IEnumerable<T> Actual, String Message, String aFile, Int32 aLine, String aClass, String aMethod)

 

func IsNotEmpty<T>(_ Actual: INSFastEnumeration<T>, _ Message: String, _ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String)

 

void IsNotEmpty<T>(Iterable<T> Actual, String Message, String aFile, Integer aLine, String aClass, String aMethod)

 

Sub IsNotEmpty<T>(Actual As IEnumerable<T>, Message As String, aFile As String, aLine As Int32, aClass As String, aMethod As String)

Parameters:

  • Actual:
  • Message:
  • aFile:
  • aLine:
  • aClass:
  • aMethod:

IsNotInfinity  virtual

 

method IsNotInfinity(Actual: Double; Message: String; aFile: String; aLine: Int32; aClass: String; aMethod: String)

 

void IsNotInfinity(Double Actual, String Message, String aFile, Int32 aLine, String aClass, String aMethod)

 

func IsNotInfinity(_ Actual: Double, _ Message: String, _ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String)

 

void IsNotInfinity(Double Actual, String Message, String aFile, Integer aLine, String aClass, String aMethod)

 

Sub IsNotInfinity(Actual As Double, Message As String, aFile As String, aLine As Int32, aClass As String, aMethod As String)

Parameters:

  • Actual:
  • Message:
  • aFile:
  • aLine:
  • aClass:
  • aMethod:

IsNotNaN  virtual

 

method IsNotNaN(Actual: Double; Message: String; aFile: String; aLine: Int32; aClass: String; aMethod: String)

 

void IsNotNaN(Double Actual, String Message, String aFile, Int32 aLine, String aClass, String aMethod)

 

func IsNotNaN(_ Actual: Double, _ Message: String, _ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String)

 

void IsNotNaN(Double Actual, String Message, String aFile, Integer aLine, String aClass, String aMethod)

 

Sub IsNotNaN(Actual As Double, Message As String, aFile As String, aLine As Int32, aClass As String, aMethod As String)

Parameters:

  • Actual:
  • Message:
  • aFile:
  • aLine:
  • aClass:
  • aMethod:

IsNotNil  virtual

 

method IsNotNil(Actual: Object; Message: String; aFile: String; aLine: Int32; aClass: String; aMethod: String)

 

void IsNotNil(Object Actual, String Message, String aFile, Int32 aLine, String aClass, String aMethod)

 

func IsNotNil(_ Actual: NSObject, _ Message: String, _ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String)

 

void IsNotNil(Object Actual, String Message, String aFile, Integer aLine, String aClass, String aMethod)

 

Sub IsNotNil(Actual As Object, Message As String, aFile As String, aLine As Int32, aClass As String, aMethod As String)

Parameters:

  • Actual:
  • Message:
  • aFile:
  • aLine:
  • aClass:
  • aMethod:

IsTrue  virtual

 

method IsTrue(Actual: Boolean; Message: String; aFile: String; aLine: Int32; aClass: String; aMethod: String)

 

void IsTrue(Boolean Actual, String Message, String aFile, Int32 aLine, String aClass, String aMethod)

 

func IsTrue(_ Actual: Boolean, _ Message: String, _ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String)

 

void IsTrue(Boolean Actual, String Message, String aFile, Integer aLine, String aClass, String aMethod)

 

Sub IsTrue(Actual As Boolean, Message As String, aFile As String, aLine As Int32, aClass As String, aMethod As String)

Parameters:

  • Actual:
  • Message:
  • aFile:
  • aLine:
  • aClass:
  • aMethod:

Less (Double, Double, String, String, Int32, String, String)  virtual

 

method Less(Actual: Double; Expected: Double; Message: String; aFile: String; aLine: Int32; aClass: String; aMethod: String)

 

void Less(Double Actual, Double Expected, String Message, String aFile, Int32 aLine, String aClass, String aMethod)

 

func Less(_ Actual: Double, _ Expected: Double, _ Message: String, _ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String)

 

void Less(Double Actual, Double Expected, String Message, String aFile, Integer aLine, String aClass, String aMethod)

 

Sub Less(Actual As Double, Expected As Double, Message As String, aFile As String, aLine As Int32, aClass As String, aMethod As String)

Parameters:

  • Actual:
  • Expected:
  • Message:
  • aFile:
  • aLine:
  • aClass:
  • aMethod:

Less (Int32, Int32, String, String, Int32, String, String)  virtual

 

method Less(Actual: Int32; Expected: Int32; Message: String; aFile: String; aLine: Int32; aClass: String; aMethod: String)

 

void Less(Int32 Actual, Int32 Expected, String Message, String aFile, Int32 aLine, String aClass, String aMethod)

 

func Less(_ Actual: Int32, _ Expected: Int32, _ Message: String, _ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String)

 

void Less(Integer Actual, Integer Expected, String Message, String aFile, Integer aLine, String aClass, String aMethod)

 

Sub Less(Actual As Int32, Expected As Int32, Message As String, aFile As String, aLine As Int32, aClass As String, aMethod As String)

Parameters:

  • Actual:
  • Expected:
  • Message:
  • aFile:
  • aLine:
  • aClass:
  • aMethod:

Less (Int64, Int64, String, String, Int32, String, String)  virtual

 

method Less(Actual: Int64; Expected: Int64; Message: String; aFile: String; aLine: Int32; aClass: String; aMethod: String)

 

void Less(Int64 Actual, Int64 Expected, String Message, String aFile, Int32 aLine, String aClass, String aMethod)

 

func Less(_ Actual: Int64, _ Expected: Int64, _ Message: String, _ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String)

 

void Less(Int64 Actual, Int64 Expected, String Message, String aFile, Integer aLine, String aClass, String aMethod)

 

Sub Less(Actual As Int64, Expected As Int64, Message As String, aFile As String, aLine As Int32, aClass As String, aMethod As String)

Parameters:

  • Actual:
  • Expected:
  • Message:
  • aFile:
  • aLine:
  • aClass:
  • aMethod:

LessOrEquals (Double, Double, String, String, Int32, String, String)  virtual

 

method LessOrEquals(Actual: Double; Expected: Double; Message: String; aFile: String; aLine: Int32; aClass: String; aMethod: String)

 

void LessOrEquals(Double Actual, Double Expected, String Message, String aFile, Int32 aLine, String aClass, String aMethod)

 

func LessOrEquals(_ Actual: Double, _ Expected: Double, _ Message: String, _ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String)

 

void LessOrEquals(Double Actual, Double Expected, String Message, String aFile, Integer aLine, String aClass, String aMethod)

 

Sub LessOrEquals(Actual As Double, Expected As Double, Message As String, aFile As String, aLine As Int32, aClass As String, aMethod As String)

Parameters:

  • Actual:
  • Expected:
  • Message:
  • aFile:
  • aLine:
  • aClass:
  • aMethod:

LessOrEquals (Int32, Int32, String, String, Int32, String, String)  virtual

 

method LessOrEquals(Actual: Int32; Expected: Int32; Message: String; aFile: String; aLine: Int32; aClass: String; aMethod: String)

 

void LessOrEquals(Int32 Actual, Int32 Expected, String Message, String aFile, Int32 aLine, String aClass, String aMethod)

 

func LessOrEquals(_ Actual: Int32, _ Expected: Int32, _ Message: String, _ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String)

 

void LessOrEquals(Integer Actual, Integer Expected, String Message, String aFile, Integer aLine, String aClass, String aMethod)

 

Sub LessOrEquals(Actual As Int32, Expected As Int32, Message As String, aFile As String, aLine As Int32, aClass As String, aMethod As String)

Parameters:

  • Actual:
  • Expected:
  • Message:
  • aFile:
  • aLine:
  • aClass:
  • aMethod:

LessOrEquals (Int64, Int64, String, String, Int32, String, String)  virtual

 

method LessOrEquals(Actual: Int64; Expected: Int64; Message: String; aFile: String; aLine: Int32; aClass: String; aMethod: String)

 

void LessOrEquals(Int64 Actual, Int64 Expected, String Message, String aFile, Int32 aLine, String aClass, String aMethod)

 

func LessOrEquals(_ Actual: Int64, _ Expected: Int64, _ Message: String, _ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String)

 

void LessOrEquals(Int64 Actual, Int64 Expected, String Message, String aFile, Integer aLine, String aClass, String aMethod)

 

Sub LessOrEquals(Actual As Int64, Expected As Int64, Message As String, aFile As String, aLine As Int32, aClass As String, aMethod As String)

Parameters:

  • Actual:
  • Expected:
  • Message:
  • aFile:
  • aLine:
  • aClass:
  • aMethod:

StartsWith  virtual

 

method StartsWith(Prefix: String; SourceString: String; Message: String; aFile: String; aLine: Int32; aClass: String; aMethod: String)

 

void StartsWith(String Prefix, String SourceString, String Message, String aFile, Int32 aLine, String aClass, String aMethod)

 

func StartsWith(_ Prefix: String, _ SourceString: String, _ Message: String, _ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String)

 

void StartsWith(String Prefix, String SourceString, String Message, String aFile, Integer aLine, String aClass, String aMethod)

 

Sub StartsWith(Prefix As String, SourceString As String, Message As String, aFile As String, aLine As Int32, aClass As String, aMethod As String)

Parameters:

  • Prefix:
  • SourceString:
  • Message:
  • aFile:
  • aLine:
  • aClass:
  • aMethod:

Success  virtual abstract

 

method Success(aIgnoredMessage: String; aFile: String; aLine: Int32; aClass: String; aMethod: String)

 

void Success(String aIgnoredMessage, String aFile, Int32 aLine, String aClass, String aMethod)

 

func Success(_ aIgnoredMessage: String, _ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String)

 

void Success(String aIgnoredMessage, String aFile, Integer aLine, String aClass, String aMethod)

 

Sub Success(aIgnoredMessage As String, aFile As String, aLine As Int32, aClass As String, aMethod As String)

Parameters:

  • aIgnoredMessage:
  • aFile:
  • aLine:
  • aClass:
  • aMethod:

Throws (AssertAction, String, String, Int32, String, String)  virtual

 

method Throws(Action: AssertAction; Message: String; aFile: String; aLine: Int32; aClass: String; aMethod: String)

 

void Throws(AssertAction Action, String Message, String aFile, Int32 aLine, String aClass, String aMethod)

 

func Throws(_ Action: AssertAction, _ Message: String, _ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String)

 

void Throws(AssertAction Action, String Message, String aFile, Integer aLine, String aClass, String aMethod)

 

Sub Throws(Action As AssertAction, Message As String, aFile As String, aLine As Int32, aClass As String, aMethod As String)

Parameters:

  • Action:
  • Message:
  • aFile:
  • aLine:
  • aClass:
  • aMethod:

Throws (AssertAction, Type, String, String, Int32, String, String)  virtual

 

// .NET, .NET Standard 2.0, macOS
method Throws(Action: AssertAction; OfType: Type; Message: String; aFile: String; aLine: Int32; aClass: String; aMethod: String)
// Island
method Throws(Action: AssertAction; OfType: Type; Message: String; aFile: String; aLine: Int32; aClass: String; aMethod: String)

 

// .NET, .NET Standard 2.0, macOS
void Throws(AssertAction Action, Type OfType, String Message, String aFile, Int32 aLine, String aClass, String aMethod)
// Island
void Throws(AssertAction Action, Type OfType, String Message, String aFile, Int32 aLine, String aClass, String aMethod)

 

func Throws(_ Action: AssertAction, _ OfType: Class, _ Message: String, _ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String)

 

void Throws(AssertAction Action, Class OfType, String Message, String aFile, Integer aLine, String aClass, String aMethod)

 

// .NET, .NET Standard 2.0, macOS
Sub Throws(Action As AssertAction, OfType As Type, Message As String, aFile As String, aLine As Int32, aClass As String, aMethod As String)
// Island
Sub Throws(Action As AssertAction, OfType As Type, Message As String, aFile As String, aLine As Int32, aClass As String, aMethod As String)

Parameters:

  • Action:
  • OfType:
  • Message:
  • aFile:
  • aLine:
  • aClass:
  • aMethod: