Skip navigation links
A B C D E G H I J K L M N P R S T W _ 

A

addAttribute(String, String) - Method in class gw.test.TestMetadata
 
addMetadata(Collection<TestMetadata>) - Method in class gw.test.TestClass
 
afterRemoteExecution() - Method in class gw.test.TestEnvironment
This is a hook that gets executed on the remote server (not the local server) after execution of a suite that would normally run in this environment when running locally.
afterTestClass() - Method in class gw.test.TestClass
 
afterTestClass() - Method in class gw.test.TestEnvironment
 
afterTestMethod(Throwable) - Method in class gw.test.TestClass
 
afterTestMethod() - Method in class gw.test.TestEnvironment
 
afterTestSuite() - Method in class gw.test.TestEnvironment
 
AnnotationTestJavaAnnotation - Annotation Type in gw.test
 
AnnotationUtil - Class in gw.util
 
AnnotationUtil() - Constructor for class gw.util.AnnotationUtil
 
assertArrayEquals(Object[], Object[]) - Static method in class gw.test.AssertUtil
 
assertArrayEquals(Object[], Object[], TestClass.EqualityTester) - Static method in class gw.test.AssertUtil
Verifies that all elements in the first array are present in the second array and match the elements in the first array.
assertArrayEquals(String, Object[], Object[]) - Static method in class gw.test.AssertUtil
 
assertArrayEquals(Object[], Object[]) - Static method in class gw.test.TestClass
 
assertArrayEquals(String, byte[], byte[]) - Static method in class gw.test.TestClass
Compare two byte arrays, first the size then each byte.
assertArrayEquals(Object[], Object[], TestClass.EqualityTester) - Static method in class gw.test.TestClass
Verifies that all elements in the first array are present in the second array and match the elements in the first array.
assertArrayEquals(String, Object[], Object[]) - Static method in class gw.test.TestClass
 
assertCausesException(Runnable, Class<? extends Throwable>) - Static method in class gw.test.AssertUtil
 
assertCausesException(Runnable, Class<? extends Throwable>) - Static method in class gw.test.TestClass
 
assertCausesPRE(String, ResourceKey...) - Static method in class gw.util.GosuTestUtil
 
assertCollectionEquals(Collection, Collection) - Static method in class gw.test.AssertUtil
 
assertCollectionEquals(Collection, Collection, Comparator) - Static method in class gw.test.AssertUtil
 
assertCollectionEquals(Collection, Collection) - Static method in class gw.test.TestClass
 
assertCollectionEquals(Collection, Collection, Comparator) - Static method in class gw.test.TestClass
 
assertHasErrors(String, ResourceKey...) - Static method in class gw.util.GosuTestUtil
 
assertHasErrors(IGosuClass, ResourceKey...) - Static method in class gw.util.GosuTestUtil
 
assertionsMustBeEnabled() - Method in class gw.test.TestExecutionManager
 
assertIterableEquals(Iterable, Iterable) - Static method in class gw.test.AssertUtil
 
assertIterableEquals(Iterable, Iterable, Comparator) - Static method in class gw.test.AssertUtil
 
assertIterableEquals(Iterable, Iterable) - Static method in class gw.test.TestClass
 
assertIterableEquals(Iterable, Iterable, Comparator) - Static method in class gw.test.TestClass
 
assertIterableEqualsIgnoreOrder(Iterable, Iterable) - Static method in class gw.test.AssertUtil
 
assertIterableEqualsIgnoreOrder(Iterable, Iterable) - Static method in class gw.test.TestClass
 
assertListEquals(List, List) - Static method in class gw.test.AssertUtil
 
assertListEquals(List, List, Comparator) - Static method in class gw.test.AssertUtil
 
assertListEquals(List, List) - Static method in class gw.test.TestClass
 
assertListEquals(List, List, Comparator) - Static method in class gw.test.TestClass
 
assertMatchRegex(String, String, String) - Static method in class gw.test.AssertUtil
 
