Esempio n. 1
0
 public void The_Constructor_Must_Throw_An_ArgumentNullException_With_No_Parameters()
 {
     ParameterValidationHelper.ConstructorMustThrowArgumentNullException(typeof(MenuService));
 }
 public void The_Constructor_Must_Throw_An_ArgumentNullException_With_No_Parameters()
 {
     ParameterValidationHelper.ConstructorMustThrowArgumentNullException(typeof(PreviewController));
 }
 public void The_Constructor_Must_Throw_An_ArgumentNullException_With_No_Parameters()
 {
     ParameterValidationHelper.ConstructorMustThrowArgumentNullException(typeof(LayoutViewModelFactory));
 }
 public void The_Constructor_Must_Throw_An_ArgumentNullException_With_No_Parameters()
 {
     ParameterValidationHelper.ConstructorMustThrowArgumentNullException(typeof(WebsiteDependencies));
 }