C# Client Library
A C# Client Library for the AnalyzeRe REST API
Loading...
Searching...
No Matches
AnalyzeReTesting.Tests.Model.TestSuite_Distribution_Base Class Referencesealed

Public Member Functions

virtual void Test_Resource_GET_Collection_AllTypes_ResolveReferences ()
 

Static Public Member Functions

static bool IsFrequencyDistributionSafeToSimulate (IDiscreteDistribution frequencyDistribution)
 We should not attempt to simulate a frequency distribution that might generate a huge number of occurrences, or this test will get slow.
 
static void Test_Distribution_Simulatable (Distribution posted)
 Helper method that asserts that a distribution can be included in a layer_view and simulated without any issue.
 

Static Public Attributes

static double MaxSafeFrequencyDistributionMean = 1000
 An number chosen to avoid testing frequency distributions whose mean is too large, which can lead to delays or SE crashes during testing.
 

Properties

override IResourceCollection< IDistributioncollection_source [get]
 

Detailed Description

Definition at line 22 of file Test_Distribution.cs.

Inheritance diagram for AnalyzeReTesting.Tests.Model.TestSuite_Distribution_Base:
AnalyzeReTesting.Base.BaseAbstractStoredResourceTestSuite< IDistribution >

Member Function Documentation

◆ IsFrequencyDistributionSafeToSimulate()

static bool AnalyzeReTesting.Tests.Model.TestSuite_Distribution_Base.IsFrequencyDistributionSafeToSimulate ( IDiscreteDistribution  frequencyDistribution)
inlinestatic

We should not attempt to simulate a frequency distribution that might generate a huge number of occurrences, or this test will get slow.

Definition at line 72 of file Test_Distribution.cs.

◆ Test_Distribution_Simulatable()

static void AnalyzeReTesting.Tests.Model.TestSuite_Distribution_Base.Test_Distribution_Simulatable ( Distribution  posted)
inlinestatic

Helper method that asserts that a distribution can be included in a layer_view and simulated without any issue.

Definition at line 32 of file Test_Distribution.cs.

◆ Test_Resource_GET_Collection_AllTypes_ResolveReferences()

virtual void AnalyzeReTesting.Base.BaseAbstractStoredResourceTestSuite< T >.Test_Resource_GET_Collection_AllTypes_ResolveReferences ( )
inlinevirtualinherited

Definition at line 31 of file BaseAbstractResourceTestsSuite.cs.

Member Data Documentation

◆ MaxSafeFrequencyDistributionMean

double AnalyzeReTesting.Tests.Model.TestSuite_Distribution_Base.MaxSafeFrequencyDistributionMean = 1000
static

An number chosen to avoid testing frequency distributions whose mean is too large, which can lead to delays or SE crashes during testing.

Definition at line 28 of file Test_Distribution.cs.

Property Documentation

◆ collection_source

override IResourceCollection<IDistribution> AnalyzeReTesting.Tests.Model.TestSuite_Distribution_Base.collection_source
getprotected

Definition at line 24 of file Test_Distribution.cs.


The documentation for this class was generated from the following file: