BAEL-3227 renamed test
This commit is contained in:
parent
49606337a5
commit
ed459a5786
@ -4,7 +4,7 @@ import org.junit.Test;
|
|||||||
import java.io.File;
|
import java.io.File;
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
|
|
||||||
public class CreateFilesTest {
|
public class CreateFilesUnitTest {
|
||||||
@Test(expected = IOException.class)
|
@Test(expected = IOException.class)
|
||||||
public void whenCreatingAFileWithAbsolutePath_thenExceptionIsThrown() throws IOException {
|
public void whenCreatingAFileWithAbsolutePath_thenExceptionIsThrown() throws IOException {
|
||||||
File fileWithAbsolutePath = new File("/myDirectory/testFile.txt");
|
File fileWithAbsolutePath = new File("/myDirectory/testFile.txt");
|
Loading…
x
Reference in New Issue
Block a user