示例#1
0
        public string Assert_correct_component_guid_supplied_to_query_context(SqlEndpointBase endpoint)
        {
            QueryContext queryContext = endpoint.CreateQueryContext(Substitute.For <ISqlQuery>(), new object[0]);

            return(queryContext.ComponentData.Guid);
        }
 public string Assert_correct_component_guid_supplied_to_query_context(SqlEndpointBase endpoint)
 {
     QueryContext queryContext = endpoint.CreateQueryContext(Substitute.For<ISqlQuery>(), new object[0]);
     return queryContext.ComponentData.Guid;
 }