Class

Given

Given is used to define behaviours.

Declaration

class Given<WrappedType>

Overview

To be able to use it on a specific type CustomType, you must create an extension.


extension Given where WrappedType == CustomType