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#testGetEntityName()'

Signed-off-by: Koen Aers <[email protected]>
  • Loading branch information
koentsje committed Jun 28, 2023
1 parent 5ca9b58 commit a8af919
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@ public void testConstruction() {
assertNotNull(wrappedEntityPersister);
}

@Test
public void testGetEntityName() {
assertEquals(Foo.class.getName(), entityPersisterWrapper.getEntityName());
}




Expand Down

0 comments on commit a8af919

Please sign in to comment.