Improve DefinitionGenerator testing 31/106131/37
authortobias.pobocik <tobias.pobocik@pantheon.tech>
Thu, 25 May 2023 15:17:13 +0000 (17:17 +0200)
committerIvan Hrasko <ivan.hrasko@pantheon.tech>
Fri, 22 Sep 2023 13:35:41 +0000 (15:35 +0200)
commit97f8e5e19bca7b4f98b067ba43a6f913d8eb87c9
treec4ea6b358a4a29f54951b946d4f1bc49d2071bd4
parentcf36ea5bdb429c40f517cfe2e01797f786bf47a6
Improve DefinitionGenerator testing

This commit addresses the lack of test coverage for various sections
within the DefinitionGenerator class. By adding more tests, we
significantly enhance the overall coverage of this class.
This improvement ensures a more robust and reliable testing environment.

JIRA: NETCONF-999
Change-Id: Iac703199c62f56b40dc02ff992e001a7b56554bf
Signed-off-by: tobias.pobocik <tobias.pobocik@pantheon.tech>
Signed-off-by: Ivan Hrasko <ivan.hrasko@pantheon.tech>
restconf/restconf-openapi/src/test/java/org/opendaylight/restconf/openapi/impl/DefinitionGeneratorTest.java
restconf/restconf-openapi/src/test/java/org/opendaylight/restconf/openapi/mountpoints/MountPointOpenApiTest.java
restconf/restconf-openapi/src/test/resources/yang/definition-test.yang [new file with mode: 0644]