Skip navigation links
C D E G I J L P Q R S T U V 

C

checkLayout(String, List<String>) - Method in class com.galenframework.support.GalenJavaTestBase
Checks layout of the page that is currently open in current thread.
checkLayout(String, SectionFilter, Properties, Map<String, Object>) - Method in class com.galenframework.support.GalenJavaTestBase
Checks layout of the page that is currently open in current thread.
com.galenframework.junit - package com.galenframework.junit
 
com.galenframework.support - package com.galenframework.support
 
com.galenframework.testng - package com.galenframework.testng
 
createDriver() - Method in class com.galenframework.junit.GalenJUnitTestBase
 
createDriver(Object[]) - Method in class com.galenframework.junit.GalenJUnitTestBase
 
createDriver(Object[]) - Method in class com.galenframework.support.GalenJavaTestBase
Used in order to initialize a WebDriver
createMessage(String, LayoutReport, SectionFilter) - Static method in exception com.galenframework.support.LayoutValidationException
 
createTestInfo(Method, Object[]) - Method in class com.galenframework.support.GalenJavaTestBase
 

D

driver - Variable in class com.galenframework.support.GalenJavaTestBase
 

E

Exclude - Annotation Type in com.galenframework.junit
A list of tags for spec sections to be excluded from the filtered group.

G

GalenJavaTestBase - Class in com.galenframework.support
This class is used as a base test class for Java tests tests.
GalenJavaTestBase() - Constructor for class com.galenframework.support.GalenJavaTestBase
 
GalenJUnitTestBase - Class in com.galenframework.junit
This class is used as a base test class for Junit tests, see GalenJavaTestBase
GalenJUnitTestBase() - Constructor for class com.galenframework.junit.GalenJUnitTestBase
 
GalenReportsContainer - Enum in com.galenframework.support
A singleton class which is used for storing Galen test reports
GalenReportTestRunner - Class in com.galenframework.junit
Galen JUnit test runner
GalenReportTestRunner(Class<?>) - Constructor for class com.galenframework.junit.GalenReportTestRunner
 
GalenSpecRunner - Class in com.galenframework.junit
Performs a single page test using JUnit.
GalenSpecRunner(Class<?>) - Constructor for class com.galenframework.junit.GalenSpecRunner
Constructs a new GalenSpecRunner that will run testClass.
GalenTestNgReportsListener - Class in com.galenframework.testng
 
GalenTestNgReportsListener() - Constructor for class com.galenframework.testng.GalenTestNgReportsListener
 
GalenTestNgTestBase - Class in com.galenframework.testng
This class is used as a base test class for TestNG tests, see GalenJavaTestBase
GalenTestNgTestBase() - Constructor for class com.galenframework.testng.GalenTestNgTestBase
 
generateReport(List<XmlSuite>, List<ISuite>, String) - Method in class com.galenframework.testng.GalenTestNgReportsListener
 
get() - Static method in enum com.galenframework.support.GalenReportsContainer
Returns a single instance of GalenReportsContainer
getAllTests() - Method in enum com.galenframework.support.GalenReportsContainer
 
getDescription() - Method in class com.galenframework.junit.GalenSpecRunner
 
getDriver() - Method in class com.galenframework.support.GalenJavaTestBase
Returns WebDriver instance for current test thread
getLayoutReport() - Method in exception com.galenframework.support.LayoutValidationException
 
getReport() - Method in class com.galenframework.support.GalenJavaTestBase
Returns the report for current test thread
getTestName() - Method in class com.galenframework.junit.GalenJUnitTestBase
 

I

Include - Annotation Type in com.galenframework.junit
A list of tags for spec sections which will be included in testing.
initDriver() - Method in class com.galenframework.junit.GalenJUnitTestBase
initDriver(Object[]) - Method in class com.galenframework.support.GalenJavaTestBase
Initializes the WebDriver instance and stores it in ThreadLocal
initDriver(Object[]) - Method in class com.galenframework.testng.GalenTestNgTestBase
Initializes the WebDriver instance and stores it in ThreadLocal
initReport() - Method in class com.galenframework.junit.GalenJUnitTestBase
Initializes the TestReport instance with the name of current test method and stores it in ThreadLocal
initReport(Method, Object[]) - Method in class com.galenframework.testng.GalenTestNgTestBase
Initializes the TestReport instance with the name of current test method and stores it in ThreadLocal
inject(String) - Method in class com.galenframework.support.GalenJavaTestBase
Injects the given javaScript expression in current driver for current test thread

J

JUnitStepListener - Class in com.galenframework.junit
Intercepts JUnit events and creates Galen Report
JUnitStepListener() - Constructor for class com.galenframework.junit.JUnitStepListener
 

L

LayoutValidationException - Exception in com.galenframework.support
 
LayoutValidationException(String, LayoutReport, SectionFilter) - Constructor for exception com.galenframework.support.LayoutValidationException
 
load(String) - Method in class com.galenframework.support.GalenJavaTestBase
Loads the given url in the current driver for current test thread
load(String, int, int) - Method in class com.galenframework.support.GalenJavaTestBase
Loads the given url in the current driver for current test thread and changes the browser window size

P

provideTestEndDate() - Method in class com.galenframework.junit.GalenJUnitTestBase
provideTestEndDate() - Method in class com.galenframework.testng.GalenTestNgTestBase
 

Q

quitDriver() - Method in class com.galenframework.junit.GalenJUnitTestBase
quitDriver() - Method in class com.galenframework.support.GalenJavaTestBase
 
quitDriver() - Method in class com.galenframework.testng.GalenTestNgTestBase

R

registerTest(Method) - Method in enum com.galenframework.support.GalenReportsContainer
 
registerTest(String, List<String>) - Method in enum com.galenframework.support.GalenReportsContainer
 
registerTest(GalenTestInfo) - Method in enum com.galenframework.support.GalenReportsContainer
 
report - Variable in class com.galenframework.support.GalenJavaTestBase
 
resize(int, int) - Method in class com.galenframework.support.GalenJavaTestBase
Changes the size of current browser for current test thread
run(RunNotifier) - Method in class com.galenframework.junit.GalenReportTestRunner
 
run(RunNotifier) - Method in class com.galenframework.junit.GalenSpecRunner
 

S

Size - Annotation Type in com.galenframework.junit
Dimensions of browser window.
Spec - Annotation Type in com.galenframework.junit
The Galen specification file.

T

testInfo - Variable in class com.galenframework.support.GalenJavaTestBase
 
testRunFinished(Result) - Method in class com.galenframework.junit.JUnitStepListener
 

U

Url - Annotation Type in com.galenframework.junit
A URL of page for Galen to test on

V

valueOf(String) - Static method in enum com.galenframework.support.GalenReportsContainer
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.galenframework.support.GalenReportsContainer
Returns an array containing the constants of this enum type, in the order they are declared.
C D E G I J L P Q R S T U V 
Skip navigation links

Copyright © 2016. All rights reserved.