microsoft / PowerApps-TestEngine

MIT License
98 stars 29 forks source link

Add AssertionFailureException #251

Closed landonmsft closed 1 year ago

landonmsft commented 1 year ago

Description

Right now, this exception is being handled on the PAC CLI by being a generic exception with "Assertion failed" appended to it. However, we want the PAC CLI to be able to identify it by the exception, not by the string. In addition, after localization, this may fail. This is also coupling the two code-bases together.

Checklist

github-actions[bot] commented 1 year ago

Code Coverage

Package Line Rate Branch Rate Complexity Health
Microsoft.PowerApps.TestEngine 90% 88% 821
Summary 90% (2169 / 2398) 88% (497 / 562) 821

Minimum allowed line rate is 85%