Class DoLockTest


  • public class DoLockTest
    extends Object
    • Constructor Detail

      • DoLockTest

        public DoLockTest()
    • Method Detail

      • assertSatisfiedMockery

        @AfterEach
        public void assertSatisfiedMockery()
      • setUp

        @BeforeEach
        public void setUp()
      • testDoLockIfReadOnly

        @Test
        public void testDoLockIfReadOnly()
                                  throws Exception
        Throws:
        Exception
      • testDoRefreshLockOnLockedResource

        @Test
        public void testDoRefreshLockOnLockedResource()
                                               throws Exception
        Throws:
        Exception
      • testDoExclusiveLockOnResource

        @Test
        public void testDoExclusiveLockOnResource()
                                           throws Exception
        Throws:
        Exception
      • testDoSharedLockOnResource

        @Test
        public void testDoSharedLockOnResource()
                                        throws Exception
        Throws:
        Exception
      • testDoExclusiveLockOnCollection

        @Test
        public void testDoExclusiveLockOnCollection()
                                             throws Exception
        Throws:
        Exception
      • testDoSharedLockOnCollection

        @Test
        public void testDoSharedLockOnCollection()
                                          throws Exception
        Throws:
        Exception
      • testDoLockNullResourceLock

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