GlenFlint / flexmonkey

Automatically exported from code.google.com/p/flexmonkey
0 stars 0 forks source link

assert failling will break other asserts #50

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Generate unit test code with FlexMonkey.
2. Create 3 custom asserts for the test code.
3. Run the test code.

What is the expected output? What do you see instead?
Expected: all asserts should be run, even the first assert failed.

What version of the product are you using? On what operating system?
Latest (0.8) FlextMonkey ons Windows XP.

Please provide any additional information below.
e.g. we run FlexUnitTests
1. 3 asserts:
Assert.assertEquals("Fred", ArrayCollection(comp.dataProvider).getItemAt
(0).name);
Assert.assertEquals("Mobile", ArrayCollection(comp.dataProvider).getItemAt
(0).type);
Assert.assertEquals("555 555 5555", ArrayCollection
(comp.dataProvider).getItemAt(0).phone);

2. if the first assert failed, we cannot see the result about the 2th or 
3th assert.

Original issue reported on code.google.com by tomashu2...@gmail.com on 5 Jul 2009 at 12:31

GoogleCodeExporter commented 8 years ago
Retiring 0.x issues

Original comment by eric.owe...@gtempaccount.com on 16 Jul 2009 at 12:51