Esempio n. 1
0
 public override void SetUp()
 {
     base.SetUp();
     annotationFacetFactory = new EagerlyAnnotationFacetFactory(GetOrder <EagerlyAnnotationFacetFactory>(), null);
 }
Esempio n. 2
0
 public override void TearDown()
 {
     annotationFacetFactory = null;
     base.TearDown();
 }
Esempio n. 3
0
 public override void SetUp()
 {
     base.SetUp();
     annotationFacetFactory = new EagerlyAnnotationFacetFactory(0, LoggerFactory);
 }