public void AUT_Constructor_AllowFieldTruncationHeader_Instantiated_Without_Parameter_No_Throw_Exception_Test() { // Arrange AllowFieldTruncationHeader instance = null; // Act var exception = CreateAnalyzer.GetThrownExceptionWhenCreate(out instance); // Assert instance.ShouldNotBeNull(); exception.ShouldBeNull(); _allowFieldTruncationHeaderInstanceType.ShouldNotBeNull(); _allowFieldTruncationHeaderInstance.ShouldNotBeNull(); _allowFieldTruncationHeaderInstanceFixture.ShouldNotBeNull(); _allowFieldTruncationHeaderInstance.ShouldBeAssignableTo <AllowFieldTruncationHeader>(); _allowFieldTruncationHeaderInstanceFixture.ShouldBeAssignableTo <AllowFieldTruncationHeader>(); }
public void AUT_Constructor_TitleFilterQueryService_Instantiated_Without_Parameter_No_Throw_Exception_Test() { // Arrange TitleFilterQueryService instance = null; // Act var exception = CreateAnalyzer.GetThrownExceptionWhenCreate(out instance); // Assert instance.ShouldNotBeNull(); exception.ShouldBeNull(); _titleFilterQueryServiceInstanceType.ShouldNotBeNull(); _titleFilterQueryServiceInstance.ShouldNotBeNull(); _titleFilterQueryServiceInstanceFixture.ShouldNotBeNull(); _titleFilterQueryServiceInstance.ShouldBeAssignableTo <TitleFilterQueryService>(); _titleFilterQueryServiceInstanceFixture.ShouldBeAssignableTo <TitleFilterQueryService>(); }
public void AUT_Constructor_PPMBaseLineTimeHorizon_Instantiated_Without_Parameter_No_Throw_Exception_Test() { // Arrange PPMBaseLineTimeHorizon instance = null; // Act var exception = CreateAnalyzer.GetThrownExceptionWhenCreate(out instance); // Assert instance.ShouldNotBeNull(); exception.ShouldBeNull(); _pPMBaseLineTimeHorizonInstanceType.ShouldNotBeNull(); _pPMBaseLineTimeHorizonInstance.ShouldNotBeNull(); _pPMBaseLineTimeHorizonInstanceFixture.ShouldNotBeNull(); _pPMBaseLineTimeHorizonInstance.ShouldBeAssignableTo <PPMBaseLineTimeHorizon>(); _pPMBaseLineTimeHorizonInstanceFixture.ShouldBeAssignableTo <PPMBaseLineTimeHorizon>(); }
public void AUT_Constructor_DescribeDataCategoryGroupStructureResult_Instantiated_Without_Parameter_No_Throw_Exception_Test() { // Arrange DescribeDataCategoryGroupStructureResult instance = null; // Act var exception = CreateAnalyzer.GetThrownExceptionWhenCreate(out instance); // Assert instance.ShouldNotBeNull(); exception.ShouldBeNull(); _describeDataCategoryGroupStructureResultInstanceType.ShouldNotBeNull(); _describeDataCategoryGroupStructureResultInstance.ShouldNotBeNull(); _describeDataCategoryGroupStructureResultInstanceFixture.ShouldNotBeNull(); _describeDataCategoryGroupStructureResultInstance.ShouldBeAssignableTo <DescribeDataCategoryGroupStructureResult>(); _describeDataCategoryGroupStructureResultInstanceFixture.ShouldBeAssignableTo <DescribeDataCategoryGroupStructureResult>(); }
public void AUT_Constructor_ImportResourceStatus_Instantiated_Without_Parameter_No_Throw_Exception_Test() { // Arrange ImportResourceStatus instance = null; // Act var exception = CreateAnalyzer.GetThrownExceptionWhenCreate(out instance); // Assert instance.ShouldNotBeNull(); exception.ShouldBeNull(); _importResourceStatusInstanceType.ShouldNotBeNull(); _importResourceStatusInstance.ShouldNotBeNull(); _importResourceStatusInstanceFixture.ShouldNotBeNull(); _importResourceStatusInstance.ShouldBeAssignableTo <ImportResourceStatus>(); _importResourceStatusInstanceFixture.ShouldBeAssignableTo <ImportResourceStatus>(); }
public void AUT_Constructor_InvalidDataSourceReference_Instantiated_Without_Parameter_No_Throw_Exception_Test() { // Arrange InvalidDataSourceReference instance = null; // Act var exception = CreateAnalyzer.GetThrownExceptionWhenCreate(out instance); // Assert instance.ShouldNotBeNull(); exception.ShouldBeNull(); _invalidDataSourceReferenceInstanceType.ShouldNotBeNull(); _invalidDataSourceReferenceInstance.ShouldNotBeNull(); _invalidDataSourceReferenceInstanceFixture.ShouldNotBeNull(); _invalidDataSourceReferenceInstance.ShouldBeAssignableTo <InvalidDataSourceReference>(); _invalidDataSourceReferenceInstanceFixture.ShouldBeAssignableTo <InvalidDataSourceReference>(); }
public void AUT_Constructor_FlowElementReferenceOrValue_Instantiated_Without_Parameter_No_Throw_Exception_Test() { // Arrange FlowElementReferenceOrValue instance = null; // Act var exception = CreateAnalyzer.GetThrownExceptionWhenCreate(out instance); // Assert instance.ShouldNotBeNull(); exception.ShouldBeNull(); _flowElementReferenceOrValueInstanceType.ShouldNotBeNull(); _flowElementReferenceOrValueInstance.ShouldNotBeNull(); _flowElementReferenceOrValueInstanceFixture.ShouldNotBeNull(); _flowElementReferenceOrValueInstance.ShouldBeAssignableTo <FlowElementReferenceOrValue>(); _flowElementReferenceOrValueInstanceFixture.ShouldBeAssignableTo <FlowElementReferenceOrValue>(); }
public void AUT_Constructor_UninstallCheckDone_Instantiated_Without_Parameter_No_Throw_Exception_Test() { // Arrange UninstallCheckDone instance = null; // Act var exception = CreateAnalyzer.GetThrownExceptionWhenCreate(out instance); // Assert instance.ShouldNotBeNull(); exception.ShouldBeNull(); _uninstallCheckDoneInstanceType.ShouldNotBeNull(); _uninstallCheckDoneInstance.ShouldNotBeNull(); _uninstallCheckDoneInstanceFixture.ShouldNotBeNull(); _uninstallCheckDoneInstance.ShouldBeAssignableTo <UninstallCheckDone>(); _uninstallCheckDoneInstanceFixture.ShouldBeAssignableTo <UninstallCheckDone>(); }
public void AUT_Constructor_OfflineUserPermissions_Instantiated_Without_Parameter_No_Throw_Exception_Test() { // Arrange OfflineUserPermissions instance = null; // Act var exception = CreateAnalyzer.GetThrownExceptionWhenCreate(out instance); // Assert instance.ShouldNotBeNull(); exception.ShouldBeNull(); _offlineUserPermissionsInstanceType.ShouldNotBeNull(); _offlineUserPermissionsInstance.ShouldNotBeNull(); _offlineUserPermissionsInstanceFixture.ShouldNotBeNull(); _offlineUserPermissionsInstance.ShouldBeAssignableTo <OfflineUserPermissions>(); _offlineUserPermissionsInstanceFixture.ShouldBeAssignableTo <OfflineUserPermissions>(); }
public void AUT_Constructor_SiteCollectionSetupWizard_Instantiated_Without_Parameter_No_Throw_Exception_Test() { // Arrange SiteCollectionSetupWizard instance = null; // Act var exception = CreateAnalyzer.GetThrownExceptionWhenCreate(out instance); // Assert instance.ShouldNotBeNull(); exception.ShouldBeNull(); _siteCollectionSetupWizardInstanceType.ShouldNotBeNull(); _siteCollectionSetupWizardInstance.ShouldNotBeNull(); _siteCollectionSetupWizardInstanceFixture.ShouldNotBeNull(); _siteCollectionSetupWizardInstance.ShouldBeAssignableTo <SiteCollectionSetupWizard>(); _siteCollectionSetupWizardInstanceFixture.ShouldBeAssignableTo <SiteCollectionSetupWizard>(); }
public void AUT_Constructor_SFDCMobileSettings_Instantiated_Without_Parameter_No_Throw_Exception_Test() { // Arrange SFDCMobileSettings instance = null; // Act var exception = CreateAnalyzer.GetThrownExceptionWhenCreate(out instance); // Assert instance.ShouldNotBeNull(); exception.ShouldBeNull(); _sFDCMobileSettingsInstanceType.ShouldNotBeNull(); _sFDCMobileSettingsInstance.ShouldNotBeNull(); _sFDCMobileSettingsInstanceFixture.ShouldNotBeNull(); _sFDCMobileSettingsInstance.ShouldBeAssignableTo <SFDCMobileSettings>(); _sFDCMobileSettingsInstanceFixture.ShouldBeAssignableTo <SFDCMobileSettings>(); }
public void AUT_Constructor_LeaveTimeRuleSetup_Instantiated_Without_Parameter_No_Throw_Exception_Test() { // Arrange LeaveTimeRuleSetup instance = null; // Act var exception = CreateAnalyzer.GetThrownExceptionWhenCreate(out instance); // Assert instance.ShouldNotBeNull(); exception.ShouldBeNull(); _leaveTimeRuleSetupInstanceType.ShouldNotBeNull(); _leaveTimeRuleSetupInstance.ShouldNotBeNull(); _leaveTimeRuleSetupInstanceFixture.ShouldNotBeNull(); _leaveTimeRuleSetupInstance.ShouldBeAssignableTo <LeaveTimeRuleSetup>(); _leaveTimeRuleSetupInstanceFixture.ShouldBeAssignableTo <LeaveTimeRuleSetup>(); }
public void AUT_Constructor_PersonalizationSearchCriteria_Instantiated_Without_Parameter_No_Throw_Exception_Test() { // Arrange PersonalizationSearchCriteria instance = null; // Act var exception = CreateAnalyzer.GetThrownExceptionWhenCreate(out instance); // Assert instance.ShouldNotBeNull(); exception.ShouldBeNull(); _personalizationSearchCriteriaInstanceType.ShouldNotBeNull(); _personalizationSearchCriteriaInstance.ShouldNotBeNull(); _personalizationSearchCriteriaInstanceFixture.ShouldNotBeNull(); _personalizationSearchCriteriaInstance.ShouldBeAssignableTo <PersonalizationSearchCriteria>(); _personalizationSearchCriteriaInstanceFixture.ShouldBeAssignableTo <PersonalizationSearchCriteria>(); }
public void AUT_Constructor_DescribeSoftphoneLayoutInfoField_Instantiated_Without_Parameter_No_Throw_Exception_Test() { // Arrange DescribeSoftphoneLayoutInfoField instance = null; // Act var exception = CreateAnalyzer.GetThrownExceptionWhenCreate(out instance); // Assert instance.ShouldNotBeNull(); exception.ShouldBeNull(); _describeSoftphoneLayoutInfoFieldInstanceType.ShouldNotBeNull(); _describeSoftphoneLayoutInfoFieldInstance.ShouldNotBeNull(); _describeSoftphoneLayoutInfoFieldInstanceFixture.ShouldNotBeNull(); _describeSoftphoneLayoutInfoFieldInstance.ShouldBeAssignableTo <DescribeSoftphoneLayoutInfoField>(); _describeSoftphoneLayoutInfoFieldInstanceFixture.ShouldBeAssignableTo <DescribeSoftphoneLayoutInfoField>(); }
public void AUT_Constructor_ProjectWorkflowMap_Instantiated_Without_Parameter_No_Throw_Exception_Test() { // Arrange ProjectWorkflowMap instance = null; // Act var exception = CreateAnalyzer.GetThrownExceptionWhenCreate(out instance); // Assert instance.ShouldNotBeNull(); exception.ShouldBeNull(); _projectWorkflowMapInstanceType.ShouldNotBeNull(); _projectWorkflowMapInstance.ShouldNotBeNull(); _projectWorkflowMapInstanceFixture.ShouldNotBeNull(); _projectWorkflowMapInstance.ShouldBeAssignableTo <ProjectWorkflowMap>(); _projectWorkflowMapInstanceFixture.ShouldBeAssignableTo <ProjectWorkflowMap>(); }
public void AUT_Constructor_PostCostValues_NAX_Instantiated_Without_Parameter_No_Throw_Exception_Test() { // Arrange PostCostValues_NAX instance = null; // Act var exception = CreateAnalyzer.GetThrownExceptionWhenCreate(out instance); // Assert instance.ShouldNotBeNull(); exception.ShouldBeNull(); _postCostValuesNAXInstanceType.ShouldNotBeNull(); _postCostValuesNAXInstance.ShouldNotBeNull(); _postCostValuesNAXInstanceFixture.ShouldNotBeNull(); _postCostValuesNAXInstance.ShouldBeAssignableTo <PostCostValues_NAX>(); _postCostValuesNAXInstanceFixture.ShouldBeAssignableTo <PostCostValues_NAX>(); }
public void AUT_Constructor_DashboardFilterColumn_Instantiated_Without_Parameter_No_Throw_Exception_Test() { // Arrange DashboardFilterColumn instance = null; // Act var exception = CreateAnalyzer.GetThrownExceptionWhenCreate(out instance); // Assert instance.ShouldNotBeNull(); exception.ShouldBeNull(); _dashboardFilterColumnInstanceType.ShouldNotBeNull(); _dashboardFilterColumnInstance.ShouldNotBeNull(); _dashboardFilterColumnInstanceFixture.ShouldNotBeNull(); _dashboardFilterColumnInstance.ShouldBeAssignableTo <DashboardFilterColumn>(); _dashboardFilterColumnInstanceFixture.ShouldBeAssignableTo <DashboardFilterColumn>(); }
public void AUT_Constructor_WebEventReceiver_Instantiated_Without_Parameter_No_Throw_Exception_Test() { // Arrange WebEventReceiver instance = null; // Act var exception = CreateAnalyzer.GetThrownExceptionWhenCreate(out instance); // Assert instance.ShouldNotBeNull(); exception.ShouldBeNull(); _webEventReceiverInstanceType.ShouldNotBeNull(); _webEventReceiverInstance.ShouldNotBeNull(); _webEventReceiverInstanceFixture.ShouldNotBeNull(); _webEventReceiverInstance.ShouldBeAssignableTo <WebEventReceiver>(); _webEventReceiverInstanceFixture.ShouldBeAssignableTo <WebEventReceiver>(); }
public void AUT_Constructor_MonthsOfYearSelector_Instantiated_Without_Parameter_No_Throw_Exception_Test() { // Arrange MonthsOfYearSelector instance = null; // Act var exception = CreateAnalyzer.GetThrownExceptionWhenCreate(out instance); // Assert instance.ShouldNotBeNull(); exception.ShouldBeNull(); _monthsOfYearSelectorInstanceType.ShouldNotBeNull(); _monthsOfYearSelectorInstance.ShouldNotBeNull(); _monthsOfYearSelectorInstanceFixture.ShouldNotBeNull(); _monthsOfYearSelectorInstance.ShouldBeAssignableTo <MonthsOfYearSelector>(); _monthsOfYearSelectorInstanceFixture.ShouldBeAssignableTo <MonthsOfYearSelector>(); }
public void AUT_Constructor_SummaryRollupToolpart_Instantiated_Without_Parameter_No_Throw_Exception_Test() { // Arrange SummaryRollupToolpart instance = null; // Act var exception = CreateAnalyzer.GetThrownExceptionWhenCreate(out instance); // Assert instance.ShouldNotBeNull(); exception.ShouldBeNull(); _summaryRollupToolpartInstanceType.ShouldNotBeNull(); _summaryRollupToolpartInstance.ShouldNotBeNull(); _summaryRollupToolpartInstanceFixture.ShouldNotBeNull(); _summaryRollupToolpartInstance.ShouldBeAssignableTo <SummaryRollupToolpart>(); _summaryRollupToolpartInstanceFixture.ShouldBeAssignableTo <SummaryRollupToolpart>(); }
public void AUT_Constructor_QueryByNameSerializedRequest_Instantiated_Without_Parameter_No_Throw_Exception_Test() { // Arrange QueryByNameSerializedRequest instance = null; // Act var exception = CreateAnalyzer.GetThrownExceptionWhenCreate(out instance); // Assert instance.ShouldNotBeNull(); exception.ShouldBeNull(); _queryByNameSerializedRequestInstanceType.ShouldNotBeNull(); _queryByNameSerializedRequestInstance.ShouldNotBeNull(); _queryByNameSerializedRequestInstanceFixture.ShouldNotBeNull(); _queryByNameSerializedRequestInstance.ShouldBeAssignableTo <QueryByNameSerializedRequest>(); _queryByNameSerializedRequestInstanceFixture.ShouldBeAssignableTo <QueryByNameSerializedRequest>(); }
public void AUT_Constructor_CaseCriteriaBasedSharingRule_Instantiated_Without_Parameter_No_Throw_Exception_Test() { // Arrange CaseCriteriaBasedSharingRule instance = null; // Act var exception = CreateAnalyzer.GetThrownExceptionWhenCreate(out instance); // Assert instance.ShouldNotBeNull(); exception.ShouldBeNull(); _caseCriteriaBasedSharingRuleInstanceType.ShouldNotBeNull(); _caseCriteriaBasedSharingRuleInstance.ShouldNotBeNull(); _caseCriteriaBasedSharingRuleInstanceFixture.ShouldNotBeNull(); _caseCriteriaBasedSharingRuleInstance.ShouldBeAssignableTo <CaseCriteriaBasedSharingRule>(); _caseCriteriaBasedSharingRuleInstanceFixture.ShouldBeAssignableTo <CaseCriteriaBasedSharingRule>(); }
public void AUT_Constructor_CustomDataTypeTranslation_Instantiated_Without_Parameter_No_Throw_Exception_Test() { // Arrange CustomDataTypeTranslation instance = null; // Act var exception = CreateAnalyzer.GetThrownExceptionWhenCreate(out instance); // Assert instance.ShouldNotBeNull(); exception.ShouldBeNull(); _customDataTypeTranslationInstanceType.ShouldNotBeNull(); _customDataTypeTranslationInstance.ShouldNotBeNull(); _customDataTypeTranslationInstanceFixture.ShouldNotBeNull(); _customDataTypeTranslationInstance.ShouldBeAssignableTo <CustomDataTypeTranslation>(); _customDataTypeTranslationInstanceFixture.ShouldBeAssignableTo <CustomDataTypeTranslation>(); }
public void AUT_Constructor_BulkDeleteResponse_Instantiated_Without_Parameter_No_Throw_Exception_Test() { // Arrange BulkDeleteResponse instance = null; // Act var exception = CreateAnalyzer.GetThrownExceptionWhenCreate(out instance); // Assert instance.ShouldNotBeNull(); exception.ShouldBeNull(); _bulkDeleteResponseInstanceType.ShouldNotBeNull(); _bulkDeleteResponseInstance.ShouldNotBeNull(); _bulkDeleteResponseInstanceFixture.ShouldNotBeNull(); _bulkDeleteResponseInstance.ShouldBeAssignableTo <BulkDeleteResponse>(); _bulkDeleteResponseInstanceFixture.ShouldBeAssignableTo <BulkDeleteResponse>(); }
public void AUT_Constructor_WorkflowFieldUpdate_Instantiated_Without_Parameter_No_Throw_Exception_Test() { // Arrange WorkflowFieldUpdate instance = null; // Act var exception = CreateAnalyzer.GetThrownExceptionWhenCreate(out instance); // Assert instance.ShouldNotBeNull(); exception.ShouldBeNull(); _workflowFieldUpdateInstanceType.ShouldNotBeNull(); _workflowFieldUpdateInstance.ShouldNotBeNull(); _workflowFieldUpdateInstanceFixture.ShouldNotBeNull(); _workflowFieldUpdateInstance.ShouldBeAssignableTo <WorkflowFieldUpdate>(); _workflowFieldUpdateInstanceFixture.ShouldBeAssignableTo <WorkflowFieldUpdate>(); }
public void AUT_Constructor_RuleExecutionHistory_Instantiated_Without_Parameter_No_Throw_Exception_Test() { // Arrange RuleExecutionHistory instance = null; // Act var exception = CreateAnalyzer.GetThrownExceptionWhenCreate(out instance); // Assert instance.ShouldNotBeNull(); exception.ShouldBeNull(); _ruleExecutionHistoryInstanceType.ShouldNotBeNull(); _ruleExecutionHistoryInstance.ShouldNotBeNull(); _ruleExecutionHistoryInstanceFixture.ShouldNotBeNull(); _ruleExecutionHistoryInstance.ShouldBeAssignableTo <RuleExecutionHistory>(); _ruleExecutionHistoryInstanceFixture.ShouldBeAssignableTo <RuleExecutionHistory>(); }
public void AUT_Constructor_CodeCoverageWarning_Instantiated_Without_Parameter_No_Throw_Exception_Test() { // Arrange CodeCoverageWarning instance = null; // Act var exception = CreateAnalyzer.GetThrownExceptionWhenCreate(out instance); // Assert instance.ShouldNotBeNull(); exception.ShouldBeNull(); _codeCoverageWarningInstanceType.ShouldNotBeNull(); _codeCoverageWarningInstance.ShouldNotBeNull(); _codeCoverageWarningInstanceFixture.ShouldNotBeNull(); _codeCoverageWarningInstance.ShouldBeAssignableTo <CodeCoverageWarning>(); _codeCoverageWarningInstanceFixture.ShouldBeAssignableTo <CodeCoverageWarning>(); }
public void AUT_Constructor_ResetPasswordResult_Instantiated_Without_Parameter_No_Throw_Exception_Test() { // Arrange ResetPasswordResult instance = null; // Act var exception = CreateAnalyzer.GetThrownExceptionWhenCreate(out instance); // Assert instance.ShouldNotBeNull(); exception.ShouldBeNull(); _resetPasswordResultInstanceType.ShouldNotBeNull(); _resetPasswordResultInstance.ShouldNotBeNull(); _resetPasswordResultInstanceFixture.ShouldNotBeNull(); _resetPasswordResultInstance.ShouldBeAssignableTo <ResetPasswordResult>(); _resetPasswordResultInstanceFixture.ShouldBeAssignableTo <ResetPasswordResult>(); }
public void AUT_Constructor_NavLink_Instantiated_Without_Parameter_No_Throw_Exception_Test() { // Arrange NavLink instance = null; // Act var exception = CreateAnalyzer.GetThrownExceptionWhenCreate(out instance); // Assert instance.ShouldNotBeNull(); exception.ShouldBeNull(); _navLinkInstanceType.ShouldNotBeNull(); _navLinkInstance.ShouldNotBeNull(); _navLinkInstanceFixture.ShouldNotBeNull(); _navLinkInstance.ShouldBeAssignableTo <NavLink>(); _navLinkInstanceFixture.ShouldBeAssignableTo <NavLink>(); }
public void AUT_Constructor_RunStoredProcedureNonQueryRequest_Instantiated_Without_Parameter_No_Throw_Exception_Test() { // Arrange RunStoredProcedureNonQueryRequest instance = null; // Act var exception = CreateAnalyzer.GetThrownExceptionWhenCreate(out instance); // Assert instance.ShouldNotBeNull(); exception.ShouldBeNull(); _runStoredProcedureNonQueryRequestInstanceType.ShouldNotBeNull(); _runStoredProcedureNonQueryRequestInstance.ShouldNotBeNull(); _runStoredProcedureNonQueryRequestInstanceFixture.ShouldNotBeNull(); _runStoredProcedureNonQueryRequestInstance.ShouldBeAssignableTo <RunStoredProcedureNonQueryRequest>(); _runStoredProcedureNonQueryRequestInstanceFixture.ShouldBeAssignableTo <RunStoredProcedureNonQueryRequest>(); }