mirror of
https://github.com/OpenLogics/MewtocolNet.git
synced 2025-12-06 03:01:24 +00:00
19 lines
384 B
C#
19 lines
384 B
C#
using MewtocolNet;
|
|
using MewtocolNet.Registers;
|
|
using MewtocolTests.EncapsulatedTests;
|
|
using Xunit;
|
|
using Xunit.Abstractions;
|
|
|
|
namespace MewtocolTests {
|
|
|
|
public partial class AutomatedPropertyRegisters {
|
|
|
|
private readonly ITestOutputHelper output;
|
|
|
|
public AutomatedPropertyRegisters(ITestOutputHelper output) {
|
|
this.output = output;
|
|
}
|
|
|
|
}
|
|
|
|
} |