drewbourne/hamcrest-as3
Port of hamcrest to ActionScript 3, a library of matcher objects (also known as constraints or predicates) allowing 'match' rules to be defined declaratively, to be used in other frameworks. Typical scenarios include testing frameworks, mocking libraries and UI validation rules.
ActionScript
Issues
- 3
containsString, endsWith, startsWith should have an option caseinsensitive
#24 opened by jeromedecoster - 0
assert undefined
#56 opened by Kalinovych - 0
hasItems should split Array
#54 opened by judoole - 0
A more readable solution of using describeAs?
#52 opened by karfau - 4
- 1
- 2
dateEqual result : not enough precision
#49 opened by jeromedecoster - 3
- 1
Refactoring idea
#36 opened by jeromedecoster - 5
- 1
Too many if in BaseDescription.as
#25 opened by jeromedecoster - 1
Aliases
#41 opened by drewbourne - 1
- 1
- 0
Matcher suggestions
#45 opened by drewbourne - 0
TypeSafeDiagnosingMatcher incorrectly calls describeMismatch() with unsafe values
#44 opened by drewbourne - 0
isA() allow passing fully qualified Class name
#42 opened by drewbourne - 1
- 0
- 1
- 1
- 1
An example in README.markdown is wrong
#33 opened by jeromedecoster - 1
closeTo second argument has "bad" name
#32 opened by jeromedecoster - 1
IsNaN ans IsNotNaN matchers
#31 opened by jeromedecoster - 1
Failure message to handle non-simple types
#30 opened by Ir0nClad - 0
- 0
- 2
itemIndexOf, itemLastIndexOf matchers
#27 opened by jeromedecoster - 0
- 1
hasProperty return a "bad" message
#12 opened by jeromedecoster - 1
hasPropertyWithValue javadoc is wrong
#23 opened by jeromedecoster - 1
dateBeforeOrEqual javadoc is wrong
#22 opened by jeromedecoster - 1
HasProperty should support property chains
#19 opened by drewbourne - 2
closeTo fails with decimal values
#13 opened by jeromedecoster - 1
EmptyString matcher is missing
#17 opened by drewbourne - 1
EveryItem should support Array-like Objects
#18 opened by drewbourne - 1
- 1
build-swc.sh has incorrect namespace
#10 opened by drewbourne - 0
containsString should diagnose mismatches
#21 opened by drewbourne - 2
- 0
add Unique matcher
#20 opened by drewbourne - 0
- 0
BaseMXMLMatcherContainer should invalidate itself if any of its children's 'matched' properties change
#15 opened by drewbourne - 0
BaseMXMLMatcherComposite should invalidate itself if it child 'matched' properties change
#14 opened by drewbourne - 1
suggested matcher: inArray(Array)
#7 opened by drewbourne - 2
- 1
- 2
- 1
Coercing using 'as'
#5 opened by wolever - 5
No way to compare objects for similarity
#3 opened by wolever