Groovy Documentation

gpars.csp.util
[Groovy] Class TestUtilities

java.lang.Object
  gpars.csp.util.TestUtilities

@SuppressWarnings("GroovyMultipleReturnPointsPerMethod")
abstract class TestUtilities

Method Summary
static boolean list1GEList2(def firstList, def secondList)

static boolean listContains(def firstList, def secondList)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Method Detail

list1GEList2

static boolean list1GEList2(def firstList, def secondList)


listContains

static boolean listContains(def firstList, def secondList)


 

Groovy Documentation