Uses of Class
aQute.bnd.maven.plugin.TestCases
-
Packages that use TestCases Package Description aQute.bnd.maven.plugin -
-
Uses of TestCases in aQute.bnd.maven.plugin
Fields in aQute.bnd.maven.plugin declared as TestCases Modifier and Type Field Description private TestCases
BndMavenTestsPlugin. testCases
The test case types to generate into theTest-Cases
manifest header.Methods in aQute.bnd.maven.plugin that return TestCases Modifier and Type Method Description static TestCases
TestCases. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TestCases[]
TestCases. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-