Migrate library to Kotlin.

This commit is contained in:
inorichi
2016-02-23 14:51:18 +01:00
parent 9062e40ec5
commit 59276b7160
20 changed files with 1149 additions and 925 deletions

View File

@@ -47,7 +47,7 @@ public class LibraryUpdateServiceTest {
source = mock(Source.class);
when(service.sourceManager.get(anyInt())).thenReturn(source);
}
@Test
public void testLifecycle() {
// Smoke test