Global

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.XCTest
  • Platforms: .NET, .NET Standard 2.0, Cooper, Island, macOS, Toffee

Methods


XCTAssert  virtual

 

// .NET, .NET Standard 2.0
class method XCTAssert(Expression: Boolean; aMessage: String := nil; aFile: String := nil; aLine: Int32 := nil; aClass: String := nil; aMethod: String := nil)
// Island
class method XCTAssert(Expression: Boolean; aMessage: String := nil; aFile: String; aLine: Int32; aClass: String; aMethod: String)
// macOS
class method XCTAssert(Expression: Boolean; aMessage: String; aFile: String; aLine: Int32; aClass: String; aMethod: String)

 

// .NET, .NET Standard 2.0
static void XCTAssert(Boolean Expression, String aMessage = null, String aFile = null, Int32 aLine = null, String aClass = null, String aMethod = null)
// Island
static void XCTAssert(Boolean Expression, String aMessage = null, String aFile, Int32 aLine, String aClass, String aMethod)
// macOS
static void XCTAssert(Boolean Expression, String aMessage, String aFile, Int32 aLine, String aClass, String aMethod)

 

static func XCTAssert(_ Expression: Boolean, _ aMessage: String = nil, _ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String)

 

static void XCTAssert(Boolean Expression, String aMessage, String aFile, Integer aLine, String aClass, String aMethod)

 

// .NET, .NET Standard 2.0
Shared Sub XCTAssert(Expression As Boolean, aMessage As String = Null, aFile As String = Null, aLine As Int32 = Null, aClass As String = Null, aMethod As String = Null)
// Island
Shared Sub XCTAssert(Expression As Boolean, aMessage As String = Null, aFile As String, aLine As Int32, aClass As String, aMethod As String)
// macOS
Shared Sub XCTAssert(Expression As Boolean, aMessage As String, aFile As String, aLine As Int32, aClass As String, aMethod As String)

Parameters:

  • Expression:
  • aMessage:
  • aFile:
  • aLine:
  • aClass:
  • aMethod:

XCTAssertEqual (Double, Double, String, String, Int32, String, String)  virtual

 

// .NET, .NET Standard 2.0
class method XCTAssertEqual(Actual: Double; Expected: Double; aMessage: String := nil; aFile: String := nil; aLine: Int32 := nil; aClass: String := nil; aMethod: String := nil)
// Island
class method XCTAssertEqual(Actual: Double; Expected: Double; aMessage: String := nil; aFile: String; aLine: Int32; aClass: String; aMethod: String)
// macOS
class method XCTAssertEqual(Actual: Double; Expected: Double; aMessage: String; aFile: String; aLine: Int32; aClass: String; aMethod: String)

 

// .NET, .NET Standard 2.0
static void XCTAssertEqual(Double Actual, Double Expected, String aMessage = null, String aFile = null, Int32 aLine = null, String aClass = null, String aMethod = null)
// Island
static void XCTAssertEqual(Double Actual, Double Expected, String aMessage = null, String aFile, Int32 aLine, String aClass, String aMethod)
// macOS
static void XCTAssertEqual(Double Actual, Double Expected, String aMessage, String aFile, Int32 aLine, String aClass, String aMethod)

 

static func XCTAssertEqual(_ Actual: Double, _ Expected: Double, _ aMessage: String = nil, _ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String)

 

static void XCTAssertEqual(Double Actual, Double Expected, String aMessage, String aFile, Integer aLine, String aClass, String aMethod)

 

// .NET, .NET Standard 2.0
Shared Sub XCTAssertEqual(Actual As Double, Expected As Double, aMessage As String = Null, aFile As String = Null, aLine As Int32 = Null, aClass As String = Null, aMethod As String = Null)
// Island
Shared Sub XCTAssertEqual(Actual As Double, Expected As Double, aMessage As String = Null, aFile As String, aLine As Int32, aClass As String, aMethod As String)
// macOS
Shared Sub XCTAssertEqual(Actual As Double, Expected As Double, aMessage As String, aFile As String, aLine As Int32, aClass As String, aMethod As String)

Parameters:

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

XCTAssertEqual (Int64, Int64, String, String, Int32, String, String)  virtual

 

// .NET, .NET Standard 2.0
class method XCTAssertEqual(Actual: Int64; Expected: Int64; aMessage: String := nil; aFile: String := nil; aLine: Int32 := nil; aClass: String := nil; aMethod: String := nil)
// Island
class method XCTAssertEqual(Actual: Int64; Expected: Int64; aMessage: String := nil; aFile: String; aLine: Int32; aClass: String; aMethod: String)
// macOS
class method XCTAssertEqual(Actual: Int64; Expected: Int64; aMessage: String; aFile: String; aLine: Int32; aClass: String; aMethod: String)

 

// .NET, .NET Standard 2.0
static void XCTAssertEqual(Int64 Actual, Int64 Expected, String aMessage = null, String aFile = null, Int32 aLine = null, String aClass = null, String aMethod = null)
// Island
static void XCTAssertEqual(Int64 Actual, Int64 Expected, String aMessage = null, String aFile, Int32 aLine, String aClass, String aMethod)
// macOS
static void XCTAssertEqual(Int64 Actual, Int64 Expected, String aMessage, String aFile, Int32 aLine, String aClass, String aMethod)

 

