Interface TestInjector<T>
-
public interface TestInjector<T>Interface to expose a method for members injection for use in tests.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinjectTest(T t)
-
-
-
Method Detail
-
injectTest
void injectTest(T t)
-
-