assertForbidden method

void assertForbidden()

Implementation

void assertForbidden() => assertStatus(403);