-
Task
-
Resolution: Unresolved
-
Minor
-
None
-
None
-
False
-
-
False
-
subs-swatch-lightning
-
-
To ensure the clarity of all tests cases we want to make sure that assertions are only preformed in the test case itself. This will allow us to have clear failures and clear reporting.
Currently the AzureWiremockService is asserting in some of its methods. This can make it harder to trace errors in the code later. We want to update this have it return a boolean and assert that boolean in the tests case.
Methods that need to be updated ( so far ):
verifyAzureUsage
verifyNoAzureUsage ( both should return a bool )
Acceptance Criteria
- All Azure Component helper methods are updated so only the tests have asserts