load the cert file
This commit is contained in:
parent
04009f99e3
commit
2f645b7f0f
3 changed files with 26 additions and 26 deletions
16
test/yavscTests/Mandatory/Services.cs
Normal file
16
test/yavscTests/Mandatory/Services.cs
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
using isnd.tests;
|
||||
using Xunit.Abstractions;
|
||||
|
||||
namespace yavscTests.Mandatory;
|
||||
|
||||
[Collection("Yavsc Server")]
|
||||
[Trait("regression", "oui")]
|
||||
public class Services : BaseTestContext, IClassFixture<WebServerFixture>
|
||||
{
|
||||
public Services(ITestOutputHelper output, WebServerFixture fixture) : base(output, fixture)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
@ -31,4 +31,4 @@
|
|||
<ItemGroup>
|
||||
<Using Include="Xunit" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
</Project>
|
||||
Loading…
Add table
Add a link
Reference in a new issue