static func XCTAssertEqual(_ Actual: Int64, _ Expected: Int64, _ aMessage: String = nil, _ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String)

 

static void XCTAssertEqual(Int64 Actual, Int64 Expected, String aMessage, String aFile, Integer aLine, String aClass, String aMethod)

 

// .NET, .NET Standard 2.0
Shared Sub XCTAssertEqual(Actual As Int64, Expected As Int64, aMessage As String = Null, aFile As String = Null, aLine As Int32 = Null, aClass As String = Null, aMethod As String = Null)
// Island
Shared Sub XCTAssertEqual(Actual As Int64, Expected As Int64, aMessage As String = Null, aFile As String, aLine As Int32, aClass As String, aMethod As String)
// macOS
Shared Sub XCTAssertEqual(Actual As Int64, Expected As Int64, aMessage As String, aFile As String, aLine As Int32, aClass As String, aMethod As String)

Parameters:

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

XCTAssertEqual (Object, Object, String, String, Int32, String, String)  virtual

 

// .NET, .NET Standard 2.0
class method XCTAssertEqual(Actual: Object; Expected: Object; aMessage: String := nil; aFile: String := nil; aLine: Int32 := nil; aClass: String := nil; aMethod: String := nil)
// Island
class method XCTAssertEqual(Actual: Object; Expected: Object; aMessage: String := nil; aFile: String; aLine: Int32; aClass: String; aMethod: String)
// macOS
class method XCTAssertEqual(Actual: Object; Expected: Object; aMessage: String; aFile: String; aLine: Int32; aClass: String; aMethod: String)

 

// .NET, .NET Standard 2.0
static void XCTAssertEqual(Object Actual, Object Expected, String aMessage = null, String aFile = null, Int32 aLine = null, String aClass = null, String aMethod = null)
// Island
static void XCTAssertEqual(Object Actual, Object Expected, String aMessage = null, String aFile, Int32 aLine, String aClass, String aMethod)
// macOS
static void XCTAssertEqual(Object Actual, Object Expected, String aMessage, String aFile, Int32 aLine, String aClass, String aMethod)

 

static func XCTAssertEqual(_ Actual: NSObject, _ Expected: NSObject, _ aMessage: String = nil, _ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String)

 

static void XCTAssertEqual(Object Actual, Object Expected, String aMessage, String aFile, Integer aLine, String aClass, String aMethod)

 

// .NET, .NET Standard 2.0
Shared Sub XCTAssertEqual(Actual As Object, Expected As Object, aMessage As String = Null, aFile As String = Null, aLine As Int32 = Null, aClass As String = Null, aMethod As String = Null)
// Island
Shared Sub XCTAssertEqual(Actual As Object, Expected As Object, aMessage As String = Null, aFile As String, aLine As Int32, aClass As String, aMethod As String)
// macOS
Shared Sub XCTAssertEqual(Actual As Object, Expected As Object, aMessage As String, aFile As String, aLine As Int32, aClass As String, aMethod As String)

Parameters:

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

XCTAssertEqualObjects  virtual

 

// .NET, .NET Standard 2.0
class method XCTAssertEqualObjects(Actual: Object; Expected: Object; aMessage: String := nil; aFile: String := nil; aLine: Int32 := nil; aClass: String := nil; aMethod: String := nil)
// Island
class method XCTAssertEqualObjects(Actual: Object; Expected: Object; aMessage: String := nil; aFile: String; aLine: Int32; aClass: String; aMethod: String)
// macOS
class method XCTAssertEqualObjects(Actual: Object; Expected: Object; aMessage: String; aFile: String; aLine: Int32; aClass: String; aMethod: String)

 

// .NET, .NET Standard 2.0
static void XCTAssertEqualObjects(Object Actual, Object Expected, String aMessage = null, String aFile = null, Int32 aLine = null, String aClass = null, String aMethod = null)
// Island
static void XCTAssertEqualObjects(Object Actual, Object Expected, String aMessage = null, String aFile, Int32 aLine, String aClass, String aMethod)
// macOS
static void XCTAssertEqualObjects(Object Actual, Object Expected, String aMessage, String aFile, Int32 aLine, String aClass, String aMethod)

 

static func XCTAssertEqualObjects(_ Actual: NSObject, _ Expected: NSObject, _ aMessage: String = nil, _ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String)

 

static void XCTAssertEqualObjects(Object Actual, Object Expected, String aMessage, String aFile, Integer aLine, String aClass, String aMethod)

 

// .NET, .NET Standard 2.0
Shared Sub XCTAssertEqualObjects(Actual As Object, Expected As Object, aMessage As String = Null, aFile As String = Null, aLine As Int32 = Null, aClass As String = Null, aMethod As String = Null)
// Island
Shared Sub XCTAssertEqualObjects(Actual As Object, Expected As Object, aMessage As String = Null, aFile As String, aLine As Int32, aClass As String, aMethod As String)
// macOS
Shared Sub XCTAssertEqualObjects(Actual As Object, Expected As Object, aMessage As String, aFile As String, aLine As Int32, aClass As String, aMethod As String)

