public void Create_NullAppDomainSetupInfo() { Assert.Throws(typeof(ArgumentNullException), () => { var context = AppDomainContext.Create(null); }); }