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