예제 #1
0
 public TestMetadataProvider(IMetadataPresenter metadataPresenter, IProject project, IIdentity assemblyIdentity, Func <bool> notInterrupted)
 {
     _introspectionPresenter = new IntrospectionPresenter();
     _metadataPresenter      = metadataPresenter;
     _project          = project;
     _assemblyIdentity = assemblyIdentity;
     _notInterrupted   = notInterrupted;
 }
예제 #2
0
 public TypeLoader(
 IControllerFactory controllerFactory,
 ISubjectFactory subjectFactory,
 IIntrospectionPresenter introspectionPresenter)
     : base(introspectionPresenter)
 {
     _controllerFactory = controllerFactory;
       _subjectFactory = subjectFactory;
 }
예제 #3
0
 public SpecKTestLoader(
     IControllerFactory controllerFactory,
     ISubjectFactory subjectFactory,
     IIntrospectionPresenter introspectionPresenter)
     : base(introspectionPresenter)
 {
     _controllerFactory = controllerFactory;
     _subjectFactory    = subjectFactory;
 }
예제 #4
0
 public TreePresenter()
 {
     _introspectionPresenter = new IntrospectionPresenter();
 }
예제 #5
0
 public TreePresenter()
 {
     _introspectionPresenter = new IntrospectionPresenter();
 }
예제 #6
0
 protected TypeLoaderBase(IIntrospectionPresenter introspectionPresenter)
 {
     _introspectionPresenter = introspectionPresenter;
 }
예제 #7
0
 public MSpecTestLoader(IIntrospectionPresenter introspectionPresenter)
     : base(introspectionPresenter)
 {
 }
예제 #8
0
 protected TestLoaderBase(IIntrospectionPresenter introspectionPresenter)
 {
     _introspectionPresenter = introspectionPresenter;
 }
예제 #9
0
 protected TypeLoader(IIntrospectionPresenter introspectionPresenter)
 {
     _introspectionPresenter = introspectionPresenter;
 }
예제 #10
0
 public TypeLoader(IIntrospectionPresenter introspectionPresenter)
     : base(introspectionPresenter)
 {
 }