C# Client Library
A C# Client Library for the AnalyzeRe REST API
Loading...
Searching...
No Matches
AnalyzeReTesting.Tests.Model Namespace Reference

Namespaces

namespace  DataTypes
 

Classes

class  TestSuite_Agent
 
class  TestSuite_Agent_Base
 
class  TestSuite_Analysis
 Includes tests that affect all types of Analyses. More...
 
class  TestSuite_Analysis_Base
 
class  TestSuite_Analysis_VendorPortfolioAnalysis
 
class  TestSuite_Analysis_VendorTreatyAnalysis
 
class  TestSuite_AnalysisProfile
 
class  TestSuite_AnalysisProfile_Base
 
class  TestSuite_APIResourceView
 Contains static helper methods for testing IAPIResourceView instances. More...
 
class  TestSuite_CustomDistribution
 Includes tests that affect all types of CustomDistribution. Because these have a data endpoint, it does not inherit from Test_Distribution, so the description tests are repeated. More...
 
class  TestSuite_Distribution
 Includes tests that affect all types of Distribution. More...
 
class  TestSuite_Distribution_Base
 
class  TestSuite_Distribution_BinomialDistribution
 
class  TestSuite_Distribution_CustomFrequencyDistribution
 
class  TestSuite_Distribution_CustomSeasonalityDistribution
 
class  TestSuite_Distribution_CustomSeverityDistribution
 
class  TestSuite_Distribution_DiracDistribution
 
class  TestSuite_Distribution_LogNormalDistribution
 
class  TestSuite_Distribution_NegativeBinomialDistribution
 
class  TestSuite_Distribution_NormalDistribution
 
class  TestSuite_Distribution_ParetoDistribution
 
class  TestSuite_Distribution_PoissonDistribution
 
class  TestSuite_Distribution_UniformDistribution
 
class  TestSuite_Distribution_UniformIntDistribution
 
class  TestSuite_ELTLossSet
 Includes tests that affect all types of ELTLossSet. Because these have a data endpoint, it does not inherit from Test_LossSet, so the description tests are repeated. More...
 
class  TestSuite_EventCatalog
 
class  TestSuite_EventCatalog_Base
 
class  TestSuite_ExchangeRateProfile
 
class  TestSuite_ExchangeRateProfile_Base
 
class  TestSuite_ExchangeRateTable
 
class  TestSuite_ExchangeRateTable_Base
 
class  TestSuite_Layer
 
class  TestSuite_Layer_AggregateQuotaShare
 
class  TestSuite_Layer_AggXL
 
class  TestSuite_Layer_AggXL_Base
 Special case - for simplicity, Generic layer inherits from AggXL. More...
 
class  TestSuite_Layer_BackAllocatedLayer
 
class  TestSuite_Layer_Base
 
class  TestSuite_Layer_CatXL
 
class  TestSuite_Layer_DelayedPayment
 
class  TestSuite_Layer_Filter
 
class  TestSuite_Layer_FixedDatePayment
 
class  TestSuite_Layer_FixedRateCurrencyConverter
 
class  TestSuite_Layer_Generic
 
class  TestSuite_Layer_IndustryLossWarranty
 
class  TestSuite_Layer_LossRank
 
class  TestSuite_Layer_Nested
 
class  TestSuite_Layer_NoClaimsBonus
 
class  TestSuite_Layer_QuotaShare
 
class  TestSuite_Layer_QuotaShare_Base
 Special case - for simplicity, AggregateQuotaShare layer inherits from QuotaShare. More...
 
class  TestSuite_Layer_SurplusShare
 
class  TestSuite_Layer_Unsaveable
 Special case - certain layer types do not currently support being saved (See ARE-3360). Because of this, whole suites of inherited tests cannot be run. For convenience, we override those test methods here without test attributes, which removes them from the set of runnable tests. Thankfully, all "un-saveable" layer types inherit from the base Layer_WithLossSets class - so we don't need to worry about duplicating anything. TODO: Remove this base class once ARE-3360 is complete. More...
 
class  TestSuite_Layer_ValueAllocator
 
class  TestSuite_Layer_WithLossSets
 
