using Shouldly;
using Xunit;
namespace ZB.MOM.WW.LmxOpcUa.Tests
{
///
/// Placeholder unit test that keeps the unit test project wired into the solution.
///
public class SampleTest
{
///
/// Confirms that the unit test assembly is executing.
///
[Fact]
public void Placeholder_ShouldPass()
{
true.ShouldBeTrue();
}
}
}