Пример #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));
        }
Пример #2
0
 public void SetTestLibrary(TestLibrary.TestLibrary testLibrary)
 {
     _testLibrary = testLibrary;
 }
Пример #3
0
 public ControlChannel(TestLibrary testLibrary)
 {
     _testLibrary = testLibrary;
     SendControlRequest(CONTROL_START_PATH);
 }
Пример #4
0
 public void SetTestLibrary(TestLibrary.TestLibrary testLibrary)
 {
     _adjustCommandExecutor?.SetTestLibrary(testLibrary);
 }