コード例 #1
0
 public void AttachPresenter(ICompoundParameterGroupPresenter presenter)
 {
     _presenter = presenter;
 }
コード例 #2
0
 protected override void Because()
 {
     _result = sut.MapFrom(null);
 }
コード例 #3
0
 protected override void Because()
 {
     _result = sut.MapFrom(CompoundParameterNodeType.DistributionCalculation);
 }
コード例 #4
0
 protected override void Because()
 {
     _result = sut.MapFrom(CompoundParameterNodeType.SpecificIntestinalPermeability);
 }
コード例 #5
0
 private static bool canEditCompoundParameter(CompoundParameterNodeType definition, ICompoundParameterGroupPresenter presenter)
 {
     return(definition != null && presenter != null);
 }