Skip to content

Commit 2f3ef6b

Browse files
committed
Move unit tests to one level folder up
#18
1 parent 9e97934 commit 2f3ef6b

16 files changed

Lines changed: 2 additions & 2 deletions

FlowSynx.PluginCore.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{2C898A9F-7C0
99
EndProject
1010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{5C62ED5B-F9CE-4528-A03D-FB4BA3E803C9}"
1111
EndProject
12-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FlowSynx.PluginCore.UnitTests", "tests\FlowSynx.PluginCore.UnitTests\FlowSynx.PluginCore.UnitTests.csproj", "{31767C25-6D61-4D99-8742-BCC5DEF6C801}"
12+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FlowSynx.PluginCore.UnitTests", "tests\FlowSynx.PluginCore.UnitTests.csproj", "{31767C25-6D61-4D99-8742-BCC5DEF6C801}"
1313
EndProject
1414
Global
1515
GlobalSection(SolutionConfigurationPlatforms) = preSolution

tests/FlowSynx.PluginCore.UnitTests/Exceptions/ErrorMessageTests.cs renamed to tests/Exceptions/ErrorMessageTests.cs

File renamed without changes.

tests/FlowSynx.PluginCore.UnitTests/Exceptions/FlowSynxExceptionTests.cs renamed to tests/Exceptions/FlowSynxExceptionTests.cs

File renamed without changes.

tests/FlowSynx.PluginCore.UnitTests/Extensions/PluginLoggerExtensionsTests.cs renamed to tests/Extensions/PluginLoggerExtensionsTests.cs

File renamed without changes.

tests/FlowSynx.PluginCore.UnitTests/Extensions/PluginParametersExtensionsTests.cs renamed to tests/Extensions/PluginParametersExtensionsTests.cs

File renamed without changes.

tests/FlowSynx.PluginCore.UnitTests/Extensions/PluginSpecificationsExtensionsTests.cs renamed to tests/Extensions/PluginSpecificationsExtensionsTests.cs

File renamed without changes.

tests/FlowSynx.PluginCore.UnitTests/FlowSynx.PluginCore.UnitTests.csproj renamed to tests/FlowSynx.PluginCore.UnitTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</ItemGroup>
1717

1818
<ItemGroup>
19-
<ProjectReference Include="..\..\src\FlowSynx.PluginCore.csproj" />
19+
<ProjectReference Include="..\src\FlowSynx.PluginCore.csproj" />
2020
</ItemGroup>
2121

2222
<ItemGroup>

tests/FlowSynx.PluginCore.UnitTests/PluginContextTests.cs renamed to tests/PluginContextTests.cs

File renamed without changes.

tests/FlowSynx.PluginCore.UnitTests/PluginLoggerLevelTests.cs renamed to tests/PluginLoggerLevelTests.cs

File renamed without changes.

tests/FlowSynx.PluginCore.UnitTests/PluginLoggerTests.cs renamed to tests/PluginLoggerTests.cs

File renamed without changes.

0 commit comments

Comments
 (0)