UniTask
Show / Hide Table of Contents

FluentAssertionsExtensions.Bool Class

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

Members

Constructors

Name Description
Bool(bool)

Methods

Name Description
Be(bool)
BeFalse()
BeTrue()
NotBe(bool)

Constructors

Bool(bool)

public Bool(bool value)
Parameters
value bool

Methods

Be(bool)

public void Be(bool expected)
Parameters
expected bool

BeFalse()

public void BeFalse()

BeTrue()

public void BeTrue()

NotBe(bool)

public void NotBe(bool expected)
Parameters
expected bool

Extension Methods

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