github
Advanced Search
  • Home
  • Pricing and Signup
  • Explore GitHub
  • Blog
  • Login

urubatan / easybtest

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
  • Pull Request
  • Download Source
    • 14
    • 3
  • Source
  • Commits
  • Network (3)
  • Issues (0)
  • Downloads (1)
  • Wiki (1)
  • Graphs
  • Branch: master

click here to add a description

click here to add a homepage

  • Branches (2)
    • master ✓
    • version02
  • Tags (1)
    • v03
Sending Request…
Enable Donations

Pledgie Donations

Once activated, we'll place the following badge in your repository's detail box:
Pledgie_example
This service is courtesy of Pledgie.

This plugin will enable the use of Easyb to write Behavior driven Tests in a grails application. — Read more

  cancel

http://www.urubatan.info/tag/easyb-test/

  cancel
  • Private
  • Read-Only
  • HTTP Read-Only

This URL has Read+Write access

README update 
urubatan (author)
Tue Apr 22 09:00:08 -0700 2008
commit  8bea5c79b53d6b29a2ee513f08b41118a44997df
tree    10b72913a53acaeb9bd167ad78dc61b210366936
parent  55d1e23d63d5e54f84f09142fc37a166cad67684
easybtest /
name age
history
message
file .classpath Fri Apr 04 10:50:17 -0700 2008 Running tests fine, problems loading easyb plugins [urubatan]
file .project Mon Mar 31 16:36:00 -0700 2008 initial commit [urubatan]
file EasybtestGrailsPlugin.groovy Tue Apr 22 08:47:51 -0700 2008 version 0.3 release [urubatan]
file README Tue Apr 22 09:00:08 -0700 2008 README update [urubatan]
file application.properties Mon Mar 31 16:36:00 -0700 2008 initial commit [urubatan]
file build.xml Mon Mar 31 16:36:00 -0700 2008 initial commit [urubatan]
file easybtest.launch Mon Mar 31 16:36:00 -0700 2008 initial commit [urubatan]
file easybtest.tmproj Mon Mar 31 16:36:00 -0700 2008 initial commit [urubatan]
file grails-easybtest-latest.zip Tue Apr 22 08:47:51 -0700 2008 version 0.3 release [urubatan]
directory lib/ Fri Apr 04 10:25:51 -0700 2008 there is still hope, running tests in the grail... [urubatan]
file plugin.xml Tue Apr 22 08:47:51 -0700 2008 version 0.3 release [urubatan]
directory scripts/ Mon Apr 07 06:34:36 -0700 2008 hibernate transaction sincronization [urubatan]
directory test/ Fri Apr 04 10:25:51 -0700 2008 there is still hope, running tests in the grail... [urubatan]
directory web-app/ Mon Mar 31 16:36:00 -0700 2008 initial commit [urubatan]
README
This plugin enables the use of Behavior Driven Development to test your Grails Application,
The library behind this is easyb, easyb is a BDD library written in groovy.
For example, you can test your app like this:

given "an invalid zip code", {
  invalidzipcode = "221o1"
}
and "given the zipcodevalidator is initialized", {
  zipvalidate = new ZipCodeValidator()
}
when "validate is invoked with the invalid zip code", {
  value = zipvalidate.validate(invalidzipcode)
}
then "the validator instance should return false", {
  value.shouldBe false
}


You can find more information about this plugin and latest released in the following URL: 
http://www.urubatan.info/tag/easyb-test/
Blog | Support | Training | Contact | API | Status | Twitter | Help | Security
© 2010 GitHub Inc. All rights reserved. | Terms of Service | Privacy Policy
Powered by the Dedicated Servers and
Cloud Computing of Rackspace Hosting®
Dedicated Server