Interface InstrumentationRule

    • Method Detail

      • setName

        void setName​(String name)
      • affects

        boolean affects​(Instrumentable instrumentable)
        Returns if an Instrumentable would be probed if it comes to injection of the instrumentation.
        Parameters:
        instrumentable - an Instrumentable to be checked
        Returns:
        true, if the instrumentable will be probed or false otherwise