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

18 lines
419 B
C#
Raw Normal View History

2021-06-26 20:57:55 +02:00
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";
}
}