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 9233a4e RoyaleUnit: [BeforeClass] and [AfterClass] metadata must be
added to static method
new 0fe44a5 RoyaleUnit: stricter detection of [Before], [After],
[BeforeClass], [AfterClass], and [Test] that checks if static is correct
new c6a7047 RoyaleUnit: supports expected attribute in [Test] metadata to
detect thrown exceptions
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:
.../apache/royale/test/runners/MetadataRunner.as | 93 +++++++++++++--
.../royale/tests/BeforeClassAndAfterClassTests.as | 99 ++++++++++++++++
.../src/test/royale/tests/ExpectedTests.as | 128 +++++++++++++++++++++
.../src/test/royale/tests/RoyaleUnitSuite.as | 1 +
.../RoyaleUnit/src/test/royale/tests/ScopeTests.as | 33 +++---
5 files changed, 328 insertions(+), 26 deletions(-)
create mode 100644
frameworks/projects/RoyaleUnit/src/test/royale/tests/ExpectedTests.as