Class DoUnlockTest


  • public class DoUnlockTest
    extends Object
    • Constructor Detail

      • DoUnlockTest

        public DoUnlockTest()
    • Method Detail

      • assertSatisfiedMockery

        @AfterEach
        public void assertSatisfiedMockery()
      • setUp

        @BeforeEach
        public void setUp()
      • testDoUnlockIfReadOnly

        @Test
        public void testDoUnlockIfReadOnly()
                                    throws Exception
        Throws:
        Exception
      • testDoUnlockaLockedResourceWithRightLockToken

        @Test
        public void testDoUnlockaLockedResourceWithRightLockToken()
                                                           throws Exception
        Throws:
        Exception
      • testDoUnlockaLockedResourceWithWrongLockToken

        @Test
        public void testDoUnlockaLockedResourceWithWrongLockToken()
                                                           throws Exception
        Throws:
        Exception
      • testDoUnlockaNotLockedResource

        @Test
        public void testDoUnlockaNotLockedResource()
                                            throws Exception
        Throws:
        Exception
      • testDoUnlockaLockNullResource

        @Test
        public void testDoUnlockaLockNullResource()
                                           throws Exception
        Throws:
        Exception