Uses of Interface
org.seedstack.seed.testing.spi.TestDecorator
-
Packages that use TestDecorator Package Description org.seedstack.seed.testing.spi -
-
Uses of TestDecorator in org.seedstack.seed.testing.spi
Methods in org.seedstack.seed.testing.spi that return types with arguments of type TestDecorator Modifier and Type Method Description default List<Class<? extends TestDecorator>>TestPlugin. decorators()Returns the list ofTestDecoratorto apply to each test.
-