UniTask
Show / Hide Table of Contents

FluentAssertionsExtensions.Generic<T> Class

Namespace: FluentAssertions
Assembly: UniTask.Tests.dll
public class FluentAssertionsExtensions.Generic<T>
Inheritance
object → FluentAssertionsExtensions.Generic<T>

Type Parameters

T

Members

Constructors

Name Description
Generic(T)

Methods

Name Description
Be(T)
BeNull()
NotBe(T)
NotBeNull()

Constructors

Generic(T)

public Generic(T value)
Parameters
value T

Methods

Be(T)

public void Be(T expected)
Parameters
expected T

BeNull()

public void BeNull()

NotBe(T)

public void NotBe(T expected)
Parameters
expected T

NotBeNull()

public void NotBeNull()

Extension Methods

FluentAssertionsExtensions.Should<T>(T)
Back to top Copyright © Cysharp, Inc. | Generated by DocFX