Interface TestInjector<T>


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

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • injectTest

      void injectTest(T t)