Skip to content

Exception assertions are not working #60

Open
@dstallenberg

Description

@dstallenberg

First of all:
We need to know on which line the exception occurred.

Investigating the stack trace is possible but still hard and sometimes your own line is not even present in the stack trace.

One way I tried is by wrapping each execution in a try-catch block and nesting those, however this creates the problem that if too many are stacked you get a rangeerror because you nest it too deep

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions