Table of Contents

Class Assume

Namespace
Conjecture.Core
Assembly
Conjecture.Core.dll

Provides assumption helpers for filtering property test inputs.

public static class Assume
Inheritance
Assume
Inherited Members

Methods

That(bool)

Skips the current example if condition is false.

public static void That(bool condition)

Parameters

condition bool