mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-06 19:36:03 +00:00
METAGEN-54 Renamed test and fixed typo in test method
This commit is contained in:
parent
cb900355a7
commit
5bdd8c3311
@ -15,7 +15,6 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
package org.hibernate.jpamodelgen.test.xmlonly;
|
||||
|
||||
import java.util.HashMap;
|
||||
@ -35,7 +34,7 @@
|
||||
*/
|
||||
public class XmlOnlyTest extends CompilationTest {
|
||||
@Test
|
||||
public void testMetaModelGeneratedForXmlConiguredEntity() {
|
||||
public void testMetaModelGeneratedForXmlConfiguredEntity() {
|
||||
assertMetamodelClassGeneratedFor( XmlOnly.class );
|
||||
}
|
||||
|
||||
@ -46,7 +45,7 @@ public void testMetaModelGeneratedForManyToManyFieldAccessWithoutTargetEntity()
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testMetaModelGeneratedForManyToManyPropertyAccessWithoutTargetEntity() {
|
||||
public void testMetaModelGeneratedForOneToManyPropertyAccessWithoutTargetEntity() {
|
||||
assertPresenceOfFieldInMetamodelFor(Car.class, "tires", "Type should be inferred from field");
|
||||
assertPresenceOfFieldInMetamodelFor(Tire.class, "car", "Type should be inferred from field");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user