public void should_return_a_new_analyses() { _result.ShouldBeAnInstanceOf <PopulationPivotAnalysis>(); }
public void should_return_a_new_analyses_containing_the_field_defined_in_the_templates() { _result.ShouldBeAnInstanceOf <PopulationPivotAnalysis>(); }