-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Got rid of copy/pasted files in Unity4/Unity5 projects. Instead added…
… common files as references.
- Loading branch information
Showing
41 changed files
with
193 additions
and
708 deletions.
There are no files selected for viewing
13 changes: 9 additions & 4 deletions
13
...h/Ctor_with_one_dependency_param_where.cs → ...h/Ctor_with_one_dependency_param_where.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 9 additions & 4 deletions
13
..._with/Ctor_with_one_simple_param_where.cs → ..._with/Ctor_with_one_simple_param_where.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 7 additions & 3 deletions
10
.../Ctor_with_two_dependency_params_where.cs → .../Ctor_with_two_dependency_params_where.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 8 additions & 4 deletions
12
...e_with_ctor_with_two_dependency_params.cs → ...e_with_ctor_with_two_dependency_params.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 8 additions & 4 deletions
12
...For_type_with/Ctor_with_dependecy_tree.cs → ...For_type_with/Ctor_with_dependecy_tree.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 9 additions & 4 deletions
13
...Ctor_with_two_params_of_same_type_with.cs → ...Ctor_with_two_params_of_same_type_with.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 8 additions & 4 deletions
12
...4.Tests/Automatic_factory/Of_same_type.cs → ...y.Tests/Automatic_factory/Of_same_type.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 10 additions & 3 deletions
13
...erizedAutoFactory.Unity4.Tests/Sandbox.cs → ...terizedAutoFactory.Unity.Tests/Sandbox.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 9 additions & 2 deletions
11
....Unity5.Tests/Support/ContainerBuilder.cs → ...y.Unity.Tests/Support/ContainerBuilder.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...pes/TypeWithCtorWithOneDependencyParam.cs → ...pes/TypeWithCtorWithOneDependencyParam.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...CtorWithOneSimpleAndOneDependencyParam.cs → ...CtorWithOneSimpleAndOneDependencyParam.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...edTypes/TypeWithCtorWithOneSimpleParam.cs → ...edTypes/TypeWithCtorWithOneSimpleParam.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...es/TypeWithCtorWithTwoDependencyParams.cs → ...es/TypeWithCtorWithTwoDependencyParams.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...hCtorWithTwoDependencyParamsOfSameType.cs → ...hCtorWithTwoDependencyParamsOfSameType.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...dTypes/TypeWithCtorWithTwoSimpleParams.cs → ...dTypes/TypeWithCtorWithTwoSimpleParams.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
ParameterizedAutoFactory.Unity.Tests/Support/InjectedTypes/TypeWithParameterlessCtor.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
namespace ParameterizedAutoFactory.Tests.Support.InjectedTypes | ||
{ | ||
public class TypeWithParameterlessCtor | ||
{ | ||
} | ||
} |
11 changes: 9 additions & 2 deletions
11
...arameterizedAutoFactoryBuilderStrategy.cs → ...arameterizedAutoFactoryBuilderStrategy.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
7 changes: 6 additions & 1 deletion
7
...ity5/ParameterizedAutoFactoryExtension.cs → ...nity/ParameterizedAutoFactoryExtension.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
102 changes: 0 additions & 102 deletions
102
...ctory/Creates_instance/Of_type_with/To_type_with_ctor_with_two_dependency_params_where.cs
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.