Parameters:

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

XCTAssertFalse  virtual

 

// .NET, .NET Standard 2.0
class method XCTAssertFalse(Expression: Boolean; aMessage: String := nil; aFile: String := nil; aLine: Int32 := nil; aClass: String := nil; aMethod: String := nil)
// Island
class method XCTAssertFalse(Expression: Boolean; aMessage: String := nil; aFile: String; aLine: Int32; aClass: String; aMethod: String)
// macOS
class method XCTAssertFalse(Expression: Boolean; aMessage: String; aFile: String; aLine: Int32; aClass: String; aMethod: String)

 

// .NET, .NET Standard 2.0
static void XCTAssertFalse(Boolean Expression, String aMessage = null, String aFile = null, Int32 aLine = null, String aClass = null, String aMethod = null)
// Island
static void XCTAssertFalse(Boolean Expression, String aMessage = null, String aFile, Int32 aLine, String aClass, String aMethod)
// macOS
static void XCTAssertFalse(Boolean Expression, String aMessage, String aFile, Int32 aLine, String aClass, String aMethod)

 

static func XCTAssertFalse(_ Expression: Boolean, _ aMessage: String = nil, _ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String)

 

static void XCTAssertFalse(Boolean Expression, String aMessage, String aFile, Integer aLine, String aClass, String aMethod)

 

// .NET, .NET Standard 2.0
Shared Sub XCTAssertFalse(Expression As Boolean, aMessage As String = Null, aFile As String = Null, aLine As Int32 = Null, aClass As String = Null, aMethod As String = Null)
// Island
Shared Sub XCTAssertFalse(Expression As Boolean, aMessage As String = Null, aFile As String, aLine As Int32, aClass As String, aMethod As String)
// macOS
Shared Sub XCTAssertFalse(Expression As Boolean, aMessage As String, aFile As String, aLine As Int32, aClass As String, aMethod As String)

Parameters:

  • Expression:
  • aMessage:
  • aFile:
  • aLine:
  • aClass:
  • aMethod:

XCTAssertGreaterThan (Double, Double, String, Int32, String, String)  virtual

 

// .NET, .NET Standard 2.0
class method XCTAssertGreaterThan(Actual: Double; Expected: Double; aFile: String := nil; aLine: Int32 := nil; aClass: String := nil; aMethod: String := nil)
// Island, macOS
class method XCTAssertGreaterThan(Actual: Double; Expected: Double; aFile: String; aLine: Int32; aClass: String; aMethod: String)

 

// .NET, .NET Standard 2.0
static void XCTAssertGreaterThan(Double Actual, Double Expected, String aFile = null, Int32 aLine = null, String aClass = null, String aMethod = null)
// Island, macOS
static void XCTAssertGreaterThan(Double Actual, Double Expected, String aFile, Int32 aLine, String aClass, String aMethod)

 

static func XCTAssertGreaterThan(_ Actual: Double, _ Expected: Double, _ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String)

 

static void XCTAssertGreaterThan(Double Actual, Double Expected, String aFile, Integer aLine, String aClass, String aMethod)

 

// .NET, .NET Standard 2.0
Shared Sub XCTAssertGreaterThan(Actual As Double, Expected As Double, aFile As String = Null, aLine As Int32 = Null, aClass As String = Null, aMethod As String = Null)
// Island, macOS
Shared Sub XCTAssertGreaterThan(Actual As Double, Expected As Double, aFile As String, aLine As Int32, aClass As String, aMethod As String)

Parameters:

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

XCTAssertGreaterThan (Int64, Int64, String, Int32, String, String)  virtual

 

// .NET, .NET Standard 2.0
class method XCTAssertGreaterThan(Actual: Int64; Expected: Int64; aFile: String := nil; aLine: Int32 := nil; aClass: String := nil; aMethod: String := nil)
// Island, macOS
class method XCTAssertGreaterThan(Actual: Int64; Expected: Int64; aFile: String; aLine: Int32; aClass: String; aMethod: String)

 

// .NET, .NET Standard 2.0
static void XCTAssertGreaterThan(Int64 Actual, Int64 Expected, String aFile = null, Int32 aLine = null, String aClass = null, String aMethod = null)
// Island, macOS
static void XCTAssertGreaterThan(Int64 Actual, Int64 Expected, String aFile, Int32 aLine, String aClass, String aMethod)

 

static func XCTAssertGreaterThan(_ Actual: Int64, _ Expected: Int64, _ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String)

 

static void XCTAssertGreaterThan(Int64 Actual, Int64 Expected, String aFile, Integer aLine, String aClass, String aMethod)

 

// .NET, .NET Standard 2.0
Shared Sub XCTAssertGreaterThan(Actual As Int64, Expected As Int64, aFile As String = Null, aLine As Int32 = Null, aClass As String = Null, aMethod As String = Null)
// Island, macOS
Shared Sub XCTAssertGreaterThan(Actual As Int64, Expected As Int64, aFile As String, aLine As Int32, aClass As String, aMethod As String)

