```java 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"); } } ``` <img width="727" height="347" alt="Image" src="https://github.com/user-attachments/assets/fbb37e2e-757f-4752-9a27-48ccbd591cc0" />