UniTask
Show / Hide Table of Contents

FluentAssertionsExtensions Class

Namespace: FluentAssertions
Assembly: UniTask.Tests.dll
public static class FluentAssertionsExtensions
Inheritance
object → FluentAssertionsExtensions

Members

Methods

Name Description
Should(bool)
Should(Exception)
Should(int)
Should<T>(T)

Methods

Should(bool)

public static FluentAssertionsExtensions.Bool Should(this bool value)
Parameters
value bool
Returns
FluentAssertionsExtensions.Bool

Should(Exception)

public static FluentAssertionsExtensions.ExceptionAssertion Should(this Exception value)
Parameters
value Exception
Returns
FluentAssertionsExtensions.ExceptionAssertion

Should(int)

public static FluentAssertionsExtensions.Int Should(this int value)
Parameters
value int
Returns
FluentAssertionsExtensions.Int

Should<T>(T)

public static FluentAssertionsExtensions.Generic<T> Should<T>(this T value)
Parameters
value T
Returns
FluentAssertionsExtensions.Generic<T>
Type Parameters
T
Back to top Copyright © Cysharp, Inc. | Generated by DocFX