Parameters:

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

XCTAssertGreaterThanOrEqual (Double, Double, String, Int32, String, String)  virtual

 

// .NET, .NET Standard 2.0
class method XCTAssertGreaterThanOrEqual(Actual: Double; Expected: Double; aFile: String := nil; aLine: Int32 := nil; aClass: String := nil; aMethod: String := nil)
// Island, macOS
class method XCTAssertGreaterThanOrEqual(Actual: Double; Expected: Double; aFile: String; aLine: Int32; aClass: String; aMethod: String)

 

// .NET, .NET Standard 2.0
static void XCTAssertGreaterThanOrEqual(Double Actual, Double Expected, String aFile = null, Int32 aLine = null, String aClass = null, String aMethod = null)
// Island, macOS
static void XCTAssertGreaterThanOrEqual(Double Actual, Double Expected, String aFile, Int32 aLine, String aClass, String aMethod)

 

static func XCTAssertGreaterThanOrEqual(_ Actual: Double, _ Expected: Double, _ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String)

 

static void XCTAssertGreaterThanOrEqual(Double Actual, Double Expected, String aFile, Integer aLine, String aClass, String aMethod)

 

// .NET, .NET Standard 2.0
Shared Sub XCTAssertGreaterThanOrEqual(Actual As Double, Expected As Double, aFile As String = Null, aLine As Int32 = Null, aClass As String = Null, aMethod As String = Null)
// Island, macOS
Shared Sub XCTAssertGreaterThanOrEqual(Actual As Double, Expected As Double, aFile As String, aLine As Int32, aClass As String, aMethod As String)

Parameters:

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

XCTAssertGreaterThanOrEqual (Int64, Int64, String, Int32, String, String)  virtual

 

// .NET, .NET Standard 2.0
class method XCTAssertGreaterThanOrEqual(Actual: Int64; Expected: Int64; aFile: String := nil; aLine: Int32 := nil; aClass: String := nil; aMethod: String := nil)
// Island, macOS
class method XCTAssertGreaterThanOrEqual(Actual: Int64; Expected: Int64; aFile: String; aLine: Int32; aClass: String; aMethod: String)

 

// .NET, .NET Standard 2.0
static void XCTAssertGreaterThanOrEqual(Int64 Actual, Int64 Expected, String aFile = null, Int32 aLine = null, String aClass = null, String aMethod = null)
// Island, macOS
static void XCTAssertGreaterThanOrEqual(Int64 Actual, Int64 Expected, String aFile, Int32 aLine, String aClass, String aMethod)

 

static func XCTAssertGreaterThanOrEqual(_ Actual: Int64, _ Expected: Int64, _ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String)

 

static void XCTAssertGreaterThanOrEqual(Int64 Actual, Int64 Expected, String aFile, Integer aLine, String aClass, String aMethod)

 

// .NET, .NET Standard 2.0
Shared Sub XCTAssertGreaterThanOrEqual(Actual As Int64, Expected As Int64, aFile As String = Null, aLine As Int32 = Null, aClass As String = Null, aMethod As String = Null)
// Island, macOS
Shared Sub XCTAssertGreaterThanOrEqual(Actual As Int64, Expected As Int64, aFile As String, aLine As Int32, aClass As String, aMethod As String)

Parameters:

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

XCTAssertLessThan (Double, Double, String, Int32, String, String)  virtual

 

// .NET, .NET Standard 2.0
class method XCTAssertLessThan(Actual: Double; Expected: Double; aFile: String := nil; aLine: Int32 := nil; aClass: String := nil; aMethod: String := nil)
// Island, macOS
class method XCTAssertLessThan(Actual: Double; Expected: Double; aFile: String; aLine: Int32; aClass: String; aMethod: String)

 

// .NET, .NET Standard 2.0
static void XCTAssertLessThan(Double Actual, Double Expected, String aFile = null, Int32 aLine = null, String aClass = null, String aMethod = null)
// Island, macOS
static void XCTAssertLessThan(Double Actual, Double Expected, String aFile, Int32 aLine, String aClass, String aMethod)

 

static func XCTAssertLessThan(_ Actual: Double, _ Expected: Double, _ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String)

 

static void XCTAssertLessThan(Double Actual, Double Expected, String aFile, Integer aLine, String aClass, String aMethod)

 

// .NET, .NET Standard 2.0
Shared Sub XCTAssertLessThan(Actual As Double, Expected As Double, aFile As String = Null, aLine As Int32 = Null, aClass As String = Null, aMethod As String = Null)
// Island, macOS
Shared Sub XCTAssertLessThan(Actual As Double, Expected As Double, aFile As String, aLine As Int32, aClass As String, aMethod As String)

Parameters:

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

XCTAssertLessThan (Int64, Int64, String, Int32, String, String)  virtual

 

// .NET, .NET Standard 2.0
class method XCTAssertLessThan(Actual: Int64; Expected: Int64; aFile: String := nil; aLine: Int32 := nil; aClass: String := nil; aMethod: String := nil)
// Island, macOS
class method XCTAssertLessThan(Actual: Int64; Expected: Int64; aFile: String; aLine: Int32; aClass: String; aMethod: String)

 

