Interface TestInjector<T>


  • public interface TestInjector<T>
    Interface to expose a method for members injection for use in tests.
    • Method Detail

      • injectTest

        void injectTest​(T t)