modification pour que les asserts du bankcontroller fonctionne
This commit is contained in:
parent
3a01bb88d4
commit
9d4c6ecc7d
17
.vscode/launch.json
vendored
17
.vscode/launch.json
vendored
@ -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"
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user