public void GetSAReturnsLatex() { var settings = new ServiceSettings(); Assert.Equal("Latex", settings.GetBackingSpec("Sa").Backing); }
public void GetHRReturnsUrethane() { var settings = new ServiceSettings(); Assert.Equal("Urethane", settings.GetBackingSpec("HR").Backing); }
public void GetHLReturnsVinyl() { ServiceSettings settings = new ServiceSettings(); Assert.Equal("Vinyl", settings.GetBackingSpec("hl").Backing); }