describedAs abstract method

Spec<T> describedAs(
  1. String description
)

Adds a human-readable description to this pod spec.
This can be useful for debugging, logging, or documentation purposes.

Example

spec.describedAs('Handles authentication logic');

Implementation

Spec<T> describedAs(String description);