1 package org.junit.tests.validation.anotherpackage; 2 3 import org.junit.Test; 4 5 class Super { 6 @Test 7 public void a() { 8 } 9 }