< prev index next >

jcheck/src/test/java/org/openjdk/skara/jcheck/TestRepository.java

Print this page
@@ -222,6 +222,14 @@
      }
  
      public boolean contains(Branch b, Hash h) throws IOException {
          return false;
      }
+ 
+     public List<Reference> remoteBranches(String remote) throws IOException {
+         return null;
+     }
+ 
+     public List<String> remotes() throws IOException {
+         return null;
+     }
  }
< prev index next >