|
Groovy example source code file (MorgansBug.groovy)
The Groovy MorgansBug.groovy source code
package groovy.bugs
/**
* @author Morgan Hankins
* @version $Revision: 4996 $
*/
class MorgansBug extends GroovyTestCase {
void testBug() {
def result = 4 + "x"
assert result == "4x"
}
}
Other Groovy examples (source code examples)Here is a short list of links related to this Groovy MorgansBug.groovy source code file: |
Other websites by Alvin Alexander:
Life/living in Alaska (OneMansAlaska.com)
How I Sold My Business (HowISoldMyBusiness.com)
Copyright 1998-2011 Alvin Alexander, devdaily.com
All Rights Reserved.