alexa / alexa-skills-kit-sdk-for-java

The Alexa Skills Kit SDK for Java helps you get a skill up and running quickly, letting you focus on skill logic instead of boilerplate code.
http://developer.amazon.com/ask
Apache License 2.0
817 stars 747 forks source link

add a test case to cover apl commands value support for both integers… #325

Closed doiron closed 2 years ago

doiron commented 2 years ago

… and strings expressions

Description

The PR adds a unit test to validate the support of expressions, ie 75% in some annotated fields.

Motivation and Context

There was a fix in our model generators that caused deserialization errors when these expressions were used in this manner. The issue has been resolved, adding a test here to confirm the behavior and prevent regression.

Testing

tests pass locally + tests without the fix fail. Also it was confirmed (by Shreyas) with the team reporting this issue that the fix worked.

Screenshots (if appropriate)

Types of changes

Checklist

License