BAEL-3227 renamed test

This commit is contained in:
Kevin Kraus 2019-09-06 22:40:06 -05:00
parent 49606337a5
commit ed459a5786

View File

@ -4,7 +4,7 @@ import org.junit.Test;
import java.io.File;
import java.io.IOException;
public class CreateFilesTest {
public class CreateFilesUnitTest {
@Test(expected = IOException.class)
public void whenCreatingAFileWithAbsolutePath_thenExceptionIsThrown() throws IOException {
File fileWithAbsolutePath = new File("/myDirectory/testFile.txt");