Projekt

Obecné

Profil

Stáhnout (546 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1 92897198 Eliška Mourycová
using System;
2
using System.Collections.Generic;
3
using System.Linq;
4
using System.Text;
5
using System.Threading.Tasks;
6
using Microsoft.VisualStudio.TestTools.UnitTesting;
7
8 847434c6 Roman Kalivoda
namespace ServerAppFunctionalTests
9 92897198 Eliška Mourycová
{
10
	[TestClass]
11
	class TestingDataDownloader
12
	{
13
		[TestMethod]
14
		public void DataDirectoryCreate()
15
		{
16
17
		}
18
19
		[TestMethod]
20
		public void DataSubdirectoriesCreate()
21
		{
22
23
		}
24
25
		[TestMethod]
26
		public void DataDownload()
27
		{
28
29
		}
30
31
		[TestMethod]
32
		public void DataRetrieve()
33
		{
34
35
		}
36
37
		[TestMethod]
38
		public void DateCompare()
39
		{
40
41
		}
42
	}
43
}