Skip to content

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

@Meerschwein

Description

@Meerschwein
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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions