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