1 package mockit.integration.junit4; 2 3 public final class Dependency { 4 public static boolean alwaysTrue() { 5 return true; 6 } 7 }