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 0df828ab44 RoyaleUnit: assertType and assertNotType
new f1f19edb31 RoyaleUnit: assertMatch and assertNotMatch
new 3938fcc402 RoyaleUnit: assertThrows
The 2 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:
.../main/royale/org/apache/royale/test/Assert.as | 84 ++++++++++++++++++++++
.../asserts/{assertEquals.as => assertMatch.as} | 6 +-
.../{assertLessThan.as => assertNotMatch.as} | 6 +-
.../asserts/{assertEquals.as => assertThrows.as} | 6 +-
.../royale/org/apache/royale/test/bdd/IExpect.as | 51 +++++++++++++
.../royale/org/apache/royale/test/bdd/expect.as | 51 +++++++++++++
.../src/test/royale/tests/AssertTests.as | 59 +++++++++++++++
.../src/test/royale/tests/ExpectBDDTests.as | 59 +++++++++++++++
8 files changed, 313 insertions(+), 9 deletions(-)
copy
frameworks/projects/RoyaleUnit/src/main/royale/org/apache/royale/test/asserts/{assertEquals.as
=> assertMatch.as} (84%)
copy
frameworks/projects/RoyaleUnit/src/main/royale/org/apache/royale/test/asserts/{assertLessThan.as
=> assertNotMatch.as} (86%)
copy
frameworks/projects/RoyaleUnit/src/main/royale/org/apache/royale/test/asserts/{assertEquals.as
=> assertThrows.as} (83%)