Re: Tapestry-TestNG with selenium reusable helper methods.

2012-12-06 Thread George Christman
Thanks Alex, I extended the Selenium class as suggested. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-TestNG-with-selenium-reusable-helper-methods-tp5718524p5718528.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: Tapestry-TestNG with selenium reusable helper methods.

2012-12-06 Thread Alex Kotchnev
ndering what the best practice for setting up reusable > helper methods for testing. Should I be extending SeleniumTestCase with my > own test methods, or should I be using a service? > > If the best way to do this is with a service, how would I get Tapestry > services to wo

Tapestry-TestNG with selenium reusable helper methods.

2012-12-06 Thread George Christman
do this is with a service, how would I get Tapestry services to work with Tapestry-TestNG and selenium. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-TestNG-with-selenium-reusable-helper-methods-tp5718524.html Sent from the Tapestry - User mailing list

Re: Can't create two mocks in same test with tapestry-testng

2007-06-05 Thread Hugo Palma
ch is basically a duplicate of tapestry-testng + more tapestry specific base class stuff. I can make that change later today as I'd like it as well. (and maybe copy over those junit friendly changes I saw Howard make for T5 the other day) On 6/5/07, Howard Lewis Ship <[EMAIL PROTECTED]&g

Re: Can't create two mocks in same test with tapestry-testng

2007-06-05 Thread Jesse Kuhnert
Don't forget http://tapestry.apache.org/tapestry4.1/tapestry-test/index.html- which is basically a duplicate of tapestry-testng + more tapestry specific base class stuff. I can make that change later today as I'd like it as well. (and maybe copy over those junit friendly changes I

Re: Can't create two mocks in same test with tapestry-testng

2007-06-05 Thread Howard Lewis Ship
help with this situation. If I ever get a little free time, I expect to set up more Tapestry services at tapestry.formos.com, including our own SVN server. On 6/5/07, Hugo Palma <[EMAIL PROTECTED]> wrote: Cool, that solved it. Is there any where i can get the code of tapestry-testng from ?

Re: Can't create two mocks in same test with tapestry-testng

2007-06-05 Thread Hugo Palma
Cool, that solved it. Is there any where i can get the code of tapestry-testng from ? I can't login in the javaforge svn repo, the anonymous login seems to be disabled. That would really help solving problems like these without having to bother you. Also, where should i request fo

Re: Can't create two mocks in same test with tapestry-testng

2007-06-05 Thread Howard Lewis Ship
tapestry-testng creates the mocks as strict, meaning order of invocation counts. I've since decided this isn't a good idea, that it just makes tests brittle (as in your example). Add getMocksControl().checkOrder(false) at the top of your test. On 6/5/07, Hugo Palma <[EMAIL PROT

Can't create two mocks in same test with tapestry-testng

2007-06-05 Thread Hugo Palma
I'm using tapestry-testng 1.0.0-SNAPSHOT. Everything works fine if i just create one mock object per test. But once i create two mocks it seems that the second recorded behaviour doesn't get added to the expected behaviour. So if i have this: Messages messagesMock = newMock(Mess

Re: tapestry-testng

2007-05-25 Thread Jesse Kuhnert
e Nachricht- Von: Peter Schröder [mailto:[EMAIL PROTECTED] Gesendet: Montag, 21. Mai 2007 16:04 An: Tapestry users Betreff: AW: tapestry-testng sure! -Ursprüngliche Nachricht- Von: Jesse Kuhnert [mailto:[EMAIL PROTECTED] Gesendet: Montag, 21. Mai 2007 15:55 An: Tapestry users Betreff: R

AW: tapestry-testng

2007-05-24 Thread Peter Schröder
Betreff: AW: tapestry-testng sure! -Ursprüngliche Nachricht- Von: Jesse Kuhnert [mailto:[EMAIL PROTECTED] Gesendet: Montag, 21. Mai 2007 15:55 An: Tapestry users Betreff: Re: tapestry-testng I don't have control over the howardlewisship.com repo but I can certainly push the l

AW: tapestry-testng

2007-05-21 Thread Peter Schröder
sure! -Ursprüngliche Nachricht- Von: Jesse Kuhnert [mailto:[EMAIL PROTECTED] Gesendet: Montag, 21. Mai 2007 15:55 An: Tapestry users Betreff: Re: tapestry-testng I don't have control over the howardlewisship.com repo but I can certainly push the latest version of

Re: tapestry-testng

2007-05-21 Thread Jesse Kuhnert
I don't have control over the howardlewisship.com repo but I can certainly push the latest version of http://tapestry.apache.org/tapestry4.1/tapestry-test/index.html out to the ibiblio repos if that will help. ? On 5/21/07, Peter Schröder <[EMAIL PROTECTED]> wrote: hi, will there be a 1.0.0

tapestry-testng

2007-05-21 Thread Peter Schröder
hi, will there be a 1.0.0 version on http://howardlewisship.com/repository/? i would like to use testng in my project, but i cant use maven-release-plugin with a snapshot-dependency... kind regards, peter - To unsubscribe, e-

Re: tapestry-testng 1.0.0 SNAPSHOT source code

2006-11-25 Thread Howard Lewis Ship
u can pull the JAR and the sources JAR right out of the repository: http://howardlewisship.com/repository/com/javaforge/tapestry/tapestry-testng/1.0.0-SNAPSHOT/ The groupId, "com.javaforge.tapestry" becomes most of the directory structure ("com/javaforge/tapestry"), then the arti

Re: tapestry-testng 1.0.0 SNAPSHOT source code

2006-11-24 Thread Stefan Esterer
hi, a small little example how to use tapestry-testng would be really great! i would help if I get one running... thx for your great work stefon KEGan wrote: > > Hi, > > Anyone knows where I can get the source code for > tapestry-testng-1.0.0-20060919.184624-2.zip ?? This

tapestry-testng 1.0.0 SNAPSHOT source code

2006-11-22 Thread KEGan
Hi, Anyone knows where I can get the source code for tapestry-testng-1.0.0-20060919.184624-2.zip ?? This is the lastest release right ? I search in JavaForge, but no luck. BTW, anyone has reference to examples of using tapestry-testng. I know there are abundance of this is Tapestry internal

Re: tapestry testng update?

2006-07-02 Thread Jesse Kuhnert
If you specify testng version 4.7 explicitly maven will use the higher version number. Other than that, you probably won't have much luck with 4.7 unless you are using suite xml files.. At least until maven feels like applying some patchs. (grrr) http://jira.codehaus.org/browse/MSUREFIRE-134 On

Re: tapestry testng update?

2006-07-02 Thread Henri Dupre
On 7/2/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: I'm using it with testng 4.7 to test tapestry itself. Nice! What dependency should I put into maven to access the test functions? Thanks, Henri.

Re: tapestry testng update?

2006-07-02 Thread Jesse Kuhnert
I'm using it with testng 4.7 to test tapestry itself. On 7/2/06, Henri Dupre <[EMAIL PROTECTED]> wrote: Hi I tried using tapestry-testng. It is quite nice but unfortunaly it relies on testng 4.6 and some maven modules are complaining about the version dependencies. Is there any upd

tapestry testng update?

2006-07-02 Thread Henri Dupre
Hi I tried using tapestry-testng. It is quite nice but unfortunaly it relies on testng 4.6 and some maven modules are complaining about the version dependencies. Is there any update planned for testng 4.7? -- Thanks, Henri.