public void AUT_DictionaryFiller_Instantiated_Without_Parameter_No_Throw_Exception_Test() { // Arrange DictionaryFiller instance = null; // Act var exception = CreateAnalyzer.GetThrownExceptionWhenCreate(out instance); // Assert instance.ShouldNotBeNull(); exception.ShouldBeNull(); }