Skip to content

Test Results removes any line containing org.junit.Test #1804

Description

package com.example;

import static org.junit.Assert.fail;

import org.junit.Test;

public class T {
    @Test
    public void t() {
        fail("before\n============ org.junit.Test ============\nafter");
    }
}
Image

Activity

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

Metadata

Metadata

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions