Esempio n. 1
0
        public void Test2_InvalidFilePath()
        {
            FootballApp app      = new FootballApp();
            string      filePath = @"C:\football.csv";

            Assert.False(app.ExtractInfoFromFile(filePath));
        }
Esempio n. 2
0
        public void Test1_Success()
        {
            FootballApp app = new FootballApp();

            Assert.True(app.ExtractInfoFromFile());
        }