Uses of Class
org.antublue.test.engine.internal.descriptor.ParameterTestDescriptor
-
Packages that use ParameterTestDescriptor Package Description org.antublue.test.engine.internal -
-
Uses of ParameterTestDescriptor in org.antublue.test.engine.internal
Methods in org.antublue.test.engine.internal that return ParameterTestDescriptor Modifier and Type Method Description static ParameterTestDescriptorTestDescriptorUtils. createParameterTestDescriptor(org.junit.platform.engine.UniqueId uniqueId, Class<?> clazz, Parameter parameter)Method to create a ParameterTestDescriptor
-