File tree Expand file tree Collapse file tree 5 files changed +7
-6
lines changed
TestStack.Dossier.Tests/Picking Expand file tree Collapse file tree 5 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
1
using System . Linq ;
2
2
using Shouldly ;
3
3
using TestStack . Dossier . DataSources ;
4
+ using TestStack . Dossier . DataSources . Picking ;
4
5
using TestStack . Dossier . Lists ;
5
6
using TestStack . Dossier . Tests . TestHelpers . Objects . Entities ;
6
7
using Xunit ;
Original file line number Diff line number Diff line change 1
1
using System . Collections . Generic ;
2
2
3
- namespace TestStack . Dossier . DataSources
3
+ namespace TestStack . Dossier . DataSources . Picking
4
4
{
5
5
/// <summary>
6
6
/// Pick a sequence of items from a collection of items according to different selection strategies.
Original file line number Diff line number Diff line change 1
1
using System ;
2
2
using System . Collections . Generic ;
3
3
4
- namespace TestStack . Dossier . DataSources
4
+ namespace TestStack . Dossier . DataSources . Picking
5
5
{
6
6
/// <summary>
7
7
/// Implements the random item strategy
Original file line number Diff line number Diff line change 2
2
using System . Collections . Generic ;
3
3
using TestStack . Dossier . DataSources . Generators ;
4
4
5
- namespace TestStack . Dossier . DataSources
5
+ namespace TestStack . Dossier . DataSources . Picking
6
6
{
7
7
/// <summary>
8
8
/// Implements the repeatable sequence strategy
Original file line number Diff line number Diff line change 52
52
<ItemGroup >
53
53
<Compile Include =" AnonymousValueFixture.cs" />
54
54
<Compile Include =" Builder.cs" />
55
- <Compile Include =" DataSources\Pick.cs" />
56
- <Compile Include =" DataSources\RandomItemSource.cs" />
57
- <Compile Include =" DataSources\RepeatingSequenceSource.cs" />
55
+ <Compile Include =" DataSources\Picking\ Pick.cs" />
56
+ <Compile Include =" DataSources\Picking\ RandomItemSource.cs" />
57
+ <Compile Include =" DataSources\Picking\ RepeatingSequenceSource.cs" />
58
58
<Compile Include =" ITestDataBuilder.cs" />
59
59
<Compile Include =" DataSources\Dictionaries\Cache.cs" />
60
60
<Compile Include =" DataSources\Dictionaries\IDictionaryRepository.cs" />
You can’t perform that action at this time.
0 commit comments