Testing

No description available. Sorry!

Hamcrest-as3

Testing , | Leave a comment

Hamcrest-as3 is a 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 … Continue reading

Mockolate

Testing , | Leave a comment

Mockolate is a framework to create mock objects and test spies for AS3. A mock object can be used to simulate the behaviour of complex, real (non-mock) objects when using the real object would be impractical or impossible. Situations where … Continue reading