sharee.bike-App/TestShareeLib/Repository/TestCopriCallsHttps.cs
2021-06-26 20:57:55 +02:00

18 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";
}
}