File tree Expand file tree Collapse file tree 5 files changed +10
-12
lines changed Expand file tree Collapse file tree 5 files changed +10
-12
lines changed Original file line number Diff line number Diff line change 3
3
// See the LICENSE file in the project root for more information.
4
4
5
5
using System ;
6
- using System . Collections . Specialized ;
7
6
using System . Linq ;
8
7
using CommunityToolkit . Mvvm . Collections ;
9
8
using Microsoft . VisualStudio . TestTools . UnitTesting ;
10
9
11
- namespace CommunityToolkit . Mvvm . UnitTests ;
10
+ namespace CommunityToolkit . Mvvm . UnitTests . Collections ;
12
11
13
12
[ TestClass ]
14
- public class ObservableGroupTests
13
+ public class Test_ObservableGroup
15
14
{
16
15
[ TestMethod ]
17
16
public void Ctor_ShouldHaveExpectedState ( )
Original file line number Diff line number Diff line change 8
8
using CommunityToolkit . Mvvm . Collections ;
9
9
using Microsoft . VisualStudio . TestTools . UnitTesting ;
10
10
11
- namespace CommunityToolkit . Mvvm . UnitTests ;
11
+ namespace CommunityToolkit . Mvvm . UnitTests . Collections ;
12
12
13
13
[ TestClass ]
14
- public class ObservableGroupedCollectionTests
14
+ public class Test_ObservableGroupedCollection
15
15
{
16
16
[ TestMethod ]
17
17
public void Ctor_ShouldHaveExpectedValues ( )
Original file line number Diff line number Diff line change 3
3
// See the LICENSE file in the project root for more information.
4
4
5
5
using System ;
6
- using System . Linq ;
7
6
using CommunityToolkit . Mvvm . Collections ;
8
7
using Microsoft . VisualStudio . TestTools . UnitTesting ;
9
8
10
- namespace CommunityToolkit . Mvvm . UnitTests ;
9
+ namespace CommunityToolkit . Mvvm . UnitTests . Collections ;
11
10
12
11
[ TestClass ]
13
- public class ObservableGroupedCollectionExtensionsTests
12
+ public class Test_ObservableGroupedCollectionExtensions
14
13
{
15
14
[ TestMethod ]
16
15
public void First_WhenGroupExists_ShouldReturnFirstGroup ( )
Original file line number Diff line number Diff line change 9
9
using CommunityToolkit . Mvvm . Collections ;
10
10
using Microsoft . VisualStudio . TestTools . UnitTesting ;
11
11
12
- namespace CommunityToolkit . Mvvm . UnitTests ;
12
+ namespace CommunityToolkit . Mvvm . UnitTests . Collections ;
13
13
14
14
[ TestClass ]
15
- public class ReadOnlyObservableGroupTests
15
+ public class Test_ReadOnlyObservableGroup
16
16
{
17
17
[ TestMethod ]
18
18
public void Ctor_WithKeyAndOBservableCollection_ShouldHaveExpectedInitialState ( )
Original file line number Diff line number Diff line change 12
12
using CommunityToolkit . Mvvm . Collections ;
13
13
using Microsoft . VisualStudio . TestTools . UnitTesting ;
14
14
15
- namespace CommunityToolkit . Mvvm . UnitTests ;
15
+ namespace CommunityToolkit . Mvvm . UnitTests . Collections ;
16
16
17
17
[ TestClass ]
18
- public class ReadOnlyObservableGroupedCollectionTests
18
+ public class Test_ReadOnlyObservableGroupedCollection
19
19
{
20
20
[ TestMethod ]
21
21
public void Ctor_WithEmptySource_ShoudInitializeObject ( )
You can’t perform that action at this time.
0 commit comments