File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 7
7
8
8
namespace UnitTests . Helpers
9
9
{
10
+ //// TODO: Need Mock to WinRT Issue #3196 - https://github.com/windows-toolkit/WindowsCommunityToolkit/issues/3196
10
11
[ TestClass ]
11
12
public class Test_ConnectionHelper
12
- {
13
- //// TODO: Need Mock to WinRT Issue #3196 - https://github.com/windows-toolkit/WindowsCommunityToolkit/issues/3196
14
- /* [TestCategory("Helpers")]
13
+ {
14
+ [ Ignore ]
15
+ [ TestCategory ( "Helpers" ) ]
15
16
[ TestMethod ]
16
17
public void Test_ConnectionHelper_IsInternetOnMeteredConnection ( )
17
18
{
18
19
Assert . IsFalse ( NetworkHelper . Instance . ConnectionInformation . IsInternetOnMeteredConnection ) ;
19
20
}
20
21
22
+ [ Ignore ]
21
23
[ TestCategory ( "Helpers" ) ]
22
24
[ TestMethod ]
23
25
public void Test_ConnectionHelper_IsInternetAvailable ( )
24
26
{
25
27
Assert . IsTrue ( NetworkHelper . Instance . ConnectionInformation . IsInternetAvailable ) ;
26
- }*/
28
+ }
27
29
}
28
30
}
You can’t perform that action at this time.
0 commit comments