Ejemplo n.º 1
0
        public static void Main()
        {
            TestLibrary.TestLibrary l = new TestLibrary.TestLibrary();
            l.Resolve <ClassImpl>("ClassImpl").Display();

            var t = l.Create();

            t.ForEach(x => Console.WriteLine("Line: " + x));
        }
Ejemplo n.º 2
0
 public void SetTestLibrary(TestLibrary.TestLibrary testLibrary)
 {
     _testLibrary = testLibrary;
 }
Ejemplo n.º 3
0
 public ControlChannel(TestLibrary testLibrary)
 {
     _testLibrary = testLibrary;
     SendControlRequest(CONTROL_START_PATH);
 }
Ejemplo n.º 4
0
 public void SetTestLibrary(TestLibrary.TestLibrary testLibrary)
 {
     _adjustCommandExecutor?.SetTestLibrary(testLibrary);
 }