Class TestsAccessCheckerHelper


  • public final class TestsAccessCheckerHelper
    extends Object
    • Method Detail

      • addIgnoredThreads

        @TestOnly
        public static void addIgnoredThreads​(@NotNull
                                             ThreadGroup threadGroup)
        All the thread belonging to the specified thread group will be allowed to perform 'write' operations.
      • removeIgnoredThreads

        @TestOnly
        public static void removeIgnoredThreads​(@NotNull
                                                ThreadGroup threadGroup)