The purpose of this test is to check that, created two nodes 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 MultiGraph 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.