// .NET, .NET Standard 2.0
static void XCTAssertLessThan(Int64 Actual, Int64 Expected, String aFile = null, Int32 aLine = null, String aClass = null, String aMethod = null)
// Island, macOS
static void XCTAssertLessThan(Int64 Actual, Int64 Expected, String aFile, Int32 aLine, String aClass, String aMethod)

 

static func XCTAssertLessThan(_ Actual: Int64, _ Expected: Int64, _ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String)

 

static void XCTAssertLessThan(Int64 Actual, Int64 Expected, String aFile, Integer aLine, String aClass, String aMethod)

 

// .NET, .NET Standard 2.0
Shared Sub XCTAssertLessThan(Actual As Int64, Expected As Int64, aFile As String = Null, aLine As Int32 = Null, aClass As String = Null, aMethod As String = Null)
// Island, macOS
Shared Sub XCTAssertLessThan(Actual As Int64, Expected As Int64, aFile As String, aLine As Int32, aClass As String, aMethod As String)

Parameters:

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

XCTAssertLessThanOrEqual (Double, Double, String, Int32, String, String)  virtual

 

// .NET, .NET Standard 2.0
class method XCTAssertLessThanOrEqual(Actual: Double; Expected: Double; aFile: String := nil; aLine: Int32 := nil; aClass: String := nil; aMethod: String := nil)
// Island, macOS
class method XCTAssertLessThanOrEqual(Actual: Double; Expected: Double; aFile: String; aLine: Int32; aClass: String; aMethod: String)

 

// .NET, .NET Standard 2.0
static void XCTAssertLessThanOrEqual(Double Actual, Double Expected, String aFile = null, Int32 aLine = null, String aClass = null, String aMethod = null)
// Island, macOS
static void XCTAssertLessThanOrEqual(Double Actual, Double Expected, String aFile, Int32 aLine, String aClass, String aMethod)

 

static func XCTAssertLessThanOrEqual(_ Actual: Double, _ Expected: Double, _ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String)

 

static void XCTAssertLessThanOrEqual(Double Actual, Double Expected, String aFile, Integer aLine, String aClass, String aMethod)

 

// .NET, .NET Standard 2.0
Shared Sub XCTAssertLessThanOrEqual(Actual As Double, Expected As Double, aFile As String = Null, aLine As Int32 = Null, aClass As String = Null, aMethod As String = Null)
// Island, macOS
Shared Sub XCTAssertLessThanOrEqual(Actual As Double, Expected As Double, aFile As String, aLine As Int32, aClass As String, aMethod As String)

Parameters:

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

XCTAssertLessThanOrEqual (Int64, Int64, String, Int32, String, String)  virtual

 

// .NET, .NET Standard 2.0
class method XCTAssertLessThanOrEqual(Actual: Int64; Expected: Int64; aFile: String := nil; aLine: Int32 := nil; aClass: String := nil; aMethod: String := nil)
// Island, macOS
class method XCTAssertLessThanOrEqual(Actual: Int64; Expected: Int64; aFile: String; aLine: Int32; aClass: String; aMethod: String)

 

// .NET, .NET Standard 2.0
static void XCTAssertLessThanOrEqual(Int64 Actual, Int64 Expected, String aFile = null, Int32 aLine = null, String aClass = null, String aMethod = null)
// Island, macOS
static void XCTAssertLessThanOrEqual(Int64 Actual, Int64 Expected, String aFile, Int32 aLine, String aClass, String aMethod)

 

static func XCTAssertLessThanOrEqual(_ Actual: Int64, _ Expected: Int64, _ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String)

 

static void XCTAssertLessThanOrEqual(Int64 Actual, Int64 Expected, String aFile, Integer aLine, String aClass, String aMethod)

 

// .NET, .NET Standard 2.0
Shared Sub XCTAssertLessThanOrEqual(Actual As Int64, Expected As Int64, aFile As String = Null, aLine As Int32 = Null, aClass As String = Null, aMethod As String = Null)
// Island, macOS
Shared Sub XCTAssertLessThanOrEqual(Actual As Int64, Expected As Int64, aFile As String, aLine As Int32, aClass As String, aMethod As String)

Parameters:

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

XCTAssertNil  virtual

 

// .NET, .NET Standard 2.0
class method XCTAssertNil(Expression: Object; aMessage: String := nil; aFile: String := nil; aLine: Int32 := nil; aClass: String := nil; aMethod: String := nil)
// Island
class method XCTAssertNil(Expression: Object; aMessage: String := nil; aFile: String; aLine: Int32; aClass: String; aMethod: String)
// macOS
class method XCTAssertNil(Expression: Object; aMessage: String; aFile: String; aLine: Int32; aClass: String; aMethod: String)

 

// .NET, .NET Standard 2.0
static void XCTAssertNil(Object Expression, String aMessage = null, String aFile = null, Int32 aLine = null, String aClass = null, String aMethod = null)
// Island
static void XCTAssertNil(Object Expression, String aMessage = null, String aFile, Int32 aLine, String aClass, String aMethod)
// macOS
static void XCTAssertNil(Object Expression, String aMessage, String aFile, Int32 aLine, String aClass, String aMethod)

 

