Package waffle.jaas
Class RolePrincipalTests
- java.lang.Object
-
- waffle.jaas.RolePrincipalTests
-
public class RolePrincipalTests extends Object
The Class RolePrincipalTests.- Author:
- dblock[at]dblock[dot]org
-
-
Constructor Summary
Constructors Constructor Description RolePrincipalTests()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidequals_otherObject()Equals_other object.voidequals_sameObject()Equals_same object.voidsetUp()Sets the up.voidtestEquals_Symmetric()Test equals_ symmetric.voidtestIsSerializable()Test is serializable.
-
-
-
Method Detail
-
equals_otherObject
@Test public void equals_otherObject()
Equals_other object.
-
equals_sameObject
@Test public void equals_sameObject()
Equals_same object.
-
setUp
@BeforeEach public void setUp()
Sets the up.
-
testEquals_Symmetric
@Test public void testEquals_Symmetric()
Test equals_ symmetric.
-
testIsSerializable
@Test public void testIsSerializable() throws IOException, ClassNotFoundExceptionTest is serializable.- Throws:
IOException- Signals that an I/O exception has occurred.ClassNotFoundException- the class not found exception
-
-