Skip to content

Capture assertions failures without waiting #27

@jhalterman

Description

@jhalterman

In some use cases, it would be nice to be able to capturing assertion failures to report later without necessarily waiting on anything. Ex:

runInThread() -> {
  waiter.assertTrue(false);
});

waiter.reportFailures();

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions