sharee.bike-App/TestShareeLib/Repository/TestCopriCallsHttps.cs

18 lines
383 B
C#
Raw Normal View History

2021-06-26 20:57:55 +02:00
using NUnit.Framework;
namespace UITest.Fixtures.Connector
{
2022-09-06 16:08:19 +02:00
[TestFixture]
public class TestCopriCallsHttps
{
public const string CATEGORY_REQUIRESCOPRI = "RequiresCOPRI";
2021-06-26 20:57:55 +02:00
2022-09-06 16:08:19 +02:00
public const string CATEGORY_USESLIVESERVER = "RequiresCOPRI.Live";
2021-06-26 20:57:55 +02:00
2022-09-06 16:08:19 +02:00
public const string CATEGORY_USESDEVELSERVER = "RequiresCOPRI.Devel";
2021-06-26 20:57:55 +02:00
2022-09-06 16:08:19 +02:00
public const string TESTAGENT = "TestShareeLib";
2021-06-26 20:57:55 +02:00
2022-09-06 16:08:19 +02:00
}
2021-06-26 20:57:55 +02:00
}