
TUTORIALS POINT
Simply Easy Learning Page 99
}
}
Following is the content of the modified mxml file src/com.tutorialspoint/HelloWorld.mxml.
<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx"
minWidth="500" minHeight="500">
</s:Application>
Once you are ready with all the changes done, let us compile in normal mode as we did in Flex - Create
Application chapter.
Running Test cases
Now Right Click on TestClass1 in package explorer and select Run As > FlexUnit Tests. You'll see the following
output in Flash Builder test window.
Flash Builder also show test result in the browser.
Commenti su questo manuale