Specification.

Empty<T>() Method

Summary

Creates EmptySpecification<T>:

Checks if candidate is empty.

Namespace
FluentSpecification
Containing Type
Specification

Syntax

[PublicAPI]
[NotNull]
public static IComplexSpecification<T> Empty<T>()

Attributes

Type Description
PublicAPI
NotNull

Type Parameters

Name Description
T Type of candidate.

Return Value

Type Description
IComplexSpecification<T> New complex Specification.
GitHub