static func XCTAssertNil(_ Expression: NSObject, _ aMessage: String = nil, _ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String)

 

static void XCTAssertNil(Object Expression, String aMessage, String aFile, Integer aLine, String aClass, String aMethod)

 

// .NET, .NET Standard 2.0
Shared Sub XCTAssertNil(Expression As Object, aMessage As String = Null, aFile As String = Null, aLine As Int32 = Null, aClass As String = Null, aMethod As String = Null)
// Island
Shared Sub XCTAssertNil(Expression As Object, aMessage As String = Null, aFile As String, aLine As Int32, aClass As String, aMethod As String)
// macOS
Shared Sub XCTAssertNil(Expression As Object, aMessage As String, aFile As String, aLine As Int32, aClass As String, aMethod As String)

Parameters:

  • Expression:
  • aMessage:
  • aFile:
  • aLine:
  • aClass:
  • aMethod:

XCTAssertNotEqual (Double, Double, String, String, Int32, String, String)  virtual

 

// .NET, .NET Standard 2.0
class method XCTAssertNotEqual(Actual: Double; Expected: Double; aMessage: String := nil; aFile: String := nil; aLine: Int32 := nil; aClass: String := nil; aMethod: String := nil)
// Island
class method XCTAssertNotEqual(Actual: Double; Expected: Double; aMessage: String := nil; aFile: String; aLine: Int32; aClass: String; aMethod: String)
// macOS
class method XCTAssertNotEqual(Actual: Double; Expected: Double; aMessage: String; aFile: String; aLine: Int32; aClass: String; aMethod: String)

 

// .NET, .NET Standard 2.0
static void XCTAssertNotEqual(Double Actual, Double Expected, String aMessage = null, String aFile = null, Int32 aLine = null, String aClass = null, String aMethod = null)
// Island
static void XCTAssertNotEqual(Double Actual, Double Expected, String aMessage = null, String aFile, Int32 aLine, String aClass, String aMethod)
// macOS
static void XCTAssertNotEqual(Double Actual, Double Expected, String aMessage, String aFile, Int32 aLine, String aClass, String aMethod)

 

static func XCTAssertNotEqual(_ Actual: Double, _ Expected: Double, _ aMessage: String = nil, _ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String)

 

static void XCTAssertNotEqual(Double Actual, Double Expected, String aMessage, String aFile, Integer aLine, String aClass, String aMethod)

 

// .NET, .NET Standard 2.0
Shared Sub XCTAssertNotEqual(Actual As Double, Expected As Double, aMessage As String = Null, aFile As String = Null, aLine As Int32 = Null, aClass As String = Null, aMethod As String = Null)
// Island
Shared Sub XCTAssertNotEqual(Actual As Double, Expected As Double, aMessage As String = Null, aFile As String, aLine As Int32, aClass As String, aMethod As String)
// macOS
Shared Sub XCTAssertNotEqual(Actual As Double, Expected As Double, aMessage As String, aFile As String, aLine As Int32, aClass As String, aMethod As String)

Parameters:

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

XCTAssertNotEqual (Int64, Int64, String, String, Int32, String, String)  virtual

 

// .NET, .NET Standard 2.0
class method XCTAssertNotEqual(Actual: Int64; Expected: Int64; aMessage: String := nil; aFile: String := nil; aLine: Int32 := nil; aClass: String := nil; aMethod: String := nil)
// Island
class method XCTAssertNotEqual(Actual: Int64; Expected: Int64; aMessage: String := nil; aFile: String; aLine: Int32; aClass: String; aMethod: String)
// macOS
class method XCTAssertNotEqual(Actual: Int64; Expected: Int64; aMessage: String; aFile: String; aLine: Int32; aClass: String; aMethod: String)

 

// .NET, .NET Standard 2.0
static void XCTAssertNotEqual(Int64 Actual, Int64 Expected, String aMessage = null, String aFile = null, Int32 aLine = null, String aClass = null, String aMethod = null)
// Island
static void XCTAssertNotEqual(Int64 Actual, Int64 Expected, String aMessage = null, String aFile, Int32 aLine, String aClass, String aMethod)
// macOS
static void XCTAssertNotEqual(Int64 Actual, Int64 Expected, String aMessage, String aFile, Int32 aLine, String aClass, String aMethod)

 

static func XCTAssertNotEqual(_ Actual: Int64, _ Expected: Int64, _ aMessage: String = nil, _ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String)

 

static void XCTAssertNotEqual(Int64 Actual, Int64 Expected, String aMessage, String aFile, Integer aLine, String aClass, String aMethod)

 

