cleanup work
This commit is contained in:
@@ -10,7 +10,7 @@ import org.junit.Test;
|
||||
|
||||
import com.google.common.collect.ImmutableList;
|
||||
|
||||
public class CoreJavaUnitTest {
|
||||
public class CoreJavaCollectionsUnitTest {
|
||||
|
||||
// tests -
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
package org.baeldung.java;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
public class CoreJavaIoUnitTest {
|
||||
|
||||
// tests -
|
||||
|
||||
@Test
|
||||
public final void whenIteratingAFile_thenCorrect() {
|
||||
//
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user