@@ -24,6 +24,8 @@ public override void OnSetup()
24
24
[ Test ]
25
25
public async Task TestDownloadTask ( )
26
26
{
27
+ Logger . Info ( "Starting Test: TestDownloadTask" ) ;
28
+
27
29
var fileSystem = Environment . FileSystem ;
28
30
29
31
var downloadPath = TestBasePath . Combine ( "5MB.zip" ) ;
@@ -60,6 +62,8 @@ public async Task TestDownloadTask()
60
62
[ Test ]
61
63
public void TestDownloadFailure ( )
62
64
{
65
+ Logger . Info ( "Starting Test: TestDownloadFailure" ) ;
66
+
63
67
var fileSystem = Environment . FileSystem ;
64
68
65
69
var downloadPath = TestBasePath . Combine ( "5MB.zip" ) ;
@@ -88,6 +92,8 @@ public void TestDownloadFailure()
88
92
[ Test ]
89
93
public void TestDownloadTextTask ( )
90
94
{
95
+ Logger . Info ( "Starting Test: TestDownloadTextTask" ) ;
96
+
91
97
var fileSystem = Environment . FileSystem ;
92
98
93
99
var downloadTask = new DownloadTextTask ( TaskManager . Token , fileSystem ,
@@ -101,6 +107,8 @@ public void TestDownloadTextTask()
101
107
[ Test ]
102
108
public void TestDownloadTextFailure ( )
103
109
{
110
+ Logger . Info ( "Starting Test: TestDownloadTextFailure" ) ;
111
+
104
112
var fileSystem = Environment . FileSystem ;
105
113
106
114
var downloadTask = new DownloadTextTask ( TaskManager . Token , fileSystem ,
@@ -122,6 +130,8 @@ public void TestDownloadTextFailure()
122
130
[ Test ]
123
131
public void TestDownloadFileAndHash ( )
124
132
{
133
+ Logger . Info ( "Starting Test: TestDownloadFileAndHash" ) ;
134
+
125
135
var fileSystem = Environment . FileSystem ;
126
136
127
137
var gitArchivePath = TestBasePath . Combine ( "git.zip" ) ;
@@ -177,6 +187,8 @@ public void TestDownloadFileAndHash()
177
187
[ Test ]
178
188
public void TestDownloadShutdownTimeWhenInterrupted ( )
179
189
{
190
+ Logger . Info ( "Starting Test: TestDownloadShutdownTimeWhenInterrupted" ) ;
191
+
180
192
var fileSystem = Environment . FileSystem ;
181
193
182
194
var gitArchivePath = TestBasePath . Combine ( "git.zip" ) ;
0 commit comments