assertMatchRegex(String, String, String) - Static method in class gw.test.TestClass
 
assertOneError(String, ResourceKey) - Static method in class gw.util.GosuTestUtil
 
assertOneError(IGosuClass, ResourceKey) - Static method in class gw.util.GosuTestUtil
 
assertOneWarning(String, ResourceKey) - Static method in class gw.util.GosuTestUtil
 
assertOneWarning(IGosuClass, ResourceKey) - Static method in class gw.util.GosuTestUtil
 
assertSetsEqual(Set, Set) - Static method in class gw.test.AssertUtil
 
assertSetsEqual(Set, Set) - Static method in class gw.test.TestClass
 
AssertUtil - Class in gw.test
 
AssertUtil() - Constructor for class gw.test.AssertUtil
 
assertZero(int) - Static method in class gw.test.AssertUtil
 
assertZero(long) - Static method in class gw.test.AssertUtil
 
assertZero(int) - Static method in class gw.test.TestClass
 
assertZero(long) - Static method in class gw.test.TestClass
 

B

BaseRemoteTestClass - Class in gw.test
 
BaseRemoteTestClass(String, boolean) - Constructor for class gw.test.BaseRemoteTestClass
 
beforeRemoteExecution() - Method in class gw.test.TestEnvironment
This is a hook that gets executed on the remote server (not the local server) prior to execution of a suite that would normally run in this environment when running locally.
beforeSuite() - Method in class gw.test.Suite
 
beforeTestClass() - Method in class gw.test.TestClass
 
beforeTestClass() - Method in class gw.test.TestEnvironment
 
beforeTestMethod() - Method in class gw.test.TestClass
 
beforeTestMethod() - Method in class gw.test.TestEnvironment
 
beforeTestSuite() - Method in class gw.test.TestEnvironment
 

C

ClassPathUtil - Class in gw.test
 
ClassPathUtil() - Constructor for class gw.test.ClassPathUtil
 
compareTo(TestSpec) - Method in class gw.test.TestSpec
 
compileExpression(String) - Static method in class gw.util.GosuTestUtil
 
compileExpression(String, String, IType) - Static method in class gw.util.GosuTestUtil
 
compileExpression(String, String, IType, String, IType) - Static method in class gw.util.GosuTestUtil
 
compileExpression(String, ISymbolTable) - Static method in class gw.util.GosuTestUtil
 
compileExpression(String, ISymbolTable, boolean) - Static method in class gw.util.GosuTestUtil
 
compileExpression(String, boolean) - Static method in class gw.util.GosuTestUtil
 
compileProgram(String, ISymbolTable) - Static method in class gw.util.GosuTestUtil
 
constructClasspathFromSystemClasspath() - Static method in class gw.test.ClassPathUtil
Turns the java.class.path system property value into a list of directories and jars
constructClasspathFromSystemClasspath() - Method in class gw.test.TestEnvironment
 
countTestCases() - Method in class gw.test.Suite
 
createClassMetadata() - Method in class gw.test.TestClass
 
createDefaultEnvironment() - Method in class gw.test.TestClass
 
createDefaultGosuClassSearchPath() - Method in class gw.test.Suite
 
createDefaultJavaClassSearchPath() - Method in class gw.test.Suite
 
createMetadata(List<IAnnotationInfo>) - Method in class gw.test.TestClass
 
createMetadata(Annotation[]) - Method in class gw.test.TestClass
 
createMethodMetadata(String) - Method in class gw.test.TestClass
 
createTestClass(IType) - Static method in class gw.test.TestClass
 
createTestSuite(Class<T>, Iterable<String>) - Static method in class gw.test.TestClassHelper
 
Critical - Annotation Type in gw.testharness
 

D

declCompileAndGetClassErrors(IType) - Static method in class gw.util.GosuClassTestUtil
 
defnCompileAndGetClassErrors(IType) - Static method in class gw.util.GosuClassTestUtil
 
deserializeXml(SimpleXmlNode) - Static method in class gw.test.TestMetadata
 
