Minimize surefire overrides
[yangtools.git] / yang / yang-model-util / src / test / java / org / opendaylight / yangtools / yang / model / repo / util / FilesystemSchemaSourceCacheTest.java
index 99478171b38049681e5ee295a111e4c8fb5bcf7b..538b80944485518acaef096fc01d0f35d03bc9b9 100644 (file)
@@ -50,12 +50,12 @@ import org.opendaylight.yangtools.yang.model.repo.spi.SchemaSourceRegistry;
 
 @RunWith(MockitoJUnitRunner.StrictStubs.class)
 public class FilesystemSchemaSourceCacheTest {
-
     @Mock
-    private SchemaSourceRegistry registry;
+    public SchemaSourceRegistry registry;
     @Mock
-    private SchemaSourceRegistration<?> registration;
-    private File storageDir;
+    public SchemaSourceRegistration<?> registration;
+
+    public File storageDir;
 
     @Before
     public void setUp() throws Exception {