Refactor endeavours and add royal regimen endeavours #1013
Annotations
3 errors
DragaliaAPI.Test.Services.DragonServiceTest ► DoDragonBuyGiftToSendMultiple_DragonGift_ReturnsCorrectData:
DragaliaAPI/Services/Game/DragonService.cs#L133
Failed test found in:
DragaliaAPI.Test.trx
Error:
Moq.MockException : IMissionProgressionService.OnDragonBondLevelUp(Dragons.Garuda, UnitElement.Wind, 6, 10) invocation failed with mock behavior Strict.
All invocations on the mock must have a corresponding setup.
|
DragaliaAPI.Test.Services.DragonServiceTest ► DoDragonSendGiftMultiple_ReturnsExpecedValues(dragon: Garuda, gift: FourLeafClover, usedQuantity: 10, expectedXp: 10000, expectedLvl: 18):
DragaliaAPI/Services/Game/DragonService.cs#L542
Failed test found in:
DragaliaAPI.Test.trx
Error:
Moq.MockException : IMissionProgressionService.OnDragonGiftSent(Dragons.Garuda, DragonGifts.FourLeafClover, UnitElement.Wind, 10, 0) invocation failed with mock behavior Strict.
All invocations on the mock must have a corresponding setup.
|
DragaliaAPI.Test.Services.DragonServiceTest ► DoDragonSendGiftMultiple_ReturnsExpecedValues(dragon: Puppy, gift: PupGrub, usedQuantity: 10, expectedXp: 2000, expectedLvl: 21):
DragaliaAPI/Services/Game/DragonService.cs#L542
Failed test found in:
DragaliaAPI.Test.trx
Error:
Moq.MockException : IMissionProgressionService.OnDragonGiftSent(Dragons.Puppy, DragonGifts.PupGrub, UnitElement.Light, 10, 0) invocation failed with mock behavior Strict.
All invocations on the mock must have a corresponding setup.
|