Re: Unit testing the SDK

2014-07-15 Thread Mihai Chira
All right, good to know. About the path - should I add a unit test called HierarchicalCollectionViewCursorTest_FLEX_34119 in sdk\frameworks\projects\advancedgrids\test\mx\collections, or is it better in sdk\frameworks\tests\mx\collections? Also, what is the whiteboard? The only things I could fin

RE: Unit testing the SDK

2014-07-15 Thread Michael A. Labriola
>I have about 80 or so FlexUnit collection tests that were in my white board to >supplement the mustella ones, but they are not currently run automatically. I also have some in my whiteboard for VectorCollection and there are the FlexUnit tests themselves in the FlexUnit repo. But no, there

Re: Unit testing the SDK

2014-07-15 Thread Justin Mclean
Hi, > PS: searching for "[Test]" in all *.as files yields 0 results as well. I have about 80 or so FlexUnit collection tests that were in my white board to supplement the mustella ones, but they are not currently run automatically. Given that Flex Unit has been released under Apache I see no re

Re: Unit testing the SDK

2014-07-15 Thread piotrz
-- View this message in context: http://apache-flex-development.247.n4.nabble.com/Unit-testing-the-SDK-tp39141p39148.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: Unit testing the SDK

2014-07-15 Thread Mihai Chira
PS: searching for "[Test]" in all *.as files yields 0 results as well. On 15 July 2014 15:12, Mihai Chira wrote: > Thanks for that, good to know. > But I just did a global search for "flexunit" in all *.as files in > both the sdk and tlf. The only ones I could find are in > tlf\automation_core\sr

Re: Unit testing the SDK

2014-07-15 Thread Mihai Chira
Thanks for that, good to know. But I just did a global search for "flexunit" in all *.as files in both the sdk and tlf. The only ones I could find are in tlf\automation_core\src\UnitTest\. Does this mean I am going to write and commit the first ever unit (i.e. non-mustella) tests for the SDK? That

Re: Unit testing the SDK

2014-07-15 Thread Justin Mclean
Hi, > Do I need to write mustella tests, or can I write FlexUnit ones? IMO any tests are fine and mustella test can be tricky to write if you're new to it. Justin

Re: Unit testing the SDK

2014-07-15 Thread piotrz
Hi Mihai, You can check branch with TLF unit tests, maybe it will help you a bit. http://bit.ly/1zEX3GY Piotr - Apache Flex Committer piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Unit-testing-the-SDK-tp39141p39143.html

Unit testing the SDK

2014-07-15 Thread Mihai Chira
Is there a way to write and run unit tests (e.g. FlexUnit) to test the SDK? I know we use Mustella, but from what I can tell, mustella tests need a UI / swf to run, rather than just testing a class without the need for a UI. I ask because I'd like to write some unit tests for HierarchicalCollectio