Versions Compared

Key

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

...

String removeSpecification(Vector<Object> specificationParams);

Vector<Object> getSpecificationHierarchy(Vector<Object> repositoryParams, Vector<Object> sutParams)

The return value is for the following format :

No Format
DocumentNode[Title, executable, canBeImplemented, Children{ "Child1 Title" : DocumentNode[], Vector<DocumentNode> children "Child2 Title" : DocumentNode[] }]
Code Block
languagepy
titleExample usage
specRepo = cf._greenpepper.getAllSpecificationRepositories()[6];
sut = cf._greenpepper.getSystemUnderTestsOfProject('VenteEncaissement')[4];
doctree = cf._greenpepper.getSpecificationHierarchy(specRepo, sut);

...