using System.Collections.Generic; using NUnit.Framework; namespace ASC.Web.Api.Tests.Infrastructure { class ApiTestsData { public static IEnumerable UserForWizard() { yield return new TestCaseData("testuser@onlyoffice.com", "00000000", "en-US", "UTC", "", "", false); } } }