public void OneTimeSetup()
 {
     _projectRevenueRecognitionPreferenceInstanceType    = typeof(ProjectRevenueRecognitionPreference);
     _projectRevenueRecognitionPreferenceInstanceFixture = this.Create <ProjectRevenueRecognitionPreference>(true);
     _projectRevenueRecognitionPreferenceInstance        = _projectRevenueRecognitionPreferenceInstanceFixture ?? this.Create <ProjectRevenueRecognitionPreference>(false);
     CurrentInstance = _projectRevenueRecognitionPreferenceInstanceFixture;
     ConfigureIgnoringTests();
 }
 public void OneTimeSetup()
 {
     _pPMTimeHorizonInstanceType    = typeof(PPMTimeHorizon);
     _pPMTimeHorizonInstanceFixture = this.Create <PPMTimeHorizon>(true);
     _pPMTimeHorizonInstance        = _pPMTimeHorizonInstanceFixture ?? this.Create <PPMTimeHorizon>(false);
     CurrentInstance = _pPMTimeHorizonInstanceFixture;
     ConfigureIgnoringTests();
 }
Пример #3
0
 public void OneTimeSetup()
 {
     _queryByNameSerializedResponseInstanceType    = typeof(QueryByNameSerializedResponse);
     _queryByNameSerializedResponseInstanceFixture = this.Create <QueryByNameSerializedResponse>(true);
     _queryByNameSerializedResponseInstance        = _queryByNameSerializedResponseInstanceFixture ?? this.Create <QueryByNameSerializedResponse>(false);
     CurrentInstance = _queryByNameSerializedResponseInstanceFixture;
     ConfigureIgnoringTests();
 }
Пример #4
0
 public void OneTimeSetup()
 {
     _bulkDeleteSerializedRequestInstanceType    = typeof(BulkDeleteSerializedRequest);
     _bulkDeleteSerializedRequestInstanceFixture = this.Create <BulkDeleteSerializedRequest>(true);
     _bulkDeleteSerializedRequestInstance        = _bulkDeleteSerializedRequestInstanceFixture ?? this.Create <BulkDeleteSerializedRequest>(false);
     CurrentInstance = _bulkDeleteSerializedRequestInstanceFixture;
     ConfigureIgnoringTests();
 }
 public void OneTimeSetup()
 {
     _proficiencyInstanceType    = typeof(Proficiency);
     _proficiencyInstanceFixture = this.Create <Proficiency>(true);
     _proficiencyInstance        = _proficiencyInstanceFixture ?? this.Create <Proficiency>(false);
     CurrentInstance             = _proficiencyInstanceFixture;
     ConfigureIgnoringTests();
 }
Пример #6
0
 public void OneTimeSetup()
 {
     _accountInstanceType    = typeof(Account);
     _accountInstanceFixture = this.Create <Account>(true);
     _accountInstance        = _accountInstanceFixture ?? this.Create <Account>(false);
     CurrentInstance         = _accountInstanceFixture;
     ConfigureIgnoringTests();
 }
Пример #7
0
 public void OneTimeSetup()
 {
     _skillSetInstanceType    = typeof(SkillSet);
     _skillSetInstanceFixture = this.Create <SkillSet>(true);
     _skillSetInstance        = _skillSetInstanceFixture ?? this.Create <SkillSet>(false);
     CurrentInstance          = _skillSetInstanceFixture;
     ConfigureIgnoringTests();
 }
Пример #8
0
 public void OneTimeSetup()
 {
     _phaseInstanceType    = typeof(Phase);
     _phaseInstanceFixture = this.Create <Phase>(true);
     _phaseInstance        = _phaseInstanceFixture ?? this.Create <Phase>(false);
     CurrentInstance       = _phaseInstanceFixture;
     ConfigureIgnoringTests();
 }
 public void OneTimeSetup()
 {
     _resourceTypeInstanceType    = typeof(ResourceType);
     _resourceTypeInstanceFixture = this.Create <ResourceType>(true);
     _resourceTypeInstance        = _resourceTypeInstanceFixture ?? this.Create <ResourceType>(false);
     CurrentInstance = _resourceTypeInstanceFixture;
     ConfigureIgnoringTests();
 }
 public void OneTimeSetup()
 {
     _tenroxFaultContractInstanceType    = typeof(TenroxFaultContract);
     _tenroxFaultContractInstanceFixture = this.Create <TenroxFaultContract>(true);
     _tenroxFaultContractInstance        = _tenroxFaultContractInstanceFixture ?? this.Create <TenroxFaultContract>(false);
     CurrentInstance = _tenroxFaultContractInstanceFixture;
     ConfigureIgnoringTests();
 }
