ayylmao123xdd
ayylmao123xdd
JCHJava Community | Help. Code. Learn.
Created by ukpagrace on 11/11/2024 in #java-help
How do I write a unit test for an in order traversal of a binary tree
import static org.mockito.Mockito.verify;
import static org.mockito.Mockito.verify;
18 replies
JCHJava Community | Help. Code. Learn.
Created by ukpagrace on 11/11/2024 in #java-help
How do I write a unit test for an in order traversal of a binary tree
from mockito
18 replies
JCHJava Community | Help. Code. Learn.
Created by ukpagrace on 11/11/2024 in #java-help
How do I write a unit test for an in order traversal of a binary tree
assertion
18 replies
JCHJava Community | Help. Code. Learn.
Created by ukpagrace on 11/11/2024 in #java-help
How do I write a unit test for an in order traversal of a binary tree
yes
18 replies
JCHJava Community | Help. Code. Learn.
Created by ukpagrace on 11/11/2024 in #java-help
How do I write a unit test for an in order traversal of a binary tree
you can use something like verify() and to check if the arguments of the method are in the correct order
18 replies
JCHJava Community | Help. Code. Learn.
Created by ukpagrace on 11/11/2024 in #java-help
How do I write a unit test for an in order traversal of a binary tree
just call the method for in order traverse and check if the method is called in the proper order
18 replies
JCHJava Community | Help. Code. Learn.
Created by circle on 11/10/2024 in #java-help
Bypass SQLRestriction to achieve SoftDelete with "hard delete"
also you should probably mark the deleting method with transactional
30 replies
JCHJava Community | Help. Code. Learn.
Created by circle on 11/10/2024 in #java-help
Bypass SQLRestriction to achieve SoftDelete with "hard delete"
did you try using the @where annotation instead of sql restriction
30 replies
JCHJava Community | Help. Code. Learn.
Created by circle on 11/10/2024 in #java-help
Bypass SQLRestriction to achieve SoftDelete with "hard delete"
and if u dont wanna do by id do deleteByDeleted
30 replies
JCHJava Community | Help. Code. Learn.
Created by circle on 11/10/2024 in #java-help
Bypass SQLRestriction to achieve SoftDelete with "hard delete"
i think the latter is the correct format
30 replies
JCHJava Community | Help. Code. Learn.
Created by circle on 11/10/2024 in #java-help
Bypass SQLRestriction to achieve SoftDelete with "hard delete"
or deleteByIdAndDeleted
30 replies
JCHJava Community | Help. Code. Learn.
Created by circle on 11/10/2024 in #java-help
Bypass SQLRestriction to achieve SoftDelete with "hard delete"
so jpa generates it automatically
30 replies
JCHJava Community | Help. Code. Learn.
Created by circle on 11/10/2024 in #java-help
Bypass SQLRestriction to achieve SoftDelete with "hard delete"
like deletedWhereDeletedTrue
30 replies
JCHJava Community | Help. Code. Learn.
Created by circle on 11/10/2024 in #java-help
Bypass SQLRestriction to achieve SoftDelete with "hard delete"
did you try writing a query without the query annotation
30 replies
JCHJava Community | Help. Code. Learn.
Created by wajd on 11/5/2024 in #java-help
synchronization or semaphores to be specific
you could try placing the print before adding the order to the queue and check the results
8 replies
JCHJava Community | Help. Code. Learn.
Created by wajd on 11/5/2024 in #java-help
synchronization or semaphores to be specific
most likely happens because the chef thread grabs the order before its printed
8 replies
JCHJava Community | Help. Code. Learn.
Created by Danix on 10/29/2024 in #java-help
Error: Could not find or load main class
show the whole error logs maybe
9 replies
JCHJava Community | Help. Code. Learn.
Created by ayylmao123xdd on 10/24/2024 in #java-help
handling lost update problem happening with one thread updating a resource at a time
it throws an error correctly
349 replies
JCHJava Community | Help. Code. Learn.
Created by ayylmao123xdd on 10/24/2024 in #java-help
handling lost update problem happening with one thread updating a resource at a time
where it sends a wrong version
349 replies
JCHJava Community | Help. Code. Learn.
Created by ayylmao123xdd on 10/24/2024 in #java-help
handling lost update problem happening with one thread updating a resource at a time
oh i also made another test
349 replies