Luxenbau
Luxenbau
JCHJava Community | Help. Code. Learn.
Created by Luxenbau on 9/21/2024 in #java-help
My tests are being ignored in IntelliJ.
thanks a lot man idk if i can give u rep or karma here or something @dan1st | Daniel
78 replies
JCHJava Community | Help. Code. Learn.
Created by Luxenbau on 9/21/2024 in #java-help
My tests are being ignored in IntelliJ.
most importantly i now know the issue 😄
78 replies
JCHJava Community | Help. Code. Learn.
Created by Luxenbau on 9/21/2024 in #java-help
My tests are being ignored in IntelliJ.
can instead just change the keepplaying value
78 replies
JCHJava Community | Help. Code. Learn.
Created by Luxenbau on 9/21/2024 in #java-help
My tests are being ignored in IntelliJ.
yeah, i think so.
Scanner scanner = new Scanner(System.in);
boolean keepPlaying = true;
while (keepPlaying) {
String cocktailName;
revealedKeys.clear();
Scanner scanner = new Scanner(System.in);
boolean keepPlaying = true;
while (keepPlaying) {
String cocktailName;
revealedKeys.clear();
i insta call exit game whenever user exits or says no. i can just cancel the loop instead. wont exit the app but i can get the tests working
78 replies
JCHJava Community | Help. Code. Learn.
Created by Luxenbau on 9/21/2024 in #java-help
My tests are being ignored in IntelliJ.
yea i do have a while loop
78 replies
JCHJava Community | Help. Code. Learn.
Created by Luxenbau on 9/21/2024 in #java-help
My tests are being ignored in IntelliJ.
hmm well need to close the program somehow without throwing exceptions then. i mean its a standalone program so sysexit seems to make sense
78 replies
JCHJava Community | Help. Code. Learn.
Created by Luxenbau on 9/21/2024 in #java-help
My tests are being ignored in IntelliJ.
thanks for the help man
78 replies
JCHJava Community | Help. Code. Learn.
Created by Luxenbau on 9/21/2024 in #java-help
My tests are being ignored in IntelliJ.
ooohhhh, so now i need to figure out how to write tests, since my default public method calls it
78 replies
JCHJava Community | Help. Code. Learn.
Created by Luxenbau on 9/21/2024 in #java-help
My tests are being ignored in IntelliJ.
and it terminate the jvm right
78 replies
JCHJava Community | Help. Code. Learn.
Created by Luxenbau on 9/21/2024 in #java-help
My tests are being ignored in IntelliJ.
i did not know the sysexit also affects the test...
78 replies
JCHJava Community | Help. Code. Learn.
Created by Luxenbau on 9/21/2024 in #java-help
My tests are being ignored in IntelliJ.
wow, i just temp disabled it and now it passes
78 replies
JCHJava Community | Help. Code. Learn.
Created by Luxenbau on 9/21/2024 in #java-help
My tests are being ignored in IntelliJ.
no way let me check this
78 replies
JCHJava Community | Help. Code. Learn.
Created by Luxenbau on 9/21/2024 in #java-help
My tests are being ignored in IntelliJ.
wait, does it exit the application and test?
78 replies
JCHJava Community | Help. Code. Learn.
Created by Luxenbau on 9/21/2024 in #java-help
My tests are being ignored in IntelliJ.
hmm, the exitgame method uses it yes
78 replies
JCHJava Community | Help. Code. Learn.
Created by Luxenbau on 9/21/2024 in #java-help
My tests are being ignored in IntelliJ.
hmm, when i set breakpoint at the verify line, test is already ignored
78 replies
JCHJava Community | Help. Code. Learn.
Created by Luxenbau on 9/21/2024 in #java-help
My tests are being ignored in IntelliJ.
No description
78 replies
JCHJava Community | Help. Code. Learn.
Created by Luxenbau on 9/21/2024 in #java-help
My tests are being ignored in IntelliJ.
so this is when i break at inputstream
78 replies
JCHJava Community | Help. Code. Learn.
Created by Luxenbau on 9/21/2024 in #java-help
My tests are being ignored in IntelliJ.
No description
78 replies
JCHJava Community | Help. Code. Learn.
Created by Luxenbau on 9/21/2024 in #java-help
My tests are being ignored in IntelliJ.
hold on need to figure out how this works
78 replies
JCHJava Community | Help. Code. Learn.
Created by Luxenbau on 9/21/2024 in #java-help
My tests are being ignored in IntelliJ.
those are results of the debugger? you mean the one at top right of IntelliJ?
78 replies