Skip to content

Commit

Permalink
Added comment for new test case in TimTransmogrifierTest
Browse files Browse the repository at this point in the history
  • Loading branch information
dmccoystephenson committed Nov 5, 2024
1 parent 031d16c commit e57ccb3
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,13 @@ public void testConvertToXMLMessageFrame(@Capturing DateTimeUtils capturingDateT
assertEquals(expected,actualXML);
}

/**
* It should be noted that the 'prepare' section of this test largely follows the
* logic in the TimDepositController.depositTim() method. This is because the
* TimTransmogrifier.convertToXml() method is called by the TimDepositController
* and the TimDepositController is responsible for preparing the data that is
* passed to the TimTransmogrifier.convertToXml() method.
*/
@Test
public void testConvertToXML_VerifyPositionElementNotInCircleElementAfterConversion() throws IOException, JsonUtilsException, XmlUtilsException, ParseException {
// prepare
Expand Down

0 comments on commit e57ccb3

Please sign in to comment.