using NUnit.Framework; namespace InventoryTraker.Web.Tests { [SetUpFixture] public class Setup { [OneTimeSetUp] public void S() { AutoMapperConfig.Configure(); } } }