The `navigationMetadata` function is a part of the `JetTestUtils` class in the `org.jetbrains.kotlin.test` package of the Java programming language. This function is used to obtain the navigation metadata, which provides information about the navigation targets in Kotlin code. It can be helpful in testing scenarios where one needs to verify the navigation behavior of the code.
Java JetTestUtils.navigationMetadata - 30 examples found. These are the top rated real world Java examples of org.jetbrains.kotlin.test.JetTestUtils.navigationMetadata extracted from open source projects. You can rate examples to help us improve the quality of examples.