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(LayoutViewModelFactory));
 }
Esempio n. 3
0
 public void The_Constructor_Should_Not_Accept_Null_Constructor_Arguments()
 {
     ParameterValidationHelper.ShouldNotAcceptNullConstructorArguments(typeof(MenuService));
 }
 public void The_Constructor_Must_Throw_An_ArgumentNullException_With_No_Parameters()
 {
     ParameterValidationHelper.ShouldNotAcceptNullConstructorArguments(typeof(BlockViewModel <RichTextBlock>));
 }
 public void The_Constructor_Should_Not_Accept_Null_Constructor_Arguments()
 {
     ParameterValidationHelper.ShouldNotAcceptNullConstructorArguments(typeof(LayoutViewModelFactory));
 }
 public void The_Constructor_Must_Throw_An_ArgumentNullException_With_No_Parameters()
 {
     ParameterValidationHelper.ConstructorMustThrowArgumentNullException(typeof(PreviewController));
 }
 public void The_Constructor_Should_Not_Accept_Null_Constructor_Arguments()
 {
     ParameterValidationHelper.ShouldNotAcceptNullConstructorArguments(typeof(PreviewController));
 }
 public void The_Constructor_Should_Not_Accept_Null_Constructor_Arguments()
 {
     ParameterValidationHelper.ShouldNotAcceptNullConstructorArguments(typeof(ContextResolver));
 }
 public void The_Constructor_Must_Throw_An_ArgumentNullException_With_No_Parameters()
 {
     ParameterValidationHelper.ConstructorMustThrowArgumentNullException(typeof(WebsiteDependencies));
 }
 public void The_Constructor_Should_Not_Accept_Null_Constructor_Arguments()
 {
     ParameterValidationHelper.ShouldNotAcceptNullConstructorArguments(typeof(WebsiteDependencies));
 }