Uses of Interface
org.junit.jupiter.api.DynamicTest.Configuration
Packages that use DynamicTest.Configuration
-
Uses of DynamicTest.Configuration in org.junit.jupiter.api
Subinterfaces with type arguments of type DynamicTest.Configuration in org.junit.jupiter.apiMethods in org.junit.jupiter.api that return DynamicTest.ConfigurationModifier and TypeMethodDescriptionDynamicTest.Configuration.executable(Executable executable) Set the executable to use for the configuredDynamicTest.Method parameters in org.junit.jupiter.api with type arguments of type DynamicTest.ConfigurationModifier and TypeMethodDescriptionstatic DynamicTestDynamicTest.dynamicTest(Consumer<? super DynamicTest.Configuration> configurer) Factory for creating a newDynamicTestthat is configured via the suppliedConsumerofDynamicTest.Configuration.