Disabled - Annotation Type in gw.testharness
 
DoNotRunTest - Annotation Type in gw.testharness
Annotations which use this Annotation will not be run during testing.
DoNotVerifyResource - Annotation Type in gw.testharness
Tells the com.guidewire.testharness.multiapp.VerifyAllResourcesAndPCFFilesTest (in pl-test module) to ignore this type.
doRunTest(String) - Method in class gw.test.TestClass
 

E

equals(Object, Object) - Method in interface gw.test.TestClass.EqualityTester
 
equals(Object) - Method in class gw.test.TestMetadata
 
equals(Object) - Method in class gw.test.TestSpec
 
eval(String) - Static method in class gw.util.GosuTestUtil
 
eval(String, String, Object) - Static method in class gw.util.GosuTestUtil
 
evalGosu(String) - Static method in class gw.util.GosuTestUtil
Evaluates the given Gosu.
evalGosu(String, String, Object) - Static method in class gw.util.GosuTestUtil
Evaluates the given Gosu, with variables of the given names that will be the dynamic (runtime) type of the values passed in.
evalGosu(String, String, Object, String, Object) - Static method in class gw.util.GosuTestUtil
Evaluates the given Gosu, with variables of the given names that will be the dynamic (runtime) type of the values passed in.
evalGosu(String, String, Object, String, Object, String, Object) - Static method in class gw.util.GosuTestUtil
Evaluates the given Gosu, with variables of the given names that will be the dynamic (runtime) type of the values passed in.
evalGosu(String, String, Object, String, Object, String, Object, String, Object) - Static method in class gw.util.GosuTestUtil
Evaluates the given Gosu, with variables of the given names that will be the dynamic (runtime) type of the values passed in.
evalGosu(String, String, Object, String, Object, String, Object, String, Object, String, Object) - Static method in class gw.util.GosuTestUtil
Evaluates the given Gosu, with variables of the given names that will be the dynamic (runtime) type of the values passed in.
evalGosu(String, Object[]) - Static method in class gw.util.GosuTestUtil
Evaluates the given Gosu, with variables of the given names that will be the dynamic (runtime) type of the values passed in.
evalGosu(String, ISymbolTable) - Static method in class gw.util.GosuTestUtil
 
evaluate(IAnnotationInfo) - Method in class gw.testharness.KnownBreakConditionPredicate
 
extractTestMethods(IType) - Static method in class gw.test.TestSpec
 
extractTestMethods(Class<? extends TestCase>) - Static method in class gw.test.TestSpec
 

G

getAttributes() - Method in interface gw.test.ITestMetadata
 
getAttributes() - Method in class gw.test.TestMetadata
 
getBackingType() - Method in class gw.test.TestClassWrapper
 
getClassName() - Method in class gw.test.TestClass
 
getConstructorArguments() - Method in class gw.test.TestEnvironment
 
getEnvironment() - Method in class gw.test.TestExecutionManager
 
getExecutionManager() - Method in class gw.test.TestClass
 
getFullClassNameInternal() - Method in class gw.test.TestClass
 
getMemberFunctions(IGosuClass) - Static method in class gw.util.GosuClassTestUtil
 
getMetadata() - Method in interface gw.test.ITestWithMetadata
Returns any applicable metadata for the tests in this class.
getMetadata() - Method in class gw.test.TestBreakInfo
 
getMetadata() - Method in class gw.test.TestClass
 
getMethods() - Method in class gw.test.TestSpec
 
getMethodsSorted(Class<T>) - Static method in class gw.test.TestClassHelper
Returns list of methods according to their order in the source file.
getName() - Method in interface gw.test.ITestMetadata
 
getName() - Method in class gw.test.TestBreakInfo
 
getName() - Method in class gw.test.TestClass
 
getName() - Method in class gw.test.TestClassWrapper
 
getName() - Method in class gw.test.TestMetadata
 
getNumberOfInstancesOfTestClassCreated(String) - Static method in class gw.test.TestClass
 
