-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTestingPatterns.slnx
More file actions
24 lines (24 loc) · 983 Bytes
/
Copy pathTestingPatterns.slnx
File metadata and controls
24 lines (24 loc) · 983 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<Solution>
<Folder Name="/chapters/" />
<Folder Name="/chapters/ch01-test-doubles/">
<Project Path="chapters/ch01-test-doubles/Ch01.TestDoubles.csproj" />
</Folder>
<Folder Name="/chapters/ch02-mutation-testing/">
<Project Path="chapters/ch02-mutation-testing/Ch02.MutationTesting.csproj" />
</Folder>
<Folder Name="/chapters/ch03-property-based/">
<Project Path="chapters/ch03-property-based/Ch03.PropertyBased.csproj" />
</Folder>
<Folder Name="/chapters/ch04-architecture/">
<Project Path="chapters/ch04-architecture/Ch04.ArchitectureTests.csproj" />
</Folder>
<Folder Name="/chapters/ch05-integration/">
<Project Path="chapters/ch05-integration/Ch05.IntegrationPatterns.csproj" />
</Folder>
<Folder Name="/chapters/ch06-performance/">
<Project Path="chapters/ch06-performance/Ch06.PerformanceTesting.csproj" />
</Folder>
<Folder Name="/src/">
<Project Path="src/SampleDomain/SampleDomain.csproj" />
</Folder>
</Solution>