Skip to content

Commit

Permalink
HBX-2390: Create a JBoss Tools adaptation layer in Hibernate Tools
Browse files Browse the repository at this point in the history
  - Add new test case 'org.hibernate.tool.orm.jbt.wrp.EntityPersisterWrapperFactoryTest#testGetMappedClass()'

Signed-off-by: Koen Aers <[email protected]>
  • Loading branch information
koentsje committed Jun 29, 2023
1 parent 5850d3f commit 0c4f718
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,11 @@ public void testGetPropertyTypes() {
((TypeExtension)propertyTypeWrapper).getRole());
}

@Test
public void testGetMappedClass() {
assertSame(Foo.class, entityPersisterWrapper.getMappedClass());
}




Expand Down

0 comments on commit 0c4f718

Please sign in to comment.