- AllTestSuite - Class in groovy.test
-
AllTestSuite can be used in extension of GroovyTestSuite to execute TestCases written in Groovy
from inside a Java IDE.
- AllTestSuite() - Constructor for class groovy.test.AllTestSuite
-
- AllTestSuite - Class in groovy.util
-
Deprecated.
- AllTestSuite() - Constructor for class groovy.util.AllTestSuite
-
Deprecated.
- assertArrayEquals(Object[], Object[]) - Method in class groovy.test.GroovyTestCase
-
Asserts that the arrays are equivalent and contain the same values
- assertArrayEquals(Object[], Object[]) - Method in class groovy.util.GroovyTestCase
-
Deprecated.
Asserts that the arrays are equivalent and contain the same values
- assertContains(char, char[]) - Method in class groovy.test.GroovyTestCase
-
Asserts that the array of characters contains a given char
- assertContains(int, int[]) - Method in class groovy.test.GroovyTestCase
-
Asserts that the array of ints contains a given int
- assertContains(char, char[]) - Method in class groovy.util.GroovyTestCase
-
Deprecated.
Asserts that the array of characters contains a given char
- assertContains(int, int[]) - Method in class groovy.util.GroovyTestCase
-
Deprecated.
Asserts that the array of ints contains a given int
- assertEquals(String, Object, Object) - Static method in class groovy.test.GroovyTestCase
-
- assertEquals(Object, Object) - Static method in class groovy.test.GroovyTestCase
-
- assertEquals(String, String) - Static method in class groovy.test.GroovyTestCase
-
- assertEquals(String, Object, Object) - Static method in class groovy.util.GroovyTestCase
-
Deprecated.
- assertEquals(Object, Object) - Static method in class groovy.util.GroovyTestCase
-
Deprecated.
- assertEquals(String, String) - Static method in class groovy.util.GroovyTestCase
-
Deprecated.
- assertInspect(Object, String) - Method in class groovy.test.GroovyTestCase
-
Asserts that the value of inspect() on the given object matches the
given text string
- assertInspect(Object, String) - Method in class groovy.util.GroovyTestCase
-
Deprecated.
Asserts that the value of inspect() on the given object matches the
given text string
- assertLength(int, char[]) - Method in class groovy.test.GroovyTestCase
-
Asserts that the array of characters has a given length
- assertLength(int, int[]) - Method in class groovy.test.GroovyTestCase
-
Asserts that the array of ints has a given length
- assertLength(int, Object[]) - Method in class groovy.test.GroovyTestCase
-
Asserts that the array of objects has a given length
- assertLength(int, char[]) - Method in class groovy.util.GroovyTestCase
-
Deprecated.
Asserts that the array of characters has a given length
- assertLength(int, int[]) - Method in class groovy.util.GroovyTestCase
-
Deprecated.
Asserts that the array of ints has a given length
- assertLength(int, Object[]) - Method in class groovy.util.GroovyTestCase
-
Deprecated.
Asserts that the array of objects has a given length
- assertScript(String) - Static method in class groovy.test.GroovyAssert
-
Asserts that the script runs without any exceptions
- assertScript(String) - Method in class groovy.test.GroovyTestCase
-
- assertScript(String) - Method in class groovy.util.GroovyTestCase
-
Deprecated.
- assertToString(Object, String) - Method in class groovy.test.GroovyTestCase
-
Asserts that the value of toString() on the given object matches the
given text string
- assertToString(Object, String) - Method in class groovy.util.GroovyTestCase
-
Deprecated.
Asserts that the value of toString() on the given object matches the
given text string
- ScriptTestAdapter - Class in org.apache.groovy.test
-
An adapter to make any Groovy Script class an instance of a JUnit Test
- ScriptTestAdapter(Class, String[]) - Constructor for class org.apache.groovy.test.ScriptTestAdapter
-
- ScriptTestAdapter - Class in org.codehaus.groovy.runtime
-
- ScriptTestAdapter(Class, String[]) - Constructor for class org.codehaus.groovy.runtime.ScriptTestAdapter
-
Deprecated.
- setProperty(Class, Object, String, Object, boolean, boolean) - Method in class groovy.mock.interceptor.MockProxyMetaClass
-
- shouldFail(Closure) - Static method in class groovy.test.GroovyAssert
-
Asserts that the given code closure fails when it is evaluated
- shouldFail(Class, Closure) - Static method in class groovy.test.GroovyAssert
-
Asserts that the given code closure fails when it is evaluated
and that a particular type of exception is thrown.
- shouldFail(Class, String) - Static method in class groovy.test.GroovyAssert
-
Asserts that the given script fails when it is evaluated
and that a particular type of exception is thrown.
- shouldFail(String) - Static method in class groovy.test.GroovyAssert
-
Asserts that the given script fails when it is evaluated
- shouldFail(Closure) - Method in class groovy.test.GroovyTestCase
-
- shouldFail(Class, Closure) - Method in class groovy.test.GroovyTestCase
-
- shouldFail(Class, String) - Method in class groovy.test.GroovyTestCase
-
- shouldFail(String) - Method in class groovy.test.GroovyTestCase
-
- shouldFail(Closure) - Static method in class groovy.util.GroovyAssert
-
Deprecated.
Asserts that the given code closure fails when it is evaluated
- shouldFail(Class, Closure) - Static method in class groovy.util.GroovyAssert
-
Deprecated.
Asserts that the given code closure fails when it is evaluated
and that a particular exception is thrown.
- shouldFail(Closure) - Method in class groovy.util.GroovyTestCase
-
Deprecated.
- shouldFail(Class, Closure) - Method in class groovy.util.GroovyTestCase
-
Deprecated.
- shouldFail(Class, String) - Method in class groovy.util.GroovyTestCase
-
Deprecated.
- shouldFail(String) - Method in class groovy.util.GroovyTestCase
-
Deprecated.
- shouldFailWithCause(Class, Closure) - Static method in class groovy.test.GroovyAssert
-
Asserts that the given code closure fails when it is evaluated
and that a particular Exception type can be attributed to the cause.
- shouldFailWithCause(Class, Closure) - Method in class groovy.test.GroovyTestCase
-
- shouldFailWithCause(Class, Closure) - Static method in class groovy.util.GroovyAssert
-
Deprecated.
Asserts that the given code closure fails when it is evaluated
and that a particular exception can be attributed to the cause.
- shouldFailWithCause(Class, Closure) - Method in class groovy.util.GroovyTestCase
-
Deprecated.
- suite() - Static method in class groovy.test.AllTestSuite
-
- suite(String, String) - Static method in class groovy.test.AllTestSuite
-
- suite(String, String, String) - Static method in class groovy.test.AllTestSuite
-
- suite() - Static method in class groovy.test.GroovyTestSuite
-
- suite() - Static method in class groovy.util.AllTestSuite
-
Deprecated.
- suite(String, String) - Static method in class groovy.util.AllTestSuite
-
Deprecated.
- suite(String, String, String) - Static method in class groovy.util.AllTestSuite
-
Deprecated.
- suite() - Static method in class groovy.util.GroovyTestSuite
-
Deprecated.
- SYSPROP_TEST_DIR - Static variable in class groovy.test.AllTestSuite
-
The System Property to set as base directory for collection of Test Cases.
- SYSPROP_TEST_DIR - Static variable in class groovy.util.AllTestSuite
-
Deprecated.
The System Property to set as base directory for collection of Test Cases.
- SYSPROP_TEST_EXCLUDES_PATTERN - Static variable in class groovy.test.AllTestSuite
-
The System Property to set as a filename excludes pattern for collection of Test Cases.
- SYSPROP_TEST_EXCLUDES_PATTERN - Static variable in class groovy.util.AllTestSuite
-
Deprecated.
The System Property to set as a filename excludes pattern for collection of Test Cases.
- SYSPROP_TEST_PATTERN - Static variable in class groovy.test.AllTestSuite
-
The System Property to set as the filename pattern for collection of Test Cases.
- SYSPROP_TEST_PATTERN - Static variable in class groovy.util.AllTestSuite
-
Deprecated.
The System Property to set as the filename pattern for collection of Test Cases.