modification pour que les asserts du bankcontroller fonctionne

This commit is contained in:
Fastium 2022-05-19 15:18:07 +02:00
parent 3a01bb88d4
commit 9d4c6ecc7d

17
.vscode/launch.json vendored
View File

@ -1,5 +1,13 @@
{ {
"configurations": [ "configurations": [
{
"type": "java",
"name": "Launch BankController",
"request": "launch",
"mainClass": "bank.BankController",
"projectName": "Lab15_OOP_fc166bd2",
"vmArgs": "-enableassertions"
},
{ {
"type": "java", "type": "java",
"name": "Launch GUI2", "name": "Launch GUI2",
@ -50,14 +58,7 @@
"projectName": "Lab15_OOP_90898795", "projectName": "Lab15_OOP_90898795",
"liveshare.allowGuestDebugControl": true "liveshare.allowGuestDebugControl": true
}, },
{
"type": "java",
"name": "Launch BankController",
"request": "launch",
"mainClass": "bank.BankController",
"projectName": "Lab15_OOP_90898795",
"vmArgs": "-enableassertions"
}
] ]
} }