Skip to content

Instantly share code, notes, and snippets.

@tsurdilo
Created May 25, 2011 18:29
Show Gist options
  • Save tsurdilo/991570 to your computer and use it in GitHub Desktop.
Save tsurdilo/991570 to your computer and use it in GitHub Desktop.
assertStartNodeExists(processInstance);
assertEndNodeExists(processInstance);
assertNumberOfStartNodes(1);
assertNumberOfEndNodes(1);
assertNumberOfProcessVars(1);
assertProcessVarExists("x");
assertNodeExists(processInstance, "StartProcess","EventFinderTask","EndProcess");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment