package org.apereo.cas; import org.apereo.cas.web.support.InspektrThrottledSubmissionByIpAddressAndUsernameHandlerInterceptorAdapterTests; import org.junit.runner.RunWith; import org.junit.runners.Suite; /** * This is {@link AllTestsSuite}. * * @author Misagh Moayyed * @since 4.2.0 */ @RunWith(Suite.class) @Suite.SuiteClasses( InspektrThrottledSubmissionByIpAddressAndUsernameHandlerInterceptorAdapterTests.class ) public class AllTestsSuite { }