| groovy.util.GroovyTestCase org.codehaus.groovy.runtime.InvokerTest
assertAsBoolean | protected void assertAsBoolean(boolean expected, Object value)(Code) | | Asserts the asBoolean method returns the given flag
|
assertAsCollection | protected void assertAsCollection(Object collectionObject, int count)(Code) | | Asserts that the given object can be converted into a collection and iterator
of the given size
|
assertIterator | protected void assertIterator(String message, Iterator iterator, int count)(Code) | | Asserts that the iterator is valid and of the right size
|
testAsBoolean | public void testAsBoolean()(Code) | | |
testAsCollectionWithArray | public void testAsCollectionWithArray()(Code) | | |
testAsCollectionWithList | public void testAsCollectionWithList()(Code) | | |
testAsCollectionWithMap | public void testAsCollectionWithMap()(Code) | | |
testCompareTo | public void testCompareTo()(Code) | | |
testGreaterThan | public void testGreaterThan()(Code) | | |
testInvokerException | public void testInvokerException() throws Throwable(Code) | | |
testLessThan | public void testLessThan()(Code) | | |
|
|