mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2024-11-05 10:36:30 +01:00
17 lines
419 B
C#
17 lines
419 B
C#
using NUnit.Framework;
|
|
|
|
namespace UITest.Fixtures.Connector
|
|
{
|
|
[TestFixture]
|
|
public class TestCopriCallsHttps
|
|
{
|
|
public const string CATEGORY_REQUIRESCOPRI = "RequiresCOPRI";
|
|
|
|
public const string CATEGORY_USESLIVESERVER = "RequiresCOPRI.Live";
|
|
|
|
public const string CATEGORY_USESDEVELSERVER = "RequiresCOPRI.Devel";
|
|
|
|
public const string TESTAGENT = "TestShareeLib";
|
|
|
|
}
|
|
}
|