|
Groovy example source code file (Groovy3406Test.groovy)
The Groovy Groovy3406Test.groovy source code
class Groovy3406Test extends GroovyTestCase {
void testBug() {
def str = 'hello'
def methodName = 'toUpperCase'
def methodOfInterest = str.metaClass.getMetaMethod(methodName)
assert methodOfInterest.invoke(str) == "HELLO"
}
}
Other Groovy examples (source code examples)Here is a short list of links related to this Groovy Groovy3406Test.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.