List Question
20 TechQA 2024-03-27T01:45:06.400000Inquiry about the behavior of assertSame when using @SpringBootTest and @DataJpaTest
15 views
Asked by andy
DataJpaTest loads all classes from my context and starts the application like a normal run
19 views
Asked by Kjell Moens
@MockBean does not get mocked when using @DataJpaTest
48 views
Asked by Goldman7911
Stored Procedures and Functions not working properly or found in Spring Data JPA and PostgreSQL 16
223 views
Asked by theMyth
Spring Data JPA Repository Test Behavior With @DataJpaTest
47 views
Asked by SetNug
Java unit test case support for particular id value only not support for other integer values
58 views
Asked by Jathurshan
How to write test case for JPQL join queries in standard way?
100 views
Asked by Jathurshan
Writing test cases for update JPQL not supported in DataJpaTest
79 views
Asked by Jathurshan
@DataJpaTest seems to be mutating UUID columns
58 views
Asked by spartanhooah
Multi-threaded JPA Test doesn't Roll Back. Why?
80 views
Asked by Jiwon
Running Spring Boot Tests using @DataJpaTest and @Testcontainers results into ddl exceptions
723 views
Asked by bentinhoj
H2 Database Tables can't be created for DataJpaTests
670 views
Asked by Miggtor
How can I initialize H2 once for all DataJpaTests
187 views
Asked by Jin Kwon
docker-compose.yml to dockerize the spring boot project
235 views
Asked by Taha Ünsal
JUnit @DataJpaTest org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name
160 views
Asked by Pedro Henrique
Why does DataJpaTest fail when saving OneToMany-related data in this pattern?
652 views
Asked by Jake Stout
Problem when testing via @DataJpaTest with composite key entities
101 views
Asked by awse2050
@DataJpaTest ignores @Column(unique = true) and @Column(nullable = false)
461 views
Asked by Soroush Shemshadi