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

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