class  TestSuite_Layer_WithTerms
 
class  TestSuite_Layer_XL
 
class  TestSuite_LayerView
 
class  TestSuite_LayerView_AggregateQuotaShare
 
class  TestSuite_LayerView_AggXL
 
class  TestSuite_LayerView_BackAllocatedLayer
 
class  TestSuite_LayerView_Base
 
class  TestSuite_LayerView_CatXL
 
class  TestSuite_LayerView_DelayedPayment
 
class  TestSuite_LayerView_Filter
 
class  TestSuite_LayerView_FixedDatePayment
 
class  TestSuite_LayerView_FixedRateCurrencyConverter
 
class  TestSuite_LayerView_Generic
 
class  TestSuite_LayerView_IndustryLossWarranty
 
class  TestSuite_LayerView_LossRank
 
class  TestSuite_LayerView_Nested
 
class  TestSuite_LayerView_NoClaimsBonus
 
class  TestSuite_LayerView_QuotaShare
 
class  TestSuite_LayerView_SurplusShare
 
class  TestSuite_LayerView_ValueAllocator
 
class  TestSuite_LossFilter
 Includes tests that affect all types of LossFilter. More...
 
class  TestSuite_LossFilter_AndFilter
 
class  TestSuite_LossFilter_AnyFilter
 
class  TestSuite_LossFilter_AnyOfFilter
 
class  TestSuite_LossFilter_AttributeFilter
 Includes tests that affect all types of AttributeFilter. More...
 
class  TestSuite_LossFilter_Base
 
class  TestSuite_LossFilter_ComparisonFilter
 Includes tests that affect all types of ComparisonFilter. More...
 
class  TestSuite_LossFilter_ExpressionFilter
 Includes tests that affect all types of ExpressionFilter. More...
 
class  TestSuite_LossFilter_GTFilter
 
class  TestSuite_LossFilter_LTFilter
 
class  TestSuite_LossFilter_OrFilter
 
class  TestSuite_LossFilter_RangeFilter
 
class  TestSuite_LossFilter_RecordTypeAnyOfFilter
 
class  TestSuite_LossSet
 Includes tests that affect all types of LossSet. More...
 
class  TestSuite_LossSet_Base
 
class  TestSuite_LossSet_ELTLossSet
 
class  TestSuite_LossSet_LoadedLossSet
 
class  TestSuite_LossSet_NestedLayerLossSet
 
class  TestSuite_LossSet_ParametricLossSet
 
class  TestSuite_LossSet_PortfolioLossSet
 
class  TestSuite_LossSet_QCLSLossSet
 
class  TestSuite_LossSet_Simulated
 Includes tests shared by both YLTLossSets and YELTLossSets. More...
 
class  TestSuite_LossSet_TreatyLossSet
 
class  TestSuite_LossSet_WithCurrency
 
class  TestSuite_LossSet_WithData
 Includes tests that affect all LossSets that require data upload. More...
 
class  TestSuite_LossSet_YELTLossSet
 
class  TestSuite_LossSet_YLTLossSet
 
class  TestSuite_OptimizationFunction
 
class  TestSuite_OptimizationMetricsFunction
 
class  TestSuite_OptimizationMetricsFunction_Base
 
class  TestSuite_OptimizationProjectionFunction
 
class  TestSuite_OptimizationProjectionFunction_Base
 
class  TestSuite_OptimizationView
 
class  TestSuite_OptimizationView_Base
 
class  TestSuite_Portfolio
 
class  TestSuite_Portfolio_Base
 
class  TestSuite_Portfolio_StaticPortfolio
 
class  TestSuite_PortfolioView
 
class  TestSuite_PortfolioView_Base
 
class  TestSuite_PortfolioView_WithLayerViews
 
class  TestSuite_PortfolioView_WithPortfolio
 
class  TestSuite_Simulation_Base
 Tests that do not require a Simulation instance. More...
 
class  TestSuite_Simulation_StaticSimulation
 StaticSimulation tests that do not rely on the /data endpoint. More...
 
class  TestSuite_Simulation_WithData
 Test for Simulations that have a data endpoint. More...