Skip to content

Commit

Permalink
updated DryIoc tests
Browse files Browse the repository at this point in the history
  • Loading branch information
brianlagunas committed Nov 3, 2018
1 parent b00db55 commit dc2ad6e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

namespace Prism.DryIoc.Wpf.Tests
{

[Collection("ServiceLocator")]
public class DryIocBootstrapperNullContainerFixture : BootstrapperFixtureBase
{
[Fact]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

namespace Prism.DryIoc.Wpf.Tests
{

[Collection("ServiceLocator")]
public class DryIocBootstrapperNullLoggerFixture : BootstrapperFixtureBase
{
[Fact]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

namespace Prism.DryIoc.Wpf.Tests
{

[Collection("ServiceLocator")]
public class DryIocBootstrapperNullModuleCatalogFixture : BootstrapperFixtureBase
{
[Fact]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

namespace Prism.DryIoc.Wpf.Tests
{

[Collection("ServiceLocator")]
public class DryIocBootstrapperNullModuleManagerFixture
{
[Fact]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

namespace Prism.DryIoc.Wpf.Tests
{

[Collection("ServiceLocator")]
public class DryIocBootstrapperRegisterForNavigationFixture : BootstrapperFixtureBase
{
[Fact]
Expand Down

0 comments on commit dc2ad6e

Please sign in to comment.