using static PracticeCalendar.UnitTests.Integration.Testing; namespace PracticeCalendar.UnitTests.Integration { public class BaseTest { public BaseTest() { ResetState(); } } }