TestInj1

Everything that should be injected must be a class and implement the interface Injectable. The implementation is trivial as it is an empty interface.

version(unittest)
class TestInj1 : Injectable {}

Constructors

this
this(int a)
Undocumented in source.

Members

Variables

a
int a;
Undocumented in source.
someString
string someString;
Undocumented in source.

Meta