This is an automated email from the ASF dual-hosted git repository.
joshtynjala pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
from 83f7938209 New Jewel DropZone component
new 58eeaaba2b RoyaleUnit: expand Assert method documentation
new 10473cb3f8 RoyaleUnit: tests for Assert methods
new 2a56d5a192 RoyaleUnit: fix docs on assertFalse()
new 4bd4aaf1c3 RoyaleUnit: fix some assert tests that weren't being run
new fb2759514f RoyaleUnit: BDD-style expect() method for natural language
assertions (closes #1167)
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
RELEASE_NOTES.md | 6 +
.../src/main/royale/RoyaleUnitClasses.as | 1 +
.../main/royale/org/apache/royale/test/Assert.as | 76 +-
.../royale/org/apache/royale/test/bdd/IExpect.as | 162 +++
.../royale/org/apache/royale/test/bdd/expect.as | 198 +++
.../src/test/royale/tests/AssertTests.as | 995 +++++++++++++
.../src/test/royale/tests/ExpectBDDTests.as | 1533 ++++++++++++++++++++
.../src/test/royale/tests/RoyaleUnitSuite.as | 2 +
8 files changed, 2970 insertions(+), 3 deletions(-)
create mode 100644
frameworks/projects/RoyaleUnit/src/main/royale/org/apache/royale/test/bdd/IExpect.as
create mode 100644
frameworks/projects/RoyaleUnit/src/main/royale/org/apache/royale/test/bdd/expect.as
create mode 100644
frameworks/projects/RoyaleUnit/src/test/royale/tests/AssertTests.as
create mode 100644
frameworks/projects/RoyaleUnit/src/test/royale/tests/ExpectBDDTests.as