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