mirror of
https://github.com/OpenLogics/MewtocolNet.git
synced 2025-12-06 11:11:23 +00:00
19 lines
334 B
C#
19 lines
334 B
C#
using MewtocolNet;
|
|
using Xunit;
|
|
using Xunit.Abstractions;
|
|
|
|
using MewtocolNet.Helpers;
|
|
|
|
namespace MewtocolTests {
|
|
|
|
public class TestPlcTypeEnumDuplicates {
|
|
|
|
private readonly ITestOutputHelper output;
|
|
|
|
public TestPlcTypeEnumDuplicates(ITestOutputHelper output) {
|
|
this.output = output;
|
|
}
|
|
|
|
}
|
|
|
|
} |