Пример #11
0
 public void OneTimeSetup()
 {
     _portfolioAllocatedBudgetInstanceType    = typeof(PortfolioAllocatedBudget);
     _portfolioAllocatedBudgetInstanceFixture = this.Create <PortfolioAllocatedBudget>(true);
     _portfolioAllocatedBudgetInstance        = _portfolioAllocatedBudgetInstanceFixture ?? this.Create <PortfolioAllocatedBudget>(false);
     CurrentInstance = _portfolioAllocatedBudgetInstanceFixture;
     ConfigureIgnoringTests();
 }
Пример #12
0
 public void OneTimeSetup()
 {
     _ruleExecutionHistoryInstanceType    = typeof(RuleExecutionHistory);
     _ruleExecutionHistoryInstanceFixture = this.Create <RuleExecutionHistory>(true);
     _ruleExecutionHistoryInstance        = _ruleExecutionHistoryInstanceFixture ?? this.Create <RuleExecutionHistory>(false);
     CurrentInstance = _ruleExecutionHistoryInstanceFixture;
     ConfigureIgnoringTests();
 }
Пример #13
0
 public void OneTimeSetup()
 {
     _tagInstanceType    = typeof(Tag);
     _tagInstanceFixture = this.Create <Tag>(true);
     _tagInstance        = _tagInstanceFixture ?? this.Create <Tag>(false);
     CurrentInstance     = _tagInstanceFixture;
     ConfigureIgnoringTests();
 }
 public void OneTimeSetup()
 {
     _projectTypeDescriptionInstanceType    = typeof(ProjectTypeDescription);
     _projectTypeDescriptionInstanceFixture = this.Create <ProjectTypeDescription>(true);
     _projectTypeDescriptionInstance        = _projectTypeDescriptionInstanceFixture ?? this.Create <ProjectTypeDescription>(false);
     CurrentInstance = _projectTypeDescriptionInstanceFixture;
     ConfigureIgnoringTests();
 }
Пример #15
0
 public void OneTimeSetup()
 {
     _deleteResponseInstanceType    = typeof(DeleteResponse);
     _deleteResponseInstanceFixture = this.Create <DeleteResponse>(true);
     _deleteResponseInstance        = _deleteResponseInstanceFixture ?? this.Create <DeleteResponse>(false);
     CurrentInstance = _deleteResponseInstanceFixture;
     ConfigureIgnoringTests();
 }
 public void OneTimeSetup()
 {
     _multiTableAssociationsInstanceType    = typeof(MultiTableAssociations);
     _multiTableAssociationsInstanceFixture = this.Create <MultiTableAssociations>(true);
     _multiTableAssociationsInstance        = _multiTableAssociationsInstanceFixture ?? this.Create <MultiTableAssociations>(false);
     CurrentInstance = _multiTableAssociationsInstanceFixture;
     ConfigureIgnoringTests();
 }
Пример #17
0
 public void OneTimeSetup()
 {
     _expenseReportInstanceType    = typeof(ExpenseReport);
     _expenseReportInstanceFixture = this.Create <ExpenseReport>(true);
     _expenseReportInstance        = _expenseReportInstanceFixture ?? this.Create <ExpenseReport>(false);
     CurrentInstance = _expenseReportInstanceFixture;
     ConfigureIgnoringTests();
 }
Пример #18
0
 public void OneTimeSetup()
 {
     _holidayInstanceType    = typeof(Holiday);
     _holidayInstanceFixture = this.Create <Holiday>(true);
     _holidayInstance        = _holidayInstanceFixture ?? this.Create <Holiday>(false);
     CurrentInstance         = _holidayInstanceFixture;
     ConfigureIgnoringTests();
 }
Пример #19
0
 public void OneTimeSetup()
 {
     _entityKeyMemberInstanceType    = typeof(EntityKeyMember);
     _entityKeyMemberInstanceFixture = this.Create <EntityKeyMember>(true);
     _entityKeyMemberInstance        = _entityKeyMemberInstanceFixture ?? this.Create <EntityKeyMember>(false);
     CurrentInstance = _entityKeyMemberInstanceFixture;
     ConfigureIgnoringTests();
 }
 public void OneTimeSetup()
 {
     _leaveTimeRuleSetupInstanceType    = typeof(LeaveTimeRuleSetup);
     _leaveTimeRuleSetupInstanceFixture = this.Create <LeaveTimeRuleSetup>(true);
     _leaveTimeRuleSetupInstance        = _leaveTimeRuleSetupInstanceFixture ?? this.Create <LeaveTimeRuleSetup>(false);
     CurrentInstance = _leaveTimeRuleSetupInstanceFixture;
     ConfigureIgnoringTests();
 }
 public void OneTimeSetup()
 {
     _tPPAssignmentChangeRequestInstanceType    = typeof(TPPAssignmentChangeRequest);
     _tPPAssignmentChangeRequestInstanceFixture = this.Create <TPPAssignmentChangeRequest>(true);
     _tPPAssignmentChangeRequestInstance        = _tPPAssignmentChangeRequestInstanceFixture ?? this.Create <TPPAssignmentChangeRequest>(false);
     CurrentInstance = _tPPAssignmentChangeRequestInstanceFixture;
     ConfigureIgnoringTests();
 }
