mirror of https://github.com/AMT-Cheif/Stylet.git
Make namespace of StyletIoC unit tests consistent
This commit is contained in:
parent
9fefbf1687
commit
bc068f8b27
|
@ -4,7 +4,7 @@ using System.Collections.Generic;
|
|||
using System.Linq;
|
||||
using System.Reflection;
|
||||
|
||||
namespace StyletUnitTests
|
||||
namespace StyletUnitTests.StyletIoC
|
||||
{
|
||||
[TestFixture]
|
||||
public class StyletIoCAutobindingTests
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
using StyletIoC;
|
||||
using System;
|
||||
|
||||
namespace StyletUnitTests
|
||||
namespace StyletUnitTests.StyletIoC
|
||||
{
|
||||
[TestFixture]
|
||||
public class StyletIoCBindingChecksTests
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
using NUnit.Framework;
|
||||
using StyletIoC;
|
||||
|
||||
namespace StyletUnitTests
|
||||
namespace StyletUnitTests.StyletIoC
|
||||
{
|
||||
[TestFixture]
|
||||
public class StyletIoCCompileTests
|
||||
|
|
|
@ -5,7 +5,7 @@ using System.Collections.ObjectModel;
|
|||
using System.Linq;
|
||||
using System;
|
||||
|
||||
namespace StyletUnitTests
|
||||
namespace StyletUnitTests.StyletIoC
|
||||
{
|
||||
[TestFixture]
|
||||
public class StyletIoCConstructorInjectionTests
|
||||
|
|
|
@ -3,7 +3,7 @@ using StyletIoC;
|
|||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
|
||||
namespace StyletUnitTests.SubNamespace
|
||||
namespace StyletUnitTests.StyletIoC.SubNamespace
|
||||
{
|
||||
public interface I1Factory
|
||||
{
|
||||
|
@ -11,7 +11,7 @@ namespace StyletUnitTests.SubNamespace
|
|||
}
|
||||
}
|
||||
|
||||
namespace StyletUnitTests
|
||||
namespace StyletUnitTests.StyletIoC
|
||||
{
|
||||
[TestFixture]
|
||||
public class StyletIoCFactoryTests
|
||||
|
|
|
@ -4,7 +4,7 @@ using System;
|
|||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
|
||||
namespace StyletUnitTests
|
||||
namespace StyletUnitTests.StyletIoC
|
||||
{
|
||||
[TestFixture]
|
||||
public class StyletIoCFuncFactoryTests
|
||||
|
|
|
@ -4,7 +4,7 @@ using System;
|
|||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
|
||||
namespace StyletUnitTests
|
||||
namespace StyletUnitTests.StyletIoC
|
||||
{
|
||||
[TestFixture]
|
||||
public class StyletIoCGetAllTests
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
using StyletIoC;
|
||||
using System.Linq;
|
||||
|
||||
namespace StyletUnitTests
|
||||
namespace StyletUnitTests.StyletIoC
|
||||
{
|
||||
[TestFixture]
|
||||
public class StyletIoCGetSingleKeyedTests
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
using StyletIoC;
|
||||
using System;
|
||||
|
||||
namespace StyletUnitTests
|
||||
namespace StyletUnitTests.StyletIoC
|
||||
{
|
||||
[TestFixture]
|
||||
public class StyletIoCGetSingleTests
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
using StyletIoC;
|
||||
using System;
|
||||
|
||||
namespace StyletUnitTests.StyletIoC
|
||||
namespace StyletUnitTests.StyletIoC.StyletIoC
|
||||
{
|
||||
[TestFixture]
|
||||
public class StyletIoCInstanceBindingTests
|
||||
|
|
|
@ -6,7 +6,7 @@ using System.Linq;
|
|||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace StyletUnitTests
|
||||
namespace StyletUnitTests.StyletIoC
|
||||
{
|
||||
[TestFixture]
|
||||
public class StyletIoCMultipleBindingTests
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
using NUnit.Framework;
|
||||
using StyletIoC;
|
||||
|
||||
namespace StyletUnitTests
|
||||
namespace StyletUnitTests.StyletIoC
|
||||
{
|
||||
[TestFixture]
|
||||
public class StyletIoCPropertyInjectionTests
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
using NUnit.Framework;
|
||||
using StyletIoC;
|
||||
|
||||
namespace StyletUnitTests
|
||||
namespace StyletUnitTests.StyletIoC
|
||||
{
|
||||
[TestFixture]
|
||||
public class StyletIoCUnboundGenericTests
|
||||
|
|
Loading…
Reference in New Issue