UniTask
Show / Hide Table of Contents

FluentAssertionsExtensions.Int Class

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

Members

Constructors

Name Description
Int(int)

Methods

Name Description
Be(int)
BeCloseTo(int, int)
NotBe(int)

Constructors

Int(int)

public Int(int value)
Parameters
value int

Methods

Be(int)

public void Be(int expected)
Parameters
expected int

BeCloseTo(int, int)

public void BeCloseTo(int expected, int delta)
Parameters
expected int
delta int

NotBe(int)

public void NotBe(int expected)
Parameters
expected int

Extension Methods

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