getPackageName() - Method in class gw.test.TestClass
 
getParseResultsException(String) - Static method in class gw.util.GosuTestUtil
Gets the parse results exception caused by the given program.
getTestBreakInfoList() - Method in exception gw.test.MultiBreakException
 
getTestEnvironment() - Method in class gw.test.Suite
 
getTestType() - Method in class gw.test.TestSpec
 
getTestTypeName() - Method in class gw.test.TestSpec
 
getThrowable() - Method in class gw.test.TestBreakInfo
 
getTimeoutForCurrentTest() - Method in class gw.test.TestExecutionManager
 
getTotalNumTestMethods() - Method in class gw.test.TestClass
 
getType() - Method in class gw.test.TestClass
 
getTypeName() - Method in class gw.test.TestClass
 
getWrapped() - Method in interface gw.test.IRemoteTestClassIDEExecutionWrapper
 
GOSU_SUITE_INCLUDE_TYPES - Static variable in class gw.test.Suite
 
GosuClassTestUtil - Class in gw.util
 
GosuClassTestUtil() - Constructor for class gw.util.GosuClassTestUtil
 
GosuTestUtil - Class in gw.util
 
GosuTestUtil() - Constructor for class gw.util.GosuTestUtil
 
gw.test - package gw.test
 
gw.test.util - package gw.test.util
 
gw.testharness - package gw.testharness
 
gw.testharness.environmentalcondition - package gw.testharness.environmentalcondition
 
gw.util - package gw.util
 

H

hashCode() - Method in class gw.test.TestSpec
 
hasTimedOut() - Method in class gw.test.TestExecutionManager
 
hasTimeOut() - Method in class gw.test.TestExecutionManager
 

I

IBMJVMCondition - Class in gw.testharness.environmentalcondition
 
IBMJVMCondition() - Constructor for class gw.testharness.environmentalcondition.IBMJVMCondition
 
IEnvironmentalCondition - Interface in gw.testharness
 
IForwardingTestEnvironment - Interface in gw.test
 
IncludeInTestResults - Annotation Type in gw.testharness
Annotations which have this annotation will be added to the JUnit test results XML file.
initializeTypeSystem() - Method in class gw.test.TestEnvironment
 
initInternalData() - Method in class gw.test.TestClass
 
initMetadata(String) - Method in class gw.test.TestClass
 
InProgress - Annotation Type in gw.testharness
 
IRemoteTestClassIDEExecutionWrapper - Interface in gw.test
 
isAtLastTest() - Method in class gw.test.TestExecutionManager.TestInfo
 
isConditionMet() - Method in class gw.testharness.environmentalcondition.IBMJVMCondition
 
isConditionMet() - Method in class gw.testharness.environmentalcondition.JRockitVMCondition
 
isConditionMet() - Method in class gw.testharness.environmentalcondition.WindowsOSCondition
 
isConditionMet() - Method in interface gw.testharness.IEnvironmentalCondition
 
isDynamicallyDeterminedEnvironment() - Method in class gw.test.TestEnvironment
 
isGosuTest() - Method in class gw.test.TestClass
 
isKnownBreakCondition(KnownBreakCondition) - Static method in class gw.testharness.KnownBreakConditionPredicate
 
isKnownBreakCondition(IAnnotationInfo) - Static method in class gw.testharness.KnownBreakConditionPredicate
 
isLoggingErrors() - Method in class gw.test.Suite
 
isMetaAnnotation(Annotation) - Method in class gw.test.TestClass
 
isMetaAnnotationInfo(IAnnotationInfo) - Method in class gw.test.TestClass
 
isRemoteExecutionEnvironment() - Method in class gw.test.TestEnvironment
 
