Package waffle.jaas
Class GroupPrincipalTests
- java.lang.Object
-
- waffle.jaas.GroupPrincipalTests
-
public class GroupPrincipalTests extends Object
The Class GroupPrincipalTests.- Author:
- rockchip[dot]tv[at]gmail[dot]com
-
-
Constructor Summary
Constructors Constructor Description GroupPrincipalTests()
-
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
-
-