using System.Collections.Generic; namespace AuthorizationTest { public class DamAuthorizationTest : AuthorizationTestBase { public override string GetFeature() { return "DGS_26_00"; } public override IEnumerable GetSupportedFeatureVersions() { return new[] { "14.0", "15.0", "17.0", "18.0", "19.0" }; } public override IEnumerable GetUnsupportedFeatureVersions() { return new[] { "20.0" }; } } }