mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Move Setter tests to new project
This commit is contained in:
@@ -11,6 +11,8 @@ namespace SabreTools.DatTools.Test
|
||||
{
|
||||
#region ReplaceFields
|
||||
|
||||
// TODO: Add ReplaceFields_DatHeader test
|
||||
|
||||
[Fact]
|
||||
public void ReplaceFields_Machine()
|
||||
{
|
||||
|
||||
@@ -1,13 +1,16 @@
|
||||
using SabreTools.Core.Filter;
|
||||
using SabreTools.DatItems;
|
||||
using SabreTools.DatItems.Formats;
|
||||
using SabreTools.DatTools;
|
||||
using Xunit;
|
||||
|
||||
namespace SabreTools.Test
|
||||
namespace SabreTools.DatTools.Test
|
||||
{
|
||||
public class SetterTests
|
||||
{
|
||||
#region SetFields
|
||||
|
||||
// TODO: Add SetFields_DatHeader test
|
||||
|
||||
[Fact]
|
||||
public void SetFields_DatItem()
|
||||
{
|
||||
@@ -34,5 +37,7 @@ namespace SabreTools.Test
|
||||
|
||||
Assert.Equal("foo", machine.GetStringFieldValue(Models.Metadata.Machine.NameKey));
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user