public void GetContentTypeTest()
        {
            //Assign
            //Act
            structuredDataInjectionRepository.GetContentType();

            //Assert
            A.CallTo(() => fakeStructuredDataDynamicModuleRepository.GetContentType())
            .MustHaveHappenedOnceExactly();
        }
Exemplo n.º 2
0
 public Type GetContentType()
 {
     return(structuredDataDynamicModuleRepository.GetContentType());
 }
Exemplo n.º 3
0
 public Type GetContentType()
 {
     return(emailTemplateRepository.GetContentType());
 }
 public Type GetContentType()
 {
     return(repository.GetContentType());
 }