public Test(IPhantomJS phantomJS, ITools tools)
 {
     this.phantomJS = phantomJS;
     this.tools = tools;
 }
 public JasmineRunner(ITools tools, IPhantomJS phantomJS)
 {
     this.tools = tools;
     this.phantomJS = phantomJS;
 }
 public Test(IPhantomJS phantomJS, ITools tools)
 {
     this.phantomJS = phantomJS;
     this.tools     = tools;
 }
 public JasmineRunner(ITools tools, IPhantomJS phantomJS)
 {
     this.tools     = tools;
     this.phantomJS = phantomJS;
 }