Skip to content

Exception assertions are not working #60

Open
@dstallenberg

Description

@dstallenberg
Contributor

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @dstallenberg

        Issue actions

          Exception assertions are not working · Issue #60 · syntest-framework/syntest-javascript