Skip to content

Add assertions to understand if a Raise<E>.() -> A succeeded of failed #30

@rcardin

Description

@rcardin

Add assertions to understand if a Raise<E>() -> A succeeded or failed.

The new assertions should behave like the following:

RaiseAssert.assertThat({function()}).succeeds()
RaiseAssert.assertThat({function()}}.fails()

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions