Re: Status of Code Coverage in FlexUnit?
Little late to the game, but maybe this link will help:http://code.google.com/p/flexunit-with-code-coverage/ -Jason
View ArticleRe: how to access stage in flexunit
I found this BDD project page, which includes a stage access example: Cuke4AS3 https://github.com/flashquartermaster/Cuke4AS3/ [EDIT]After much research and complication, I ended up using a Singleton...
View ArticleUploading File classic ASP
HiIm a new flex developer and i making an app that insert data into a db and upload a file in a path web server, but my problem is when i send to asp my archive there is no way to save on the path and...
View ArticleParametrized Tests and IRunListener issues
Hi, I'm currently working on fixing flexunit 4.1 support for Flexmojos and have run into some problems with the new Parametrized reports.In Flexmojos we usually counted the number of tests and then...
View ArticleRe: Parametrized Tests and IRunListener issues
Ok well in the meanwhile I solved the problems by restructuring the flexmojos unit test support in general.
View Articleitem close event is triggering twice for Advanced Data Grid
HI, I'm using AdvancedDataGrid for my project. My issue is when click on item close, the item close event is triggering twice. Why it is triggering twice? Thank you...
View ArticleHow can i link between two or more test cases(with 1 Test suite) using...
Hi.How can i link between two or more test cases which i have written in the following manner.private function createSuite(suiteMethod:TestSuite):TestSuite {...
View Articlehelp me in screen sharing application in flex
hii iam new to flexany one can help me in making screen sharing in flex 4.5 i tried it and i was facing problem in connecting to room. Lccs had stoped giving new account is their any solution for...
View ArticleFlex 3 charts xfield and horizontal axis for line series
Hi, I have some queries with line series. I am using a column chart along with line series to display data with date field on x axis. It has a horizontal axis to plot date. I have not set any x...
View ArticleMerging Code Coverage Reports
1) Is there any way to merge the report generated by the Actionscript Coverage plugin?? (*.ascc and *.ascs files)2) Is there any way to continue the coverage from an imported report?
View ArticleHow to generate checkbox on grouping column in advanced datagrid : flex 3
This is my code .but it generate for all rows. I want checkbox for only where studyid displayed. <mx:AdvancedDataGrid id="dgList" x="10" y="342" width="1001" height="175" sortExpertMode="true"...
View ArticleRe: flexunit breaks when using -load-config
Update: This is for a Library project. It seems to work fine for a regular project.
View ArticleRe: flexunit breaks when using -load-config
hi, sorry but i dont know that there is much we can do to help. this sound like a flash builder bug. these forums are for the open source flexunit project. the execute flexunit stuff inside builder...
View ArticleRe: flexunit breaks when using -load-config
As a workaround, could I create an ant task to run the tests for library projects?
View ArticleRe: flexunit breaks when using -load-config
you can. the other thing you can do is make a separate regular project and add the tests in the library project as an additional source path to the project. that is what i generally do
View Articleflexunit stage null reference
I am trying to test some of my AS classes in flexunit. Some of the methods reference the stage from components that are passed to it. When I set up the flexunit testing application I use the following...
View ArticleRe: flexunit stage null reference
What is the object that 'this' refers to? Does that code exist on the main sprite, somewhere else? Glad to help just need a bit more info,Mike
View ArticleRe: flexunit stage null reference
The previous code is in the creationComplete event function for my test runner. (I used the flexunit 4.1 turnkey example) The "this" is the runner application. Then in the test I would have:...
View ArticleRe: flexunit stage null reference
Okay, a few things. If you are using Flex, you don't need to set the visualDisplayRoot. That is for ActionScript only projects. Second, display objects in Flash don't have access to the stage until...
View ArticleHow to use TestRunnerBase in pure AS3 / no MXML
Hi,is there a way to use the testRunnerBase GUI for a pure AS3 project, without a mxml? Thank you
View Article