public void GetContentTypeTest() { //Assign //Act structuredDataInjectionRepository.GetContentType(); //Assert A.CallTo(() => fakeStructuredDataDynamicModuleRepository.GetContentType()) .MustHaveHappenedOnceExactly(); }
public Type GetContentType() { return(structuredDataDynamicModuleRepository.GetContentType()); }
public Type GetContentType() { return(emailTemplateRepository.GetContentType()); }
public Type GetContentType() { return(repository.GetContentType()); }