Merge remote-tracking branch 'upstream/master'

This commit is contained in:
DOHA
2014-11-19 20:19:45 +02:00
5 changed files with 20 additions and 21 deletions

View File

@@ -23,7 +23,6 @@ import java.util.Scanner;
import org.junit.Test;
public class JavaReadFromFileTest {
@Test

View File

@@ -73,7 +73,7 @@ public class JavaScannerTest {
}
@Test
public void whenReadInputFromConsole_thenCorrect() {
public void whenReadingInputFromConsole_thenCorrect() {
final String input = "Hello";
final InputStream stdin = System.in;
System.setIn(new ByteArrayInputStream(input.getBytes()));