Specification.

NotEmpty<T>() Method

Summary

Creates EmptySpecification<T> negation:

Checks if candidate is not empty.

Namespace
FluentSpecification
Containing Type
Specification

Syntax

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

Attributes

Type Description
PublicAPI
NotNull

Type Parameters

Name Description
T Type of candidate.

Return Value

Type Description
IComplexSpecification<T> New complex Specification.
GitHub