// .NET, .NET Standard 2.0
Shared Sub XCTAssertNotEqual(Actual As Int64, Expected As Int64, aMessage As String = Null, aFile As String = Null, aLine As Int32 = Null, aClass As String = Null, aMethod As String = Null)
// Island
Shared Sub XCTAssertNotEqual(Actual As Int64, Expected As Int64, aMessage As String = Null, aFile As String, aLine As Int32, aClass As String, aMethod As String)
// macOS
Shared Sub XCTAssertNotEqual(Actual As Int64, Expected As Int64, aMessage As String, aFile As String, aLine As Int32, aClass As String, aMethod As String)

Parameters:

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

XCTAssertNotEqual (Object, Object, String, String, Int32, String, String)  virtual

 

// .NET, .NET Standard 2.0
class method XCTAssertNotEqual(Actual: Object; Expected: Object; aMessage: String := nil; aFile: String := nil; aLine: Int32 := nil; aClass: String := nil; aMethod: String := nil)
// Island
class method XCTAssertNotEqual(Actual: Object; Expected: Object; aMessage: String := nil; aFile: String; aLine: Int32; aClass: String; aMethod: String)
// macOS
class method XCTAssertNotEqual(Actual: Object; Expected: Object; aMessage: String; aFile: String; aLine: Int32; aClass: String; aMethod: String)

 

// .NET, .NET Standard 2.0
static void XCTAssertNotEqual(Object Actual, Object Expected, String aMessage = null, String aFile = null, Int32 aLine = null, String aClass = null, String aMethod = null)
// Island
static void XCTAssertNotEqual(Object Actual, Object Expected, String aMessage = null, String aFile, Int32 aLine, String aClass, String aMethod)
// macOS
static void XCTAssertNotEqual(Object Actual, Object Expected, String aMessage, String aFile, Int32 aLine, String aClass, String aMethod)

 

static func XCTAssertNotEqual(_ Actual: NSObject, _ Expected: NSObject, _ aMessage: String = nil, _ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String)

 

static void XCTAssertNotEqual(Object Actual, Object Expected, String aMessage, String aFile, Integer aLine, String aClass, String aMethod)

 

// .NET, .NET Standard 2.0
Shared Sub XCTAssertNotEqual(Actual As Object, Expected As Object, aMessage As String = Null, aFile As String = Null, aLine As Int32 = Null, aClass As String = Null, aMethod As String = Null)
// Island
Shared Sub XCTAssertNotEqual(Actual As Object, Expected As Object, aMessage As String = Null, aFile As String, aLine As Int32, aClass As String, aMethod As String)
// macOS
Shared Sub XCTAssertNotEqual(Actual As Object, Expected As Object, aMessage As String, aFile As String, aLine As Int32, aClass As String, aMethod As String)

Parameters:

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

XCTAssertNotEqualObjects  virtual

 

// .NET, .NET Standard 2.0
class method XCTAssertNotEqualObjects(Actual: Object; Expected: Object; aMessage: String := nil; aFile: String := nil; aLine: Int32 := nil; aClass: String := nil; aMethod: String := nil)
// Island
class method XCTAssertNotEqualObjects(Actual: Object; Expected: Object; aMessage: String := nil; aFile: String; aLine: Int32; aClass: String; aMethod: String)
// macOS
class method XCTAssertNotEqualObjects(Actual: Object; Expected: Object; aMessage: String; aFile: String; aLine: Int32; aClass: String; aMethod: String)

 

// .NET, .NET Standard 2.0
static void XCTAssertNotEqualObjects(Object Actual, Object Expected, String aMessage = null, String aFile = null, Int32 aLine = null, String aClass = null, String aMethod = null)
// Island
static void XCTAssertNotEqualObjects(Object Actual, Object Expected, String aMessage = null, String aFile, Int32 aLine, String aClass, String aMethod)
// macOS
static void XCTAssertNotEqualObjects(Object Actual, Object Expected, String aMessage, String aFile, Int32 aLine, String aClass, String aMethod)

 

static func XCTAssertNotEqualObjects(_ Actual: NSObject, _ Expected: NSObject, _ aMessage: String = nil, _ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String)

 

static void XCTAssertNotEqualObjects(Object Actual, Object Expected, String aMessage, String aFile, Integer aLine, String aClass, String aMethod)

 

// .NET, .NET Standard 2.0
Shared Sub XCTAssertNotEqualObjects(Actual As Object, Expected As Object, aMessage As String = Null, aFile As String = Null, aLine As Int32 = Null, aClass As String = Null, aMethod As String = Null)
// Island
Shared Sub XCTAssertNotEqualObjects(Actual As Object, Expected As Object, aMessage As String = Null, aFile As String, aLine As Int32, aClass As String, aMethod As String)
// macOS
Shared Sub XCTAssertNotEqualObjects(Actual As Object, Expected As Object, aMessage As String, aFile As String, aLine As Int32, aClass As String, aMethod As String)

Parameters:

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

XCTAssertNotNil  virtual

 

// .NET, .NET Standard 2.0
class method XCTAssertNotNil(Expression: Object; aMessage: String := nil; aFile: String := nil; aLine: Int32 := nil; aClass: String := nil; aMethod: String := nil)
// Island
class method XCTAssertNotNil(Expression: Object; aMessage: String := nil; aFile: String; aLine: Int32; aClass: String; aMethod: String)
// macOS
class method XCTAssertNotNil(Expression: Object; aMessage: String; aFile: String; aLine: Int32; aClass: String; aMethod: String)

 

