System.Collections.Generic.IEnumerable<ITestResult> Extension

Location

Instance Methods


All

 

method All(Predicate: Predicate<ITestResult>): Boolean

 

Boolean All(Predicate<ITestResult> Predicate)

 

func All(_ Predicate: Predicate<ITestResult>) -> Boolean

 

Function All(Predicate As Predicate<ITestResult>) As Boolean

Parameters:

  • Predicate:

Any

 

method Any(Predicate: Predicate<ITestResult>): Boolean

 

Boolean Any(Predicate<ITestResult> Predicate)

 

func Any(_ Predicate: Predicate<ITestResult>) -> Boolean

 

Function Any(Predicate As Predicate<ITestResult>) As Boolean

Parameters:

  • Predicate:

First

 

method First(Predicate: Predicate<ITestResult>): ITestResult

 

ITestResult First(Predicate<ITestResult> Predicate)

 

func First(_ Predicate: Predicate<ITestResult>) -> ITestResult

 

Function First(Predicate As Predicate<ITestResult>) As ITestResult

Parameters:

  • Predicate: