C# Class Chaos.Portal.Test.Indexing.Solr.ResponseTest

Show file Open project: CHAOS-Community/Portal

Protected Methods

Method Description
Make_SolrResponseXml ( ) : Stream
Make_SolrResponseXmlWithFacets ( ) : Stream
Make_SolrResponseXmlWithGroup ( ) : Stream
Make_SolrResponseXmlWithRangeFacets ( ) : Stream

Private Methods

Method Description
Constructor_GivenStreamContainingAQuery_ReturnResponseWithSingleGroupContainingTheResults ( ) : void
Constructor_GivenStreamContainingFacets_InstanciateResponseWithFieldFacets ( ) : void
Constructor_GivenStreamContainingGroups_ReturnResponseWithMultipleGroups ( ) : void
Constructor_GivenStreamWithBothRangeAndFieldFacets_ReturnResponseWithBothFacets ( ) : void
Constructor_GivenStreamWithRangeFacets_ReturnResponseWithRangeFacets ( ) : void

Method Details

Make_SolrResponseXml() protected method

protected Make_SolrResponseXml ( ) : Stream
return System.IO.Stream

Make_SolrResponseXmlWithFacets() protected method

protected Make_SolrResponseXmlWithFacets ( ) : Stream
return System.IO.Stream

Make_SolrResponseXmlWithGroup() protected method

protected Make_SolrResponseXmlWithGroup ( ) : Stream
return System.IO.Stream

Make_SolrResponseXmlWithRangeFacets() protected method

protected Make_SolrResponseXmlWithRangeFacets ( ) : Stream
return System.IO.Stream