// .NET, .NET Standard 2.0
static void XCTAssertNotNil(Object Expression, String aMessage = null, String aFile = null, Int32 aLine = null, String aClass = null, String aMethod = null)
// Island
static void XCTAssertNotNil(Object Expression, String aMessage = null, String aFile, Int32 aLine, String aClass, String aMethod)
// macOS
static void XCTAssertNotNil(Object Expression, String aMessage, String aFile, Int32 aLine, String aClass, String aMethod)

 

static func XCTAssertNotNil(_ Expression: NSObject, _ aMessage: String = nil, _ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String)

 

static void XCTAssertNotNil(Object Expression, String aMessage, String aFile, Integer aLine, String aClass, String aMethod)

 

// .NET, .NET Standard 2.0
Shared Sub XCTAssertNotNil(Expression As Object, aMessage As String = Null, aFile As String = Null, aLine As Int32 = Null, aClass As String = Null, aMethod As String = Null)
// Island
Shared Sub XCTAssertNotNil(Expression As Object, aMessage As String = Null, aFile As String, aLine As Int32, aClass As String, aMethod As String)
// macOS
Shared Sub XCTAssertNotNil(Expression As Object, aMessage As String, aFile As String, aLine As Int32, aClass As String, aMethod As String)

Parameters:

  • Expression:
  • aMessage:
  • aFile:
  • aLine:
  • aClass:
  • aMethod:

XCTAssertTrue  virtual

 

// .NET, .NET Standard 2.0
class method XCTAssertTrue(Expression: Boolean; aMessage: String := nil; aFile: String := nil; aLine: Int32 := nil; aClass: String := nil; aMethod: String := nil)
// Island
class method XCTAssertTrue(Expression: Boolean; aMessage: String := nil; aFile: String; aLine: Int32; aClass: String; aMethod: String)
// macOS
class method XCTAssertTrue(Expression: Boolean; aMessage: String; aFile: String; aLine: Int32; aClass: String; aMethod: String)

 

// .NET, .NET Standard 2.0
static void XCTAssertTrue(Boolean Expression, String aMessage = null, String aFile = null, Int32 aLine = null, String aClass = null, String aMethod = null)
// Island
static void XCTAssertTrue(Boolean Expression, String aMessage = null, String aFile, Int32 aLine, String aClass, String aMethod)
// macOS
static void XCTAssertTrue(Boolean Expression, String aMessage, String aFile, Int32 aLine, String aClass, String aMethod)

 

static func XCTAssertTrue(_ Expression: Boolean, _ aMessage: String = nil, _ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String)

 

static void XCTAssertTrue(Boolean Expression, String aMessage, String aFile, Integer aLine, String aClass, String aMethod)

 

// .NET, .NET Standard 2.0
Shared Sub XCTAssertTrue(Expression As Boolean, aMessage As String = Null, aFile As String = Null, aLine As Int32 = Null, aClass As String = Null, aMethod As String = Null)
// Island
Shared Sub XCTAssertTrue(Expression As Boolean, aMessage As String = Null, aFile As String, aLine As Int32, aClass As String, aMethod As String)
// macOS
Shared Sub XCTAssertTrue(Expression As Boolean, aMessage As String, aFile As String, aLine As Int32, aClass As String, aMethod As String)

Parameters:

  • Expression:
  • aMessage:
  • aFile:
  • aLine:
  • aClass:
  • aMethod:

XCTFail  virtual

 

// .NET, .NET Standard 2.0
class method XCTFail(aMessage: String := nil; aFile: String := nil; aLine: Int32 := nil; aClass: String := nil; aMethod: String := nil)
// Island
class method XCTFail(aMessage: String := nil; aFile: String; aLine: Int32; aClass: String; aMethod: String)
// macOS
class method XCTFail(aMessage: String; aFile: String; aLine: Int32; aClass: String; aMethod: String)

 

// .NET, .NET Standard 2.0
static void XCTFail(String aMessage = null, String aFile = null, Int32 aLine = null, String aClass = null, String aMethod = null)
// Island
static void XCTFail(String aMessage = null, String aFile, Int32 aLine, String aClass, String aMethod)
// macOS
static void XCTFail(String aMessage, String aFile, Int32 aLine, String aClass, String aMethod)

 

static func XCTFail(_ aMessage: String = nil, _ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String)

 

static void XCTFail(String aMessage, String aFile, Integer aLine, String aClass, String aMethod)

 

// .NET, .NET Standard 2.0
Shared Sub XCTFail(aMessage As String = Null, aFile As String = Null, aLine As Int32 = Null, aClass As String = Null, aMethod As String = Null)
// Island
Shared Sub XCTFail(aMessage As String = Null, aFile As String, aLine As Int32, aClass As String, aMethod As String)
// macOS
Shared Sub XCTFail(aMessage As String, aFile As String, aLine As Int32, aClass As String, aMethod As String)

Parameters:

  • aMessage:
  • aFile:
  • aLine:
  • aClass:
  • aMethod: