Table of Contents

Class SampleAttribute

Namespace
Conjecture.Core
Assembly
Conjecture.Core.dll

Provides a pre-supplied (seeded) example to run before generated examples in a property test.

[AttributeUsage(AttributeTargets.Method, AllowMultiple = true)]
public sealed class SampleAttribute : Attribute
Inheritance
SampleAttribute
Inherited Members

Constructors

SampleAttribute(params object?[])

Provides a pre-supplied (seeded) example to run before generated examples in a property test.

public SampleAttribute(params object?[] arguments)

Parameters

arguments object[]

Properties

Arguments

The argument values to pass to the test method.

public object?[] Arguments { get; }

Property Value

object[]