Overview

Location

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

constructor  protected Cooper, Island, macOS-x86_64


Contains<T>  virtual

class method Contains<T>(Item: T; Data: IEnumerable<T>): String
static String Contains<T>(T Item, IEnumerable<T> Data)
static func Contains<T>(_ Item: T, _ Data: INSFastEnumeration<T>) -> String
static String Contains<T>(T Item, Iterable<T> Data)
Shared Function Contains<T>(Item As T, Data As IEnumerable<T>) As String

Parameters:

  • Item:
  • Data:

Count<T>  virtual

class method Count<T>(Value: IEnumerable<T>): Int32
static Int32 Count<T>(IEnumerable<T> Value)
static func Count<T>(_ Value: INSFastEnumeration<T>) -> Int32
static Integer Count<T>(Iterable<T> Value)
Shared Function Count<T>(Value As IEnumerable<T>) As Int32

Parameters:

  • Value:

Equals<T>  virtual

class method Equals<T>(Actual: IEnumerable<T>; Expected: IEnumerable<T>): String
static String Equals<T>(IEnumerable<T> Actual, IEnumerable<T> Expected)
static func Equals<T>(_ Actual: INSFastEnumeration<T>, _ Expected: INSFastEnumeration<T>) -> String
static String Equals<T>(Iterable<T> Actual, Iterable<T> Expected)
Shared Function Equals<T>(Actual As IEnumerable<T>, Expected As IEnumerable<T>) As String

Parameters:

  • Actual:
  • Expected:

Same<T>  virtual

class method Same<T>(Actual: IEnumerable<T>; Expected: IEnumerable<T>): String
static String Same<T>(IEnumerable<T> Actual, IEnumerable<T> Expected)
static func Same<T>(_ Actual: INSFastEnumeration<T>, _ Expected: INSFastEnumeration<T>) -> String
static String Same<T>(Iterable<T> Actual, Iterable<T> Expected)
Shared Function Same<T>(Actual As IEnumerable<T>, Expected As IEnumerable<T>) As String

Parameters:

  • Actual:
  • Expected:

ToList<T>  virtual

class method ToList<T>(Value: IEnumerable<T>): List<T>
static List<T> ToList<T>(IEnumerable<T> Value)
static func ToList<T>(_ Value: INSFastEnumeration<T>) -> List<T>
static List<T> ToList<T>(Iterable<T> Value)
Shared Function ToList<T>(Value As IEnumerable<T>) As List<T>

Parameters:

  • Value:

Contains<T>  virtual

class method Contains<T>(Item: T; Data: IEnumerable<T>): String
static String Contains<T>(T Item, IEnumerable<T> Data)
static func Contains<T>(_ Item: T, _ Data: INSFastEnumeration<T>) -> String
static String Contains<T>(T Item, Iterable<T> Data)
Shared Function Contains<T>(Item As T, Data As IEnumerable<T>) As String

Parameters:

  • Item:
  • Data:

Count<T>  virtual

class method Count<T>(Value: IEnumerable<T>): Int32
static Int32 Count<T>(IEnumerable<T> Value)
static func Count<T>(_ Value: INSFastEnumeration<T>) -> Int32
static Integer Count<T>(Iterable<T> Value)
Shared Function Count<T>(Value As IEnumerable<T>) As Int32

Parameters:

  • Value:

Equals<T>  virtual

class method Equals<T>(Actual: IEnumerable<T>; Expected: IEnumerable<T>): String
static String Equals<T>(IEnumerable<T> Actual, IEnumerable<T> Expected)
static func Equals<T>(_ Actual: INSFastEnumeration<T>, _ Expected: INSFastEnumeration<T>) -> String
static String Equals<T>(Iterable<T> Actual, Iterable<T> Expected)
Shared Function Equals<T>(Actual As IEnumerable<T>, Expected As IEnumerable<T>) As String

Parameters:

  • Actual:
  • Expected:

Same<T>  virtual

class method Same<T>(Actual: IEnumerable<T>; Expected: IEnumerable<T>): String
static String Same<T>(IEnumerable<T> Actual, IEnumerable<T> Expected)
static func Same<T>(_ Actual: INSFastEnumeration<T>, _ Expected: INSFastEnumeration<T>) -> String
static String Same<T>(Iterable<T> Actual, Iterable<T> Expected)
Shared Function Same<T>(Actual As IEnumerable<T>, Expected As IEnumerable<T>) As String

Parameters:

  • Actual:
  • Expected:

ToList<T>  virtual

class method ToList<T>(Value: IEnumerable<T>): List<T>
static List<T> ToList<T>(IEnumerable<T> Value)
static func ToList<T>(_ Value: INSFastEnumeration<T>) -> List<T>
static List<T> ToList<T>(Iterable<T> Value)
Shared Function ToList<T>(Value As IEnumerable<T>) As List<T>

Parameters:

  • Value:

constructor  protected Cooper, Island, macOS-x86_64