コード例 #1
0
 public TestableProxyResult(Type type, IFakedProxy proxy)
     : base(type)
 {
     this.Proxy = proxy;
 }
コード例 #2
0
 public void SetProxy(IFakedProxy proxy)
 {
     this.Proxy = proxy;
 }
コード例 #3
0
 public TestableProxyResult(Type type, IFakedProxy proxy)
     : base(type)
 {
     this.Proxy = proxy;
     this.ProxyWasSuccessfullyCreated = true;
 }
コード例 #4
0
 public TestableProxyResult(Type type, IFakedProxy proxy)
     : base(type)
 {
     this.Proxy = proxy;
     this.ProxyWasSuccessfullyCreated = true;
 }