ITestMetadata - Interface in gw.test
Metadata (e.g.
ITestWithMetadata - Interface in gw.test
A test implementing this interface provides metadata (e.g.

J

javaAssertionsNotEnabled() - Method in class gw.test.Suite
Used to indicate that this suite does not require assertions be enabled.
JRockitVMCondition - Class in gw.testharness.environmentalcondition
 
JRockitVMCondition() - Constructor for class gw.testharness.environmentalcondition.JRockitVMCondition
 

K

KnownBreak - Annotation Type in gw.testharness
See http://wiki/index.php/KnownBreak for detailed document
KnownBreakCondition - Annotation Type in gw.testharness
 
KnownBreakConditionPredicate - Class in gw.testharness
 
KnownBreakConditionPredicate() - Constructor for class gw.testharness.KnownBreakConditionPredicate
 
KnownBreakQualifier - Annotation Type in gw.testharness
Annotations which have this annotation are used to qualify a KnownBreak.

L

logError(String) - Method in class gw.test.Suite
 
logErrors() - Method in class gw.test.Suite
 

M

main(String[]) - Static method in class gw.test.util.TestTimingData
 
makeRemoteTestClassIDEExecutionWrapper(String, String, int, TestExecutionManager, TestClass) - Method in interface gw.test.IForwardingTestEnvironment
 
makeRemoteTestClassWrapper(TestExecutionManager, String, String...) - Method in interface gw.test.IForwardingTestEnvironment
 
map(List<IAnnotationInfo>) - Static method in class gw.util.AnnotationUtil
 
maybeInitTypeSystem() - Method in class gw.test.TestExecutionManager
 
maybeUnwrapTestClass(TestClass) - Method in class gw.test.TestExecutionManager
 
MultiBreakException - Exception in gw.test
 
MultiBreakException(List<TestBreakInfo>) - Constructor for exception gw.test.MultiBreakException
 
MultiBreakException(String, List<TestBreakInfo>) - Constructor for exception gw.test.MultiBreakException
 

N

Nondeterministic - Annotation Type in gw.testharness
 

P

printStatistics() - Method in class gw.test.util.TestTimingData
 

R

readDataFromFile(File) - Static method in class gw.test.util.TestTimingData
 
reallyRun(TestResult) - Method in class gw.test.TestClass
 
reallyRunBare() - Method in class gw.test.TestClass
 
run(TestResult) - Method in class gw.test.Suite
 
run() - Method in class gw.test.Suite
Runs this Suite with a TextListener tied to System.out and returns the result.
run(TestResult) - Method in class gw.test.TestClass
 
runAllMethods() - Method in class gw.test.TestSpec
 
runBare() - Method in class gw.test.TestClass
 
runTest() - Method in class gw.test.TestClass
 
runTest(Test, TestResult) - Method in class gw.test.TestClassWrapper
 
runTestClass(TestClass, TestResult) - Method in class gw.test.TestExecutionManager
 
runTestClassBare(TestClass) - Method in class gw.test.TestExecutionManager
 
runViaStaticSuiteMethod() - Method in class gw.test.Suite
A convenience method for running this suite from a main method.
runViaStaticSuiteMethod() - Method in class gw.test.TestExecutionManager
A convenience method for running this suite from a main method.

S

serializeToXml() - Method in class gw.test.TestMetadata
 
setAssertionsMustBeEnabled(boolean) - Method in class gw.test.TestExecutionManager
 
setEnvironment(TestEnvironment) - Method in class gw.test.TestExecutionManager
 
setExecutionManager(TestExecutionManager) - Method in class gw.test.TestClass
 
setGosuTest(boolean) - Method in class gw.test.TestClass
 
setName(String) - Method in class gw.test.TestClass
 
setSuiteTimeoutInMillis(long) - Method in class gw.test.TestExecutionManager
 
setTestsFromSuite(List<TestSuite>) - Method in class gw.test.TestExecutionManager
 
setUp() - Method in class gw.test.TestClass
 
shouldNotRunTest() - Method in interface gw.test.ITestMetadata
 
shouldNotRunTest() - Method in class gw.test.TestMetadata
 
SPLIT_PARTITION - Static variable in class gw.test.Suite
 
Suite<T extends Suite> - Class in gw.test
This Suite class streamlines and simplifies the standard JUnit TestSuite.
Suite() - Constructor for class gw.test.Suite
 

T

tearDown() - Method in class gw.test.TestClass
 
testAt(int) - Method in class gw.test.Suite
 
TestBreakInfo - Class in gw.test
 
TestBreakInfo(String, Throwable) - Constructor for class gw.test.TestBreakInfo
 
TestBreakInfo(String, List<? extends ITestMetadata>, Throwable) - Constructor for class gw.test.TestBreakInfo
 
TestClass - Class in gw.test
 
TestClass() - Constructor for class gw.test.TestClass
 
TestClass(String) - Constructor for class gw.test.TestClass
 
TestClass(boolean) - Constructor for class gw.test.TestClass
 
TestClass(String, boolean) - Constructor for class gw.test.TestClass
 
TestClass.EqualityTester - Interface in gw.test
 
TestClassHelper - Class in gw.test
Helper methods for analyzing methods, and instantiating test classes.
TestClassHelper() - Constructor for class gw.test.TestClassHelper
 
TestClassWrapper - Class in gw.test
 
TestClassWrapper(TestExecutionManager, IType, String...) - Constructor for class gw.test.TestClassWrapper
 
testCount() - Method in class gw.test.Suite
 
TestEnvironment - Class in gw.test
 
TestEnvironment() - Constructor for class gw.test.TestEnvironment
 
TestExecutionManager - Class in gw.test
The TestExecutionManager class is responsible for the actual execution of tests, including executing the before/after hooks.
TestExecutionManager() - Constructor for class gw.test.TestExecutionManager
 
TestExecutionManager.TestInfo - Class in gw.test
 
TestInfo(int) - Constructor for class gw.test.TestExecutionManager.TestInfo
 
TestMetadata - Class in gw.test
 
TestMetadata(IAnnotationInfo) - Constructor for class gw.test.TestMetadata
 
tests() - Method in class gw.test.Suite
 
testsAsList() - Method in class gw.test.Suite
 
testsAsListOfSuites() - Method in class gw.test.Suite
 
TestSpec - Class in gw.test
 
TestSpec(String, String...) - Constructor for class gw.test.TestSpec
 
TestTimingData - Class in gw.test.util
 
toString() - Method in class gw.test.TestClass
 

W

WindowsOSCondition - Class in gw.testharness.environmentalcondition
 
WindowsOSCondition() - Constructor for class gw.testharness.environmentalcondition.WindowsOSCondition
 
withClasspathEntry(File) - Method in class gw.test.Suite
 
withIFileFilter(Predicate<IFile>) - Method in class gw.test.Suite
Adds a file filter to this suite, allowing certain tests to be excluded.
withModules(String...) - Method in class gw.test.Suite
This limits the gosu tests that are run to gosu tests that are located within the specified module in a gsrc or gtest directory AND all and java tests in the classpath that are not in a module.
withPackageFilter(Predicate<String>) - Method in class gw.test.Suite
Adds a package filter to this suite, which allows you to exclude certain packages from consideration.
withPackages(String...) - Method in class gw.test.Suite
Adds a package filter that will only accept packages that are subpackages of the strings passed in.
withTest(IType, String...) - Method in class gw.test.Suite
Adds a test to this Suite.
withTest(String, String...) - Method in class gw.test.Suite
Adds a test to this Suite.
withTest(Class, String...) - Method in class gw.test.Suite
Adds a test to this Suite.
withTestEnvironment(TestEnvironment) - Method in class gw.test.Suite
 
withTestTypeFilter(Predicate<IType>) - Method in class gw.test.Suite
Adds a type filter to this suite, allowing certain tests to be excluded.
withTimeout(long) - Method in class gw.test.Suite
 

_

_suite(Class<T>) - Static method in class gw.test.TestClass
 
_testsRun - Variable in class gw.test.TestExecutionManager.TestInfo
 
A B C D E G H I J K L M N P R S T W _ 
Skip navigation links

Copyright © 2017. All rights reserved.