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