コード例 #1
0
 public void the_templates_used_as_binding_source_are_retrieved_using_the_sparktemplates_object()
 {
     ClassUnderTest.GetBindings(_request).ToList();
     _templateRegistry.VerifyAllExpectations();
 }