Definition at line 29 of file Test_Layer.cs.
 
◆ Test_Layer_Filter_POST_Allowed()
  
  
      
        
          | void AnalyzeReTesting.Tests.Model.TestSuite_Layer_Base.Test_Layer_Filter_POST_Allowed  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Demonstrate that layers of type "FilterLayer" can be posted to the /layers/ endpoint. Note: the test logic had to be reversed after ARE-7829 implementation. 
Definition at line 69 of file Test_Layer.cs.
 
 
◆ Test_Layer_FixedRateCurrencyConverter_POST_NotAllowed()
  
  
      
        
          | void AnalyzeReTesting.Tests.Model.TestSuite_Layer_Base.Test_Layer_FixedRateCurrencyConverter_POST_NotAllowed  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Demonstrate that layers of type "FixedRateCurrencyConverter" cannot be posted to the /layers/ endpoint. 
Definition at line 60 of file Test_Layer.cs.
 
 
◆ Test_Resource_GET_Collection_AllTypes_ResolveReferences()
◆ TestLayerInLayerView< T >()
  
  
      
        
          | static void AnalyzeReTesting.Tests.Model.TestSuite_Layer_Base.TestLayerInLayerView< T >  | 
          ( | 
          T  | 
          layerToInline,  | 
         
        
           | 
           | 
          bool  | 
          shouldSucceed  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inlinestatic   | 
  
 
Inline the specified layer in a new LayerView, and test whether the LayerView POST succeeds. 
- Parameters
 - 
  
    | layerToInline | The layer to inline. | 
    | shouldSucceed | Whether the layer_view POST should succeed. | 
  
   
Definition at line 41 of file Test_Layer.cs.
 
 
◆ collection_source
◆ PaymentPatternTypes
  
  
      
        
          | IEnumerable<Type> AnalyzeReTesting.Tests.Model.TestSuite_Layer_Base.PaymentPatternTypes | 
         
       
   | 
  
staticget   | 
  
 
A list of "PaymentPattern" layer types for convenience (because they comes up in a lot of validation checks). 
Definition at line 35 of file Test_Layer.cs.
 
 
The documentation for this class was generated from the following file: