X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=binding%2Fmdsal-binding-generator-impl%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fmdsal%2Fbinding%2Fgenerator%2Fimpl%2FIdentityrefTypeTest.java;h=7e51d54183ccce5e665d53ac0a0a438ad7f9fc8e;hb=8b44908cc3d955aa2899887eba6a3400cb2f5cbb;hp=755e92f5a3dd5584dbf211c2fdd1016e5c0fd3d0;hpb=0f351bbc28ddf2cddfe30c8d018646d81953fa17;p=mdsal.git diff --git a/binding/mdsal-binding-generator-impl/src/test/java/org/opendaylight/mdsal/binding/generator/impl/IdentityrefTypeTest.java b/binding/mdsal-binding-generator-impl/src/test/java/org/opendaylight/mdsal/binding/generator/impl/IdentityrefTypeTest.java index 755e92f5a3..7e51d54183 100644 --- a/binding/mdsal-binding-generator-impl/src/test/java/org/opendaylight/mdsal/binding/generator/impl/IdentityrefTypeTest.java +++ b/binding/mdsal-binding-generator-impl/src/test/java/org/opendaylight/mdsal/binding/generator/impl/IdentityrefTypeTest.java @@ -47,9 +47,8 @@ public class IdentityrefTypeTest { } /** - * Test mainly for the method - * TypeProviderImpl#provideTypeForIdentityref(IdentityrefTypeDefinition) - * provideTypeForIdentityref} + * Test mainly for the method TypeProviderImpl#provideTypeForIdentityref(IdentityrefTypeDefinition) + * provideTypeForIdentityref}. */ @Test public void testIdentityrefYangBuiltInType() { @@ -85,11 +84,9 @@ public class IdentityrefTypeTest { } } } - assertNotNull("The method 'getLf' wasn't found", typeName); + assertNotNull("The method 'getLf' was not found", typeName); assertEquals("Return type has incorrect name", "Class", typeName); assertEquals("Incorrect number of type parameters", 1, numOfActualTypes); assertEquals("Return type has incorrect actual parameter", "SomeIdentity", actualTypeName); - } - }