P4 Final
This commit is contained in:
@@ -6,9 +6,6 @@ import org.junit.jupiter.params.provider.CsvSource;
|
||||
import org.junit.jupiter.params.provider.ValueSource;
|
||||
|
||||
import java.io.File;
|
||||
import java.io.IOException;
|
||||
import java.nio.file.Files;
|
||||
import java.nio.file.Path;
|
||||
import java.util.List;
|
||||
|
||||
import static org.junit.jupiter.api.Assertions.*;
|
||||
@@ -23,7 +20,7 @@ public class PrivateBankTest {
|
||||
|
||||
@DisplayName("Set up a PrivateBank")
|
||||
@BeforeAll
|
||||
public static void init() throws AccountAlreadyExistsException, IOException, TransactionAlreadyExistException,
|
||||
public static void init() throws AccountAlreadyExistsException, TransactionAlreadyExistException,
|
||||
AccountDoesNotExistException, TransactionAttributeException {
|
||||
|
||||
String path = "accountdata";
|
||||
|
||||
Reference in New Issue
Block a user