Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

CalloutEngine is base class for callouts.So for run callout must inherits CalloutEngine class as shown below. 

/* 

* Inherit CallourEngile Class  

*/ 

VIS.Utility.inheritPrototype(TestClass, VIS.CalloutEngine);//inherit CalloutEngine