Class InternalStateAssertions


  • public final class InternalStateAssertions
    extends java.lang.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​(java.lang.Thread expectedThread)