- All Implemented Interfaces:
- org.testng.IHookable, org.testng.ITestNGListener
@IntegrationTest
@SpecVersion(spec="beanvalidation",
version="2.0.0")
public class ValidationInterceptorPriorityTest
extends org.jboss.arquillian.testng.Arquillian
Test for the priority of the validation interceptor (which should be 4800).
Two other interceptors with priorities 4799 and 4801 are registered as well
and expected to be invoked before and after the validation interceptor,
respectively.
- Author:
- Gunnar Morling