Dimitrij Drus

Results 95 comments of Dimitrij Drus

Hi, This has not been implemented yet. Sorry. If you like you can submit a pull request. I'll be glad to see it.

Hi @ArneLimburg. Thank you for the MR. I'm glad to accept it if you add an integration test showing the functionality.

I thought about something like (to b come part of jpa-unit-jpa2.1-hibernate-integration-test): ```java @ExtendWith(JpaUnit.class) public class NestedJunit5Test { @PersistenceContext(unitName = "my-test-unit") private EntityManager entityManager; @Nested @DisplayName("Given an empty test table") class...

> Providing an implementation test to your code base is not that easy, because everything (even the JUnit 5 integration) is tested with JUnit 4. I know. When first JUnit5...

If you wonder why I paste a code here and not do it my myself, I've already created a local branch half a year ago where I just added the...

Here is the branch: https://github.com/dadrus/jpa-unit/tree/junt5_nested_test_support

please pull again. I've forgotten to commit the changes.

Issue encountered with hibernate OGM. See [OGM-1324](https://hibernate.atlassian.net/browse/OGM-1324) for details.

Issue encountered with Datanucleus as well. See datanucleus/datanucleus-cassandra#32 for detail.

Kundera and EclipseLink enforce additional code level dependencies making re-usage of so far used test data model impossible.