Package waffle.servlet.spi
Class SecurityFilterProviderCollectionTests
- java.lang.Object
-
- waffle.servlet.spi.SecurityFilterProviderCollectionTests
-
public class SecurityFilterProviderCollectionTests extends Object
The Class SecurityFilterProviderCollectionTests.- Author:
- dblock[at]dblock[dot]org
-
-
Constructor Summary
Constructors Constructor Description SecurityFilterProviderCollectionTests()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestDefaultCollection()Test default collection.voidtestGetByClassNameInvalid()Test get by class name invalid.voidtestIsSecurityPackageSupported()Test is security package supported.
-
-
-
Method Detail
-
testDefaultCollection
@Test public void testDefaultCollection() throws ClassNotFoundExceptionTest default collection.- Throws:
ClassNotFoundException- the class not found exception
-
testGetByClassNameInvalid
@Test public void testGetByClassNameInvalid() throws ClassNotFoundExceptionTest get by class name invalid.- Throws:
ClassNotFoundException- the class not found exception
-
testIsSecurityPackageSupported
@Test public void testIsSecurityPackageSupported()
Test is security package supported.
-
-