Package 

Class IdlingResourcesManager


  • 
    public final class IdlingResourcesManager
    
                        

    Manages idling resources with the exception of IdlingThreadPoolCoroutineDispatcherProvider.

    • Method Summary

      Modifier and Type Method Description
      final SimpleIdlingResource getLogUpload() Set to not idle in between errors being logged (in the JVM only) and C++ calling into the JVM to upload the log.
      final CountingIdlingResource getTraceFileUpload() Increment when a session or interaction trace ends, decrement when C++ calls into the JVM to notify it of a new trace file.
      • Methods inherited from class dev.specto.android.testing.shared.IdlingResourcesManager

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IdlingResourcesManager

        IdlingResourcesManager()
    • Method Detail

      • getLogUpload

         final SimpleIdlingResource getLogUpload()

        Set to not idle in between errors being logged (in the JVM only) and C++ calling into the JVM to upload the log.

      • getTraceFileUpload

         final CountingIdlingResource getTraceFileUpload()

        Increment when a session or interaction trace ends, decrement when C++ calls into the JVM to notify it of a new trace file.