BAEL-4921 - renamed to ArrayMappingIntegrationTest
This commit is contained in:
parent
735a9e9360
commit
b44d7b39a4
@ -1,6 +1,5 @@
|
|||||||
package com.baeldung.hibernate.arraymapping;
|
package com.baeldung.hibernate.arraymapping;
|
||||||
|
|
||||||
import static org.junit.Assert.fail;
|
|
||||||
import static org.junit.jupiter.api.Assertions.assertEquals;
|
import static org.junit.jupiter.api.Assertions.assertEquals;
|
||||||
|
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
@ -13,7 +12,7 @@ import org.junit.jupiter.api.BeforeEach;
|
|||||||
import org.junit.jupiter.api.Test;
|
import org.junit.jupiter.api.Test;
|
||||||
|
|
||||||
|
|
||||||
public class CustomArrayTypeMappingUnitTest {
|
public class ArrayMappingIntegrationTest {
|
||||||
|
|
||||||
private Session session;
|
private Session session;
|
||||||
private Transaction transaction;
|
private Transaction transaction;
|
Loading…
x
Reference in New Issue
Block a user