Projekt

Obecné

Profil

Stáhnout (227 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1
using Microsoft.VisualStudio.TestTools.UnitTesting;
2

    
3
namespace FrontendTesting
4
{
5
    [TestClass]
6
    public class MainTestingClass
7
    {
8
        [TestMethod]
9
        public void RunAll()
10
        {
11
            
12
        }
13
    }
14
}
(3-3/4)