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()
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)
Parameters:
- Actual:
- Expected:
- Message:
- aFile:
- aLine:
- aClass:
- aMethod:
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)
Parameters:
- Actual:
- Expected:
- Message:
- aFile:
- aLine:
- aClass:
- aMethod:
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)
Parameters:
- Actual:
- Expected:
- Precision:
- Message:
- aFile:
- aLine:
- aClass:
- aMethod:
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)
Parameters:
- Actual:
- Expected:
- Message:
- aFile:
- aLine:
- aClass:
- aMethod:
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)
Parameters:
- Actual:
- Expected:
- Message:
- aFile:
- aLine:
- aClass:
- aMethod:
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)
Parameters:
- Actual:
- Expected:
- Message:
- aFile:
- aLine:
- aClass:
- aMethod:
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)
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:
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)
Parameters:
- Actual:
- Expected:
- Message:
- aFile:
- aLine:
- aClass:
- aMethod:
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)
Parameters:
- Actual:
- Expected:
- Message:
- aFile:
- aLine:
- aClass:
- aMethod:
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)
Parameters:
- Actual:
- Expected:
- Precision:
- Message:
- aFile:
- aLine:
- aClass:
- aMethod:
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)
Parameters:
- Actual:
- Expected:
- Message:
- aFile:
- aLine:
- aClass:
- aMethod:
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)
Parameters:
- Actual:
- Expected:
- Message:
- aFile:
- aLine:
- aClass:
- aMethod:
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)
Parameters:
- Actual:
- Expected:
- Message:
- aFile:
- aLine:
- aClass:
- aMethod:
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)
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
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)
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)
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)
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)
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)
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)
Parameters:
- Suffix:
- SourceString:
- Message:
- aFile:
- aLine:
- aClass:
- aMethod:
Fail virtual abstract
void Fail(String Message, String aFile, Integer aLine, String aClass, String aMethod)
Parameters:
- Message:
- aFile:
- aLine:
- aClass:
- aMethod:
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)
Parameters:
- Actual:
- Expected:
- Message:
- aFile:
- aLine:
- aClass:
- aMethod:
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)
Parameters:
- Actual:
- Expected:
- Message:
- aFile:
- aLine:
- aClass:
- aMethod:
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)
Parameters:
- Actual:
- Expected:
- Message:
- aFile:
- aLine:
- aClass:
- aMethod:
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)
Parameters:
- Actual:
- Expected:
- Message:
- aFile:
- aLine:
- aClass:
- aMethod:
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)
Parameters:
- Actual:
- Expected:
- Message:
- aFile:
- aLine:
- aClass:
- aMethod:
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)
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)
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)
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)
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)
Parameters:
- Actual:
- Message:
- aFile:
- aLine:
- aClass:
- aMethod:
IsNaN virtual
method IsNaN(Actual: Double; Message: String; aFile: String; aLine: Int32; aClass: String; aMethod: String)
func IsNaN(_ Actual: Double, _ Message: String, _ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String)
Parameters:
- Actual:
- Message:
- aFile:
- aLine:
- aClass:
- aMethod:
IsNil virtual
method IsNil(Actual: Object; Message: String; aFile: String; aLine: Int32; aClass: String; aMethod: String)
func IsNil(_ Actual: NSObject, _ Message: String, _ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: 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)
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)
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)
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)
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)
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)
Parameters:
- Actual:
- Message:
- aFile:
- aLine:
- aClass:
- aMethod:
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)
Parameters:
- Actual:
- Expected:
- Message:
- aFile:
- aLine:
- aClass:
- aMethod:
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)
Parameters:
- Actual:
- Expected:
- Message:
- aFile:
- aLine:
- aClass:
- aMethod:
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)
Parameters:
- Actual:
- Expected:
- Message:
- aFile:
- aLine:
- aClass:
- aMethod:
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)
Parameters:
- Actual:
- Expected:
- Message:
- aFile:
- aLine:
- aClass:
- aMethod:
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)
Parameters:
- Actual:
- Expected:
- Message:
- aFile:
- aLine:
- aClass:
- aMethod:
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)
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)
Parameters:
- Prefix:
- SourceString:
- Message:
- aFile:
- aLine:
- aClass:
- aMethod:
Success virtual abstract
method Success(aIgnoredMessage: String; aFile: String; aLine: Int32; aClass: String; aMethod: String)
func Success(_ aIgnoredMessage: String, _ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String)
void Success(String aIgnoredMessage, String aFile, Integer aLine, String aClass, String aMethod)
Parameters:
- aIgnoredMessage:
- aFile:
- aLine:
- aClass:
- aMethod:
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)
Parameters:
- Action:
- Message:
- aFile:
- aLine:
- aClass:
- aMethod:
// .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: