public void ReturnEmptyWhenFileDoesNotExists() { var response = _csvReaderService.ReadLines( new FileInfo(Path.Combine(TestContext.CurrentContext.TestDirectory, @"Samples\Csv\TESTE.csv"))); Assert.IsEmpty(response); }