لماذا الحوار بينكم ولم تكن في المقابل لأنني اتلقىرسائلك وانتم تتحاورون
هل من الممكن تفصحو لي الشيفرة التيتتكلمون بها كوني انا المتلقي
وما هية جافا مرض السحايا ؟
ال تكن هية جافاسكريت التي تتحدثنعنة ؟
انني اود ان اشارك في الموضوع
اريد الوضوح
www.abuawad.com

2010/2/22, Trevis <trevistho...@gmail.com>:
> When I started my project I had GWT based testing but befor I got very
> far I went to an MVP based archetecture and. At that point I all but
> quit using the gwt based tests and just test everything as pure java.
>
> On Feb 22, 3:05 am, Thomas Broyer <t.bro...@gmail.com> wrote:
>> On Feb 21, 2:31 pm, FKereki <fker...@gmail.com> wrote:
>>
>> > I'm trying to work out the consensus as to the best way of structuring
>> > a project for testing.
>>
>> > For client side code, you have two kinds of tests:
>>
>> > * pure unit tests, based on JUnit (and, thanks to MVP, applying to
>> > most of your code)
>> > * integration tests, based on GWTTestCase
>>
>> > What's the optimum project structure? Would you need new gwt.xml
>> > files? How would you configure it?
>>
>> Have you looked
>> athttp://groups.google.com/group/google-web-toolkit/t/7a62294ddc615c3f
>> ?
>> ...and the "Contacts" MVP sample from Google?
>> ...and of course GWT itself?
>>
>> I'm using a gwt-test for GWTTestCase and a test for "pure Java" JUnit
>> tests; this makes it easier (compared to the Contacts sample) to run
>> only pure-Java tests, as you can use a wildcard and just have to
>> exclude gwt-test from the classpath.
>> All test cases are on the same package as the classes under test, so
>> there's no need for an additional gwt.xml (except when you *need* one:
>> test-only <servlet/>, <style/> or and/or <script/>)
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To post to this group, send email to google-web-tool...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>
>


-- 
www.abuawad.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to