Class InternalStateAssertions


  • public final class InternalStateAssertions
    extends Object
    Commonly used assertions to verify that the operations are running on the expected events and threads.
    • Method Detail

      • assertUseOnEventLoop

        public static void assertUseOnEventLoop()
      • assertCurrentThreadMatches

        public static void assertCurrentThreadMatches​(Thread expectedThread)