Re: [rspec-users] [Cucumber] ANN: Cucumber with pure Java

2011-07-16 Thread Aslak Hellesøy
On Jul 16, 2011, at 12:57, KWIO wrote: > > Hi, > > None of these example links are working,can you please check? > http://github.com/cucumber/cuke4duke > Thanks for your help, > Kedar > > > Ben Mabey-2 wrote: >> >> >> On Mar 25, 2009, at 9:08 AM, aslak hellesoy wrote: >> >>> Big news for all Ja

Re: [rspec-users] [Cucumber] ANN: Cucumber with pure Java

2011-07-16 Thread KWIO
Hi, None of these example links are working,can you please check? Thanks for your help, Kedar Ben Mabey-2 wrote: > > > On Mar 25, 2009, at 9:08 AM, aslak hellesoy wrote: > >> Big news for all Java programmers out there. >> Now you can use Cucumber with pure Java! >> >> That's right, you do

Re: [rspec-users] [Cucumber] ANN: Cucumber with pure Java

2009-03-25 Thread Zach Dennis
2009/3/25 Ben Mabey : > > On Mar 25, 2009, at 9:08 AM, aslak hellesoy wrote: > > Big news for all Java programmers out there. > Now you can use Cucumber with pure Java! > > That's right, you don't have to write a single line of Ruby! (1) > All of your step definitions can be written as annotated me

Re: [rspec-users] [Cucumber] ANN: Cucumber with pure Java

2009-03-25 Thread Aslak Hellesøy
Den 25. mars. 2009 kl. 18.18 skrev Ben Mabey : On Mar 25, 2009, at 9:08 AM, aslak hellesoy wrote: Big news for all Java programmers out there. Now you can use Cucumber with pure Java! That's right, you don't have to write a single line of Ruby! (1) All of your step definitions can be writt

Re: [rspec-users] [Cucumber] ANN: Cucumber with pure Java

2009-03-25 Thread Ben Mabey
On Mar 25, 2009, at 9:08 AM, aslak hellesoy wrote: Big news for all Java programmers out there. Now you can use Cucumber with pure Java! That's right, you don't have to write a single line of Ruby! (1) All of your step definitions can be written as annotated methods in POJOs (Plain Old Java

[rspec-users] [Cucumber] ANN: Cucumber with pure Java

2009-03-25 Thread aslak hellesoy
Big news for all Java programmers out there. Now you can use Cucumber with pure Java! That's right, you don't have to write a single line of Ruby! (1) All of your step definitions can be written as annotated methods in POJOs (Plain Old Java Objects). To get a taste of what this looks like, check