Sic.Framework/MECF.Framework.CommonTests/Aitex/Core/RT/IOCore/Interlock/InterlockManagerTests.cs

19 lines
395 B
C#
Raw Normal View History

using Xunit;
using Aitex.Core.RT.IOCore;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Aitex.Core.RT.IOCore.Tests
{
public class InterlockManagerTests
{
[Fact()]
public void InitializeTest()
{
Assert.True(false, "This test needs an implementation");
}
}
}