Test Case Identifier
TC-SG_C07
Test Items
The purpose of this test is to check that, once two nodes are created with a specified id, they are created correctly and exist in the graph with given name. Methods to be used: getNode(), getId()
Input Specification
Test Case Specification:
Add an object of SingleGraph class and two nodes.
Output Specification
Assert that the added node objects are not null and that their ids are the ones assigned to them when adding them.