Futurescale, Inc. PureMVC Home

The PureMVC Framework Code at the Speed of Thought


Over 10 years of community discussion and knowledge are maintained here as a read-only archive.

New discussions should be taken up in issues on the appropriate projects at https://github.com/PureMVC

Show Posts

* | |

  Show Posts
Pages: [1]
1  PureMVC Manifold / MultiCore Version / Re: Using the PureMVC Java port with GWT? on: September 03, 2008, 08:46:55
Sorry to say this, i had been very impressed by the simplicity and effectiveness of puremvc for Flex development, we were waiting for this release to align gwt/flex development on similar lines. We cannot wait any longer for this to be a reality , bye for now to puremvc, we are planning to write a puremvc like framework implementation in GWT.

Anyway keep up the great work and thanks for the lightweight framework in AS3.

Best Regards,
Hafiz
2  PureMVC Manifold / MultiCore Version / Re: Using the PureMVC Java port with GWT? on: July 15, 2008, 01:56:34
Any updates please..?.. I am really interested in this topic, cuz that would really help us in streamlining our development process in both GWT and the Flex areas..

Cliff or anyother team members, can you give us some feedback on the status?

Thanks in advance.
3  PureMVC Manifold / Standard Version / Re: Question: Unit testing a command on: May 29, 2008, 09:22:28
Thanks a lot for the reply.. It cleared a lot of questions I had, cuz in the process of writing tests for my application i found that more than 60% of my tests required some kind of mocking to do some kind of unit testing. Then I was wondering if I was missing something in the way that I am using PureMVC since it gives me a code coverage of around 1/3 only. Anyway I think I should be looking at something like http://riatest.com/ for testing the entire applications data flow and the cascade of actions.

Thanks again and Keep up the great work.
4  PureMVC Manifold / Standard Version / Re: Question: Unit testing a command on: May 28, 2008, 01:52:05
Thanks Cliff for the prompt reply..
But my question was, what should I check for while testing the execute method, since i am not holding any values in the command, just passes the values from mediator to proxy and vice versa.

Thanks again for the reply.
5  PureMVC Manifold / Standard Version / Question: Unit testing a command on: May 27, 2008, 10:38:08
Hi all,

I am in a dilemma with respect to testing my commands with unit tests written in FlexUnit. I could easily test the methods in the proxy and I understand that tesing a Mediator is a bit more complex stuff which might require mock objects to be used to reflect the actual runtime usage. But with respect to commands I am lost, how am i supposed to test the my commands if i have only the execute method defined in my command class?

Any clues or inputs would be appreciated.

Thanks a lot
Pages: [1]