Skip navigation links
A C E G I L O P S T W 

A

AbstractLoginPageObjects - Class in com.github.qacore.testingtoolbox.patterns.pageobjects
Managed login page objects.
AbstractLoginPageObjects(WrapsDriver, String) - Constructor for class com.github.qacore.testingtoolbox.patterns.pageobjects.AbstractLoginPageObjects
 
AbstractLoginPageObjects(WebDriver, String) - Constructor for class com.github.qacore.testingtoolbox.patterns.pageobjects.AbstractLoginPageObjects
 
AbstractLoginPageObjects(String) - Constructor for class com.github.qacore.testingtoolbox.patterns.pageobjects.AbstractLoginPageObjects
 
AbstractPageObjects - Class in com.github.qacore.testingtoolbox.patterns.pageobjects
Managed page objects.
AbstractPageObjects(WrapsDriver, String) - Constructor for class com.github.qacore.testingtoolbox.patterns.pageobjects.AbstractPageObjects
 
AbstractPageObjects(WebDriver, String) - Constructor for class com.github.qacore.testingtoolbox.patterns.pageobjects.AbstractPageObjects
 
AbstractPageObjects(String) - Constructor for class com.github.qacore.testingtoolbox.patterns.pageobjects.AbstractPageObjects
 

C

com.github.qacore.testingtoolbox.junit - package com.github.qacore.testingtoolbox.junit
Provides JUnit support classes.
com.github.qacore.testingtoolbox.junit.runners - package com.github.qacore.testingtoolbox.junit.runners
Provides JUnit custom runner classes.
com.github.qacore.testingtoolbox.managers - package com.github.qacore.testingtoolbox.managers
Provides classes to manage the ecosystem.
com.github.qacore.testingtoolbox.patterns - package com.github.qacore.testingtoolbox.patterns
Provides classes to support testing patterns.
com.github.qacore.testingtoolbox.patterns.pageobjects - package com.github.qacore.testingtoolbox.patterns.pageobjects
Provides classes to support Page Object pattern.

E

EnclosedParallel - Class in com.github.qacore.testingtoolbox.junit.runners
An extension of the JUnit Enclosed runner, which executes all @Test methods in parallel.
EnclosedParallel(Class<?>, RunnerBuilder) - Constructor for class com.github.qacore.testingtoolbox.junit.runners.EnclosedParallel
 

G

getDriver() - Static method in class com.github.qacore.testingtoolbox.managers.WebDriverManager
 
getDriverContext() - Static method in class com.github.qacore.testingtoolbox.managers.WebDriverManager
 
getDriverContext() - Method in class com.github.qacore.testingtoolbox.patterns.pageobjects.AbstractPageObjects
 
getUrl() - Method in class com.github.qacore.testingtoolbox.patterns.pageobjects.AbstractPageObjects
 
getUrl() - Method in interface com.github.qacore.testingtoolbox.patterns.pageobjects.LoginPageObjects
The URL to load.
getUrl() - Method in interface com.github.qacore.testingtoolbox.patterns.pageobjects.PageObjects
The URL to load.
getWrappedDriver() - Method in class com.github.qacore.testingtoolbox.patterns.pageobjects.AbstractPageObjects
 
getWrappedDriver() - Method in interface com.github.qacore.testingtoolbox.patterns.pageobjects.LoginPageObjects
The driver used on the page.
getWrappedDriver() - Method in interface com.github.qacore.testingtoolbox.patterns.pageobjects.PageObjects
The driver used on the page.

I

isLoaded() - Method in interface com.github.qacore.testingtoolbox.patterns.pageobjects.PageObjects
Checks if the page is loaded.
isLogged(UserAndPassword) - Method in interface com.github.qacore.testingtoolbox.patterns.pageobjects.LoginPageObjects
Indicates if you are logged in.

L

loginAs(UserAndPassword) - Method in interface com.github.qacore.testingtoolbox.patterns.pageobjects.LoginPageObjects
Performs an authentication on the page.
LoginPageObjects - Interface in com.github.qacore.testingtoolbox.patterns.pageobjects
This interface indicates that the classes executes the basic actions of the Login Page Object pattern.
logout() - Method in interface com.github.qacore.testingtoolbox.patterns.pageobjects.LoginPageObjects
Performs a logout on the page.

O

open() - Method in interface com.github.qacore.testingtoolbox.patterns.pageobjects.PageObjects
Load the page in the current browser window.

P

PageObjects - Interface in com.github.qacore.testingtoolbox.patterns.pageobjects
This interface indicates that the classes executes the basic actions of the Page Object pattern.
Parallel - Class in com.github.qacore.testingtoolbox.junit.runners
An extension of the JUnit BlockJUnit4ClassRunner runner, which executes all @Test methods in parallel.
Parallel(Class<?>) - Constructor for class com.github.qacore.testingtoolbox.junit.runners.Parallel
 
ParallelCategories - Class in com.github.qacore.testingtoolbox.junit.runners
An extension of the JUnit Categories runner, which executes all @Test methods in parallel.
ParallelCategories(Class<?>, RunnerBuilder) - Constructor for class com.github.qacore.testingtoolbox.junit.runners.ParallelCategories
 
ParallelSuite - Class in com.github.qacore.testingtoolbox.junit.runners
An extension of the JUnit Suite runner, which executes all @Test methods in parallel.
ParallelSuite(Class<?>, Class<?>[]) - Constructor for class com.github.qacore.testingtoolbox.junit.runners.ParallelSuite
 
ParallelSuite(Class<?>, List<Runner>) - Constructor for class com.github.qacore.testingtoolbox.junit.runners.ParallelSuite
 
ParallelSuite(Class<?>, RunnerBuilder) - Constructor for class com.github.qacore.testingtoolbox.junit.runners.ParallelSuite
 
ParallelSuite(RunnerBuilder, Class<?>, Class<?>[]) - Constructor for class com.github.qacore.testingtoolbox.junit.runners.ParallelSuite
 
ParallelSuite(RunnerBuilder, Class<?>[]) - Constructor for class com.github.qacore.testingtoolbox.junit.runners.ParallelSuite
 
ParameterizedParallel - Class in com.github.qacore.testingtoolbox.junit.runners
An extension of the JUnit Parameterized runner, which executes all @Test methods in parallel.
ParameterizedParallel(Class<?>) - Constructor for class com.github.qacore.testingtoolbox.junit.runners.ParameterizedParallel
 

S

setDriver(WebDriver) - Static method in class com.github.qacore.testingtoolbox.managers.WebDriverManager
 
setDriverContext(WrapsDriver) - Method in class com.github.qacore.testingtoolbox.patterns.pageobjects.AbstractPageObjects
 
setUrl(String) - Method in class com.github.qacore.testingtoolbox.patterns.pageobjects.AbstractPageObjects
 

T

toString() - Method in class com.github.qacore.testingtoolbox.patterns.pageobjects.AbstractLoginPageObjects
 
toString() - Method in class com.github.qacore.testingtoolbox.patterns.pageobjects.AbstractPageObjects
 

W

WebDriverManager - Class in com.github.qacore.testingtoolbox.managers
Manage WebDriver, one per Thread to support parallel testing.
A C E G I L O P S T W 
Skip navigation links

Copyright © 2017. All rights reserved.