This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects

Resolve "Easy Access to ReadMe.md (and potentially other files)"

Viewing commit d9d8639c
Show latest version
1 file
+ 6
0
Compare changes
  • Side-by-side
  • Inline
@@ -65,6 +65,12 @@ public class MetaDataRepositoryIT {
assertThat(contributorAutoComplete, contains(hasProperty("target", is("Daniel Bastta"))));
}
@Test
public void testProgrammingLanguageAutocompletion() throws IOException {
final List<AutoCompleteEntry> plAutoComplete = metaDataRepository.getProgrammingLanguageAutoComplete("Ja");
assertThat(plAutoComplete, contains(hasProperty("target", is("Java"))));
}
@Test
public void getByExerciseId() throws IOException {
// This test assumes that the test entries have consecutive ids