Class WithUserTestDecorator
- java.lang.Object
-
- org.seedstack.seed.security.internal.testing.WithUserTestDecorator
-
- All Implemented Interfaces:
org.seedstack.seed.testing.spi.TestDecorator
public class WithUserTestDecorator extends Object implements org.seedstack.seed.testing.spi.TestDecorator
-
-
Constructor Summary
Constructors Constructor Description WithUserTestDecorator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterTest(org.seedstack.seed.testing.spi.TestContext testContext)voidbeforeTest(org.seedstack.seed.testing.spi.TestContext testContext)
-
-
-
Method Detail
-
beforeTest
public void beforeTest(org.seedstack.seed.testing.spi.TestContext testContext)
- Specified by:
beforeTestin interfaceorg.seedstack.seed.testing.spi.TestDecorator
-
afterTest
public void afterTest(org.seedstack.seed.testing.spi.TestContext testContext)
- Specified by:
afterTestin interfaceorg.seedstack.seed.testing.spi.TestDecorator
-
-