File tree Expand file tree Collapse file tree 11 files changed +16
-22
lines changed
tests/ForeverFactory.Tests Expand file tree Collapse file tree 11 files changed +16
-22
lines changed Original file line number Diff line number Diff line change 22using FluentAssertions ;
33using ForeverFactory . Behaviors ;
44using ForeverFactory . Builders ;
5- using ForeverFactory . Tests . CustomizedFactories . ExampleFactories ;
5+ using ForeverFactory . Tests . Factories . CustomizedFactories . ExampleFactories ;
66using Xunit ;
77
88namespace ForeverFactory . Tests . BehaviorsSelection
Original file line number Diff line number Diff line change 44using ForeverFactory . Core . Transforms ;
55using ForeverFactory . Core . Transforms . Guards ;
66using ForeverFactory . Core . Transforms . Guards . Specifications ;
7- using ForeverFactory . Tests . CustomizedFactories . ExampleFactories ;
7+ using ForeverFactory . Tests . Factories . CustomizedFactories . ExampleFactories ;
88using Xunit ;
99
1010namespace ForeverFactory . Tests . Core
Original file line number Diff line number Diff line change 11using FluentAssertions ;
22using ForeverFactory . Core ;
33using ForeverFactory . Core . Transforms ;
4- using ForeverFactory . Tests . CustomizedFactories . ExampleFactories ;
4+ using ForeverFactory . Tests . Factories . CustomizedFactories . ExampleFactories ;
55using Xunit ;
66
77namespace ForeverFactory . Tests . Core
Original file line number Diff line number Diff line change 11using FluentAssertions ;
22using ForeverFactory . Core . Transforms ;
3- using ForeverFactory . Tests . CustomizedFactories . ExampleFactories ;
3+ using ForeverFactory . Tests . Factories . CustomizedFactories . ExampleFactories ;
44using Xunit ;
55
66namespace ForeverFactory . Tests . Core . Transforms
Original file line number Diff line number Diff line change 11using FluentAssertions ;
22using ForeverFactory . Core . Transforms ;
3- using ForeverFactory . Tests . CustomizedFactories . ExampleFactories ;
3+ using ForeverFactory . Tests . Factories . CustomizedFactories . ExampleFactories ;
44using Xunit ;
55
66namespace ForeverFactory . Tests . Core . Transforms
Original file line number Diff line number Diff line change 1- using System . Collections . Generic ;
2- using FluentAssertions ;
3- using FluentAssertions . Extensions ;
4- using ForeverFactory . Builders ;
5- using ForeverFactory . Core . Transforms ;
6- using ForeverFactory . Tests . CustomizedFactories . ExampleFactories ;
1+ using FluentAssertions ;
2+ using ForeverFactory . Tests . Factories . CustomizedFactories . ExampleFactories ;
73using Xunit ;
84
9- namespace ForeverFactory . Tests
5+ namespace ForeverFactory . Tests . Factories
106{
117 public class MagicFactoryTests
128 {
Original file line number Diff line number Diff line change 11using FluentAssertions ;
2- using ForeverFactory . Behaviors ;
3- using ForeverFactory . Tests . CustomizedFactories . ExampleFactories ;
2+ using ForeverFactory . Tests . Factories . CustomizedFactories . ExampleFactories ;
43using Xunit ;
54
6- namespace ForeverFactory . Tests . CustomizedFactories
5+ namespace ForeverFactory . Tests . Factories . CustomizedFactories
76{
87 public class CustomizedFactoryTests
98 {
Original file line number Diff line number Diff line change 1- namespace ForeverFactory . Tests . CustomizedFactories . ExampleFactories
1+ namespace ForeverFactory . Tests . Factories . CustomizedFactories . ExampleFactories
22{
33 public class PersonFactory : MagicFactory < Person >
44 {
Original file line number Diff line number Diff line change 1- namespace ForeverFactory . Tests . CustomizedFactories . ExampleFactories
1+ namespace ForeverFactory . Tests . Factories . CustomizedFactories . ExampleFactories
22{
33 public class ProductFactory : MagicFactory < Product >
44 {
Original file line number Diff line number Diff line change 11using System ;
2- using System . Collections . Generic ;
32using System . Linq ;
43using FluentAssertions ;
5- using ForeverFactory . Tests . CustomizedFactories . ExampleFactories ;
4+ using ForeverFactory . Tests . Factories . CustomizedFactories . ExampleFactories ;
65using Xunit ;
76
8- namespace ForeverFactory . Tests
7+ namespace ForeverFactory . Tests . Factories
98{
109 public class MultipleInstanceBuildingTests
1110 {
You can’t perform that action at this time.
0 commit comments