public void CreateElementArrangerNullConfigurationTest() { Assert.Throws <ArgumentNullException>( delegate { ElementArrangerFactory.CreateElementArranger(null, new ElementConfiguration()); }); }
public void CreateElementArrangerNullConfigurationTest() { ElementArrangerFactory.CreateElementArranger(null, new ElementConfiguration()); }
public void CreateElementArrangerNullConfigurationTest() { Assert.Throws(typeof(ArgumentNullException), () => ElementArrangerFactory.CreateElementArranger(null, new ElementConfiguration())); }