Module arbitrary

Module arbitrary 

Source
Expand description

Arbitrary instances for property-based testing.

Functionsยง

arb_document_type
Strategy that generates an arbitrary DocumentType.
arbitrary_user_state_with_id
Generates a (user_id, UserState) pair where the UserState is consistent with the user_id (i.e., owned documents have the user as owner, and user info in permissions matches the profile as the database will fill it in).