spinnaker-plugins / aws-lambda-deployment-plugin-spinnaker

Spinnaker plugin to support deployment of AWS Lambda functions via Spinnaker pipelines
Apache License 2.0
23 stars 22 forks source link

feat(LambdaClouddriverUtils/UnitTests): Add some unit tests to LambdaClouddriverUtils #94

Closed jorgebee65 closed 3 years ago

jorgebee65 commented 3 years ago

Add some unit tests to LambdaClouddriverUtils

zachsmith1 commented 3 years ago

@jorgebee65 Please add tests that cover methods with logic in them. In this case, we want to try and cover methods that have multiple paths of completion. I was hoping to see statement, path, and branch coverage if possible. To get an idea of these concepts at a high level, please check out this link: https://sites.google.com/site/swtestingconcepts/home/test-design-techniques/for-white-box/statement-branch-and-path-coverage