Skip to content

Commit

Permalink
Rearrange test classes to match new format
Browse files Browse the repository at this point in the history
  • Loading branch information
mnadareski committed May 28, 2024
1 parent dffebc5 commit 3f048c5
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions CHANGELIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@
- Fix one DIC parameter test
- Ensure setting defaults are consistent
- Move ToRedumper* back to EnumExtensions
- Rearrange test classes to match new format

### 3.1.9a (2024-05-21)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using SabreTools.RedumpLib.Data;
using Xunit;

namespace MPF.Test.Modules
namespace MPF.Test.ExecutionContexts
{
public class DiscImageCreatorTests
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using SabreTools.RedumpLib.Data;
using Xunit;

namespace MPF.Test.Data
namespace MPF.Test.Frontend
{
public class UIElementsTest
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using SabreTools.RedumpLib.Data;
using Xunit;

namespace MPF.Test.Library
namespace MPF.Test.Frontend
{
public class DumpEnvironmentTests
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using MPF.Frontend;
using Xunit;

namespace MPF.Test.Core.Converters
namespace MPF.Test.Frontend
{
public class EnumConverterTests
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
using MPF.Frontend;
using Xunit;

namespace MPF.Test.Core.Data
namespace MPF.Test.Frontend
{
public class ResultTests
public class ResultEventArgsTests
{
[Fact]
public void EmptySuccessTest()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using SabreTools.RedumpLib.Data;
using Xunit;

namespace MPF.Test.Library
namespace MPF.Test.Frontend.Tools
{
public class InfoToolTests
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using MPF.Frontend.Tools;
using Xunit;

namespace MPF.Test.Library
namespace MPF.Test.Frontend.Tools
{
public class ProtectionTests
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using SabreTools.RedumpLib.Data;
using Xunit;

namespace MPF.Test.Core.Utilities
namespace MPF.Test.RedumpLib
{
public class EnumExtensionsTests
{
Expand Down

0 comments on commit 3f048c5

Please sign in to comment.