FluentAssertionsExtensions Class
Assembly: UniTask.Tests.dll
public static class FluentAssertionsExtensions
Inheritance
object →
FluentAssertionsExtensions
Members
Methods
Methods
Should(bool)
public static FluentAssertionsExtensions.Bool Should(this bool value)
Should(Exception)
public static FluentAssertionsExtensions.ExceptionAssertion Should(this Exception value)
Should(int)
public static FluentAssertionsExtensions.Int Should(this int value)
Should<T>(T)
public static FluentAssertionsExtensions.Generic<T> Should<T>(this T value)