BootstrapAdmin/test/UnitTest/Bootstrap.DataAccess/SQLServer/TracesTest.cs

15 lines
388 B
C#

// Copyright (c) Argo Zhang (argo@163.com). All rights reserved.
// Licensed under the LGPL License, Version 3.0. See License.txt in the project root for license information.
// Website: https://admin.blazor.zone
using Xunit;
namespace Bootstrap.DataAccess.SQLServer
{
[CollectionDefinition("SQLServerContext")]
public class TracesTest : DataAccess.TracesTest
{
}
}