View Javadoc
1   package mockit.integration.junit4;
2   
3   public final class AnotherDependency {
4       static boolean mockedAtSuiteLevel;
5   
6       public static boolean alwaysTrue() {
7           return true;
8       }
9   }