Example #1
0
 public RightTriangleProcessorTest()
 {
     this.processor = new RightTriangleProcessor();
 }
 public RightTriangleContainer(IRightTriangleProcessor processor)
 {
     this.processor      = processor;
     this.Arguments      = new[] { "A", "B", "C" };
     this.ArgumentValues = new Dictionary <string, double>();
 }