package it; import junit.framework.TestCase; public class BasicTest extends TestCase { public void testFailure() { fail( "trigger xref link" ); } }