|
|
|
@ -238,7 +238,7 @@ namespace Test.GBase.DataHandling |
|
|
|
await xmlDataHandler.RemoveValue<XmlDataHandlerTest, List<string>>("property", stringList); |
|
|
|
await xmlDataHandler.RemoveValue<XmlDataHandlerTest, List<string>>("property", stringList); |
|
|
|
|
|
|
|
|
|
|
|
xmlDataHandlerCacheMock.Verify(c => c.TryRemoveValue<XmlDataHandlerTest, List<string>>("property", stringList), Times.Once); |
|
|
|
xmlDataHandlerCacheMock.Verify(c => c.TryRemoveValue<XmlDataHandlerTest, List<string>>("property", stringList), Times.Once); |
|
|
|
xmlDataWriterMock.Verify(w => w.Remove<XmlDataHandlerTest, List<string>>("property", $"{stringList[0]}, {stringList[1]}, {stringList[2]}"), Times.Once); |
|
|
|
xmlDataWriterMock.Verify(w => w.Remove<XmlDataHandlerTest, List<string>>("property", $"{stringList[0]},{stringList[1]},{stringList[2]}"), Times.Once); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[Test] |
|
|
|
[Test] |
|
|
|
|