Пример #22
0
 public void OneTimeSetup()
 {
     _projectWorkflowMapInstanceType    = typeof(ProjectWorkflowMap);
     _projectWorkflowMapInstanceFixture = this.Create <ProjectWorkflowMap>(true);
     _projectWorkflowMapInstance        = _projectWorkflowMapInstanceFixture ?? this.Create <ProjectWorkflowMap>(false);
     CurrentInstance = _projectWorkflowMapInstanceFixture;
     ConfigureIgnoringTests();
 }
Пример #23
0
 public void OneTimeSetup()
 {
     _milestoneTaskInstanceType    = typeof(MilestoneTask);
     _milestoneTaskInstanceFixture = this.Create <MilestoneTask>(true);
     _milestoneTaskInstance        = _milestoneTaskInstanceFixture ?? this.Create <MilestoneTask>(false);
     CurrentInstance = _milestoneTaskInstanceFixture;
     ConfigureIgnoringTests();
 }
 public void OneTimeSetup()
 {
     _offlineUserPermissionsInstanceType    = typeof(OfflineUserPermissions);
     _offlineUserPermissionsInstanceFixture = this.Create <OfflineUserPermissions>(true);
     _offlineUserPermissionsInstance        = _offlineUserPermissionsInstanceFixture ?? this.Create <OfflineUserPermissions>(false);
     CurrentInstance = _offlineUserPermissionsInstanceFixture;
     ConfigureIgnoringTests();
 }
 public void OneTimeSetup()
 {
     _payrollBatchInstanceType    = typeof(PayrollBatch);
     _payrollBatchInstanceFixture = this.Create <PayrollBatch>(true);
     _payrollBatchInstance        = _payrollBatchInstanceFixture ?? this.Create <PayrollBatch>(false);
     CurrentInstance = _payrollBatchInstanceFixture;
     ConfigureIgnoringTests();
 }
 public void OneTimeSetup()
 {
     _bookingSkillInstanceType    = typeof(BookingSkill);
     _bookingSkillInstanceFixture = this.Create <BookingSkill>(true);
     _bookingSkillInstance        = _bookingSkillInstanceFixture ?? this.Create <BookingSkill>(false);
     CurrentInstance = _bookingSkillInstanceFixture;
     ConfigureIgnoringTests();
 }
Пример #27
0
 public void OneTimeSetup()
 {
     _workflowEntryInstanceType    = typeof(WorkflowEntry);
     _workflowEntryInstanceFixture = this.Create <WorkflowEntry>(true);
     _workflowEntryInstance        = _workflowEntryInstanceFixture ?? this.Create <WorkflowEntry>(false);
     CurrentInstance = _workflowEntryInstanceFixture;
     ConfigureIgnoringTests();
 }
Пример #28
0
 public void OneTimeSetup()
 {
     _invoiceTimEntryInstanceType    = typeof(InvoiceTimEntry);
     _invoiceTimEntryInstanceFixture = this.Create <InvoiceTimEntry>(true);
     _invoiceTimEntryInstance        = _invoiceTimEntryInstanceFixture ?? this.Create <InvoiceTimEntry>(false);
     CurrentInstance = _invoiceTimEntryInstanceFixture;
     ConfigureIgnoringTests();
 }
Пример #29
0
 public void OneTimeSetup()
 {
     _userTokenInstanceType    = typeof(UserToken);
     _userTokenInstanceFixture = this.Create <UserToken>(true);
     _userTokenInstance        = _userTokenInstanceFixture ?? this.Create <UserToken>(false);
     CurrentInstance           = _userTokenInstanceFixture;
     ConfigureIgnoringTests();
 }
Пример #30
0
 public void OneTimeSetup()
 {
     _chargeInstanceType    = typeof(Charge);
     _chargeInstanceFixture = this.Create <Charge>(true);
     _chargeInstance        = _chargeInstanceFixture ?? this.Create <Charge>(false);
     CurrentInstance        = _chargeInstanceFixture;
     ConfigureIgnoringTests();
 }