Beispiel #1
0
 public fbCylinderTests()
 {
     Entry.TcOpen.Connector.BuildAndStart();
     sut = Entry.TcOpen.MAIN._wpfCyclinder;
     Runner.RecordingsShell = null; //@"___YOUR_SOLUTION_DIRECTORY__\tests\xUnitTcOpenTests\recodrings";
     throw new Exception("Assing recording directory to 'Runner.RecordingsShell");
 }
        public void OneTimeSetUp()
        {
            Entry.TcoPneumaticsPlc.Connector.BuildAndStart();
            sut = Entry.TcoPneumaticsPlc.MAIN._wpfCyclinder;
            var executingAssembly = new FileInfo(Assembly.GetExecutingAssembly().Location);

            Runner.RecordingsShell = Path.GetFullPath(Path.Combine(executingAssembly.DirectoryName, @"..\..\..\recodrings"));
        }