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 33// See the LICENSE file in the project root for more information.
44
55using System ;
6- using System . Collections . Specialized ;
76using System . Linq ;
87using CommunityToolkit . Mvvm . Collections ;
98using Microsoft . VisualStudio . TestTools . UnitTesting ;
109
11- namespace CommunityToolkit . Mvvm . UnitTests ;
10+ namespace CommunityToolkit . Mvvm . UnitTests . Collections ;
1211
1312[ TestClass ]
14- public class ObservableGroupTests
13+ public class Test_ObservableGroup
1514{
1615 [ TestMethod ]
1716 public void Ctor_ShouldHaveExpectedState ( )
Original file line number Diff line number Diff line change 88using CommunityToolkit . Mvvm . Collections ;
99using Microsoft . VisualStudio . TestTools . UnitTesting ;
1010
11- namespace CommunityToolkit . Mvvm . UnitTests ;
11+ namespace CommunityToolkit . Mvvm . UnitTests . Collections ;
1212
1313[ TestClass ]
14- public class ObservableGroupedCollectionTests
14+ public class Test_ObservableGroupedCollection
1515{
1616 [ TestMethod ]
1717 public void Ctor_ShouldHaveExpectedValues ( )
Original file line number Diff line number Diff line change 33// See the LICENSE file in the project root for more information.
44
55using System ;
6- using System . Linq ;
76using CommunityToolkit . Mvvm . Collections ;
87using Microsoft . VisualStudio . TestTools . UnitTesting ;
98
10- namespace CommunityToolkit . Mvvm . UnitTests ;
9+ namespace CommunityToolkit . Mvvm . UnitTests . Collections ;
1110
1211[ TestClass ]
13- public class ObservableGroupedCollectionExtensionsTests
12+ public class Test_ObservableGroupedCollectionExtensions
1413{
1514 [ TestMethod ]
1615 public void First_WhenGroupExists_ShouldReturnFirstGroup ( )
Original file line number Diff line number Diff line change 99using CommunityToolkit . Mvvm . Collections ;
1010using Microsoft . VisualStudio . TestTools . UnitTesting ;
1111
12- namespace CommunityToolkit . Mvvm . UnitTests ;
12+ namespace CommunityToolkit . Mvvm . UnitTests . Collections ;
1313
1414[ TestClass ]
15- public class ReadOnlyObservableGroupTests
15+ public class Test_ReadOnlyObservableGroup
1616{
1717 [ TestMethod ]
1818 public void Ctor_WithKeyAndOBservableCollection_ShouldHaveExpectedInitialState ( )
Original file line number Diff line number Diff line change 1212using CommunityToolkit . Mvvm . Collections ;
1313using Microsoft . VisualStudio . TestTools . UnitTesting ;
1414
15- namespace CommunityToolkit . Mvvm . UnitTests ;
15+ namespace CommunityToolkit . Mvvm . UnitTests . Collections ;
1616
1717[ TestClass ]
18- public class ReadOnlyObservableGroupedCollectionTests
18+ public class Test_ReadOnlyObservableGroupedCollection
1919{
2020 [ TestMethod ]
2121 public void Ctor_WithEmptySource_ShoudInitializeObject ( )
You can’t perform that action at this time.
0 commit comments