Package ghidra.util

Class CountLatchTest

    • Constructor Detail

      • CountLatchTest

        public CountLatchTest()
    • Method Detail

      • testNoWaitInitially

        public void testNoWaitInitially()
                                 throws java.lang.InterruptedException
        Throws:
        java.lang.InterruptedException
      • testWaitsWhenCountNotZero

        public void testWaitsWhenCountNotZero()
                                       throws java.lang.InterruptedException
        Throws:
        java.lang.InterruptedException
      • testNoWaitWhenCountIncrementedThenDecremented

        public void testNoWaitWhenCountIncrementedThenDecremented()
                                                           throws java.lang.InterruptedException
        Throws:
        java.lang.InterruptedException
      • testWaitsThenReturnsWhenCountDecremented

        public void testWaitsThenReturnsWhenCountDecremented()
                                                      throws java.lang.InterruptedException
        Throws:
        java.lang.InterruptedException