Versions Compared

Key

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

...

Asserts - used for getting status - waiting for some action and return 

addAssertSuccess createAssertSuccess (EdgeNode, AssertFunction)  -creates Assert for Success

 addAssertFail createAssertFail (EdgeNode,AssertFunction)  - creates Assert for Fail


AssertFunctions

Gets Value and checks whether this Value is what is expected. If true  - createAssertSuccess -returns true , createAssertFail - Fails