19 lines
378 B
C#
19 lines
378 B
C#
using Knoks.Api.Client.Invoker;
|
|
using Knoks.Core.Data.Interfaces;
|
|
using Knoks.Test.Integrations.Api.Tools;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Net;
|
|
using System.Threading.Tasks;
|
|
using Xunit;
|
|
using static Knoks.Test.Integrations.Api.Tools.ApiMocker;
|
|
|
|
namespace Knoks.Test.Integrations.Api
|
|
{
|
|
class KnokUnitTest : ApiTestClient
|
|
{
|
|
|
|
|
|
}
|
|
}
|