Skip navigation links
A C E F G I J K L M N O P R S T U W 

A

AbstractLoginPageObjects - Class in com.github.qacore.testingtoolbox.selenium.support.pageobjects
Managed login page objects.
AbstractLoginPageObjects(WrapsDriver, String) - Constructor for class com.github.qacore.testingtoolbox.selenium.support.pageobjects.AbstractLoginPageObjects
 
AbstractLoginPageObjects(WebDriver, String) - Constructor for class com.github.qacore.testingtoolbox.selenium.support.pageobjects.AbstractLoginPageObjects
 
AbstractLoginPageObjects(String) - Constructor for class com.github.qacore.testingtoolbox.selenium.support.pageobjects.AbstractLoginPageObjects
 
AbstractPageObjects - Class in com.github.qacore.testingtoolbox.selenium.support.pageobjects
Managed page objects.
AbstractPageObjects(WrapsDriver, String) - Constructor for class com.github.qacore.testingtoolbox.selenium.support.pageobjects.AbstractPageObjects
 
AbstractPageObjects(WebDriver, String) - Constructor for class com.github.qacore.testingtoolbox.selenium.support.pageobjects.AbstractPageObjects
 
AbstractPageObjects(String) - Constructor for class com.github.qacore.testingtoolbox.selenium.support.pageobjects.AbstractPageObjects
 
Acceptance - Interface in com.github.qacore.testingtoolbox.junit.categories
Represents an acceptance test.

C

clear() - Method in class com.github.qacore.testingtoolbox.selenium.html5.JSLocalStorage
 
clear() - Method in class com.github.qacore.testingtoolbox.selenium.html5.JSSessionStorage
 
com.github.qacore.testingtoolbox - package com.github.qacore.testingtoolbox
Provides main classes for the ecosystem.
com.github.qacore.testingtoolbox.annotations - package com.github.qacore.testingtoolbox.annotations
Provides commons annotations.
com.github.qacore.testingtoolbox.configuration - package com.github.qacore.testingtoolbox.configuration
Provides configuration classes for the ecosystem.
com.github.qacore.testingtoolbox.configuration.base - package com.github.qacore.testingtoolbox.configuration.base
Provides base configuration classes for the ecosystem.
com.github.qacore.testingtoolbox.junit - package com.github.qacore.testingtoolbox.junit
Provides JUnit support classes.
com.github.qacore.testingtoolbox.junit.categories - package com.github.qacore.testingtoolbox.junit.categories
Provides commons JUnit categories.
com.github.qacore.testingtoolbox.junit.runners - package com.github.qacore.testingtoolbox.junit.runners
Provides JUnit custom runner classes.
com.github.qacore.testingtoolbox.selenium.html5 - package com.github.qacore.testingtoolbox.selenium.html5
Provides Selenium HTML 5 support classes.
com.github.qacore.testingtoolbox.selenium.parallel - package com.github.qacore.testingtoolbox.selenium.parallel
Provides classes to support the Selenium parallel ecosystem.
com.github.qacore.testingtoolbox.selenium.support.pageobjects - package com.github.qacore.testingtoolbox.selenium.support.pageobjects
Provides classes to support Page Object pattern.
Compatibility - Interface in com.github.qacore.testingtoolbox.junit.categories
Represents a compatibility test.

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
 

F

Fast - Interface in com.github.qacore.testingtoolbox.junit.categories
Represents a fast test.
finished() - Method in class com.github.qacore.testingtoolbox.junit.runners.ParallelScheduler
 
Functional - Interface in com.github.qacore.testingtoolbox.junit.categories
Represents a functional test.

G

getChildStatements() - Method in class com.github.qacore.testingtoolbox.junit.runners.ParallelScheduler
 
getConfiguration() - Static method in class com.github.qacore.testingtoolbox.JavaTestingToolbox
Get the global Java Testing Toolbox configuration.
getDriver() - Static method in class com.github.qacore.testingtoolbox.selenium.parallel.WebDriverManager
 
getDriverContext() - Method in class com.github.qacore.testingtoolbox.selenium.parallel.ManagedWebDriverContext
 
getDriverContext() - Static method in class com.github.qacore.testingtoolbox.selenium.parallel.WebDriverManager
 
getExecutorService() - Static method in class com.github.qacore.testingtoolbox.junit.runners.ParallelScheduler
 
getItem(String) - Method in class com.github.qacore.testingtoolbox.selenium.html5.JSLocalStorage
 
getItem(String) - Method in class com.github.qacore.testingtoolbox.selenium.html5.JSSessionStorage
 
getLocalStorage() - Method in class com.github.qacore.testingtoolbox.selenium.html5.JSWebStorage
 
getParallelTestThreadsPerCore() - Method in interface com.github.qacore.testingtoolbox.configuration.base.IJUnitConfiguration
 
getParallelTestThreadsPerCore() - Method in class com.github.qacore.testingtoolbox.configuration.JUnitConfiguration
 
getSessionStorage() - Method in class com.github.qacore.testingtoolbox.selenium.html5.JSWebStorage
 
getStatus() - Method in class com.github.qacore.testingtoolbox.selenium.html5.JSApplicationCache
 
getTotalTestThreads() - Method in interface com.github.qacore.testingtoolbox.configuration.base.IJUnitConfiguration
Get total test threads.
getUrl() - Method in class com.github.qacore.testingtoolbox.selenium.support.pageobjects.AbstractPageObjects
 
getUrl() - Method in interface com.github.qacore.testingtoolbox.selenium.support.pageobjects.LoginPageObjects
The URL to load.
getUrl() - Method in interface com.github.qacore.testingtoolbox.selenium.support.pageobjects.PageObjects
The URL to load.
getWrappedDriver() - Method in class com.github.qacore.testingtoolbox.selenium.parallel.ManagedWebDriverContext
 
getWrappedDriver() - Method in interface com.github.qacore.testingtoolbox.selenium.support.pageobjects.LoginPageObjects
The driver used on the page.
getWrappedDriver() - Method in interface com.github.qacore.testingtoolbox.selenium.support.pageobjects.PageObjects
The driver used on the page.

I

IJavaTestingToolboxConfiguration - Interface in com.github.qacore.testingtoolbox.configuration.base
This interface indicates that this class contains the Java Testing Toolbox configuration.
IJUnitConfiguration - Interface in com.github.qacore.testingtoolbox.configuration.base
This interface indicates that this class contains the JUnit configuration.
Install - Interface in com.github.qacore.testingtoolbox.junit.categories
Represents an install test.
Integration - Interface in com.github.qacore.testingtoolbox.junit.categories
Represents an integration test.
isLoaded() - Method in interface com.github.qacore.testingtoolbox.selenium.support.pageobjects.PageObjects
Checks if the page is loaded.
isLogged(UserAndPassword) - Method in interface com.github.qacore.testingtoolbox.selenium.support.pageobjects.LoginPageObjects
Indicates if you are logged in.

J

JavaTestingToolbox - Class in com.github.qacore.testingtoolbox
The main class for ecosystem configuration.
JavaTestingToolboxConfiguration - Class in com.github.qacore.testingtoolbox.configuration
This class contains the Java Testing Toolbox configuration.
JavaTestingToolboxConfiguration() - Constructor for class com.github.qacore.testingtoolbox.configuration.JavaTestingToolboxConfiguration
 
JSApplicationCache - Class in com.github.qacore.testingtoolbox.selenium.html5
Represents the application cache status.
JSApplicationCache(WrapsDriver) - Constructor for class com.github.qacore.testingtoolbox.selenium.html5.JSApplicationCache
 
JSApplicationCache(WebDriver) - Constructor for class com.github.qacore.testingtoolbox.selenium.html5.JSApplicationCache
 
JSApplicationCache() - Constructor for class com.github.qacore.testingtoolbox.selenium.html5.JSApplicationCache
 
JSLocalStorage - Class in com.github.qacore.testingtoolbox.selenium.html5
Represents the local storage for the site currently opened in the browser.
JSLocalStorage(WrapsDriver) - Constructor for class com.github.qacore.testingtoolbox.selenium.html5.JSLocalStorage
 
JSLocalStorage(WebDriver) - Constructor for class com.github.qacore.testingtoolbox.selenium.html5.JSLocalStorage
 
JSLocalStorage() - Constructor for class com.github.qacore.testingtoolbox.selenium.html5.JSLocalStorage
 
JSSessionStorage - Class in com.github.qacore.testingtoolbox.selenium.html5
Represents the session storage in the browser for the site currently opened in the browser.
JSSessionStorage(WrapsDriver) - Constructor for class com.github.qacore.testingtoolbox.selenium.html5.JSSessionStorage
 
JSSessionStorage(WebDriver) - Constructor for class com.github.qacore.testingtoolbox.selenium.html5.JSSessionStorage
 
JSSessionStorage() - Constructor for class com.github.qacore.testingtoolbox.selenium.html5.JSSessionStorage
 
JSWebStorage - Class in com.github.qacore.testingtoolbox.selenium.html5
Represents the local storage and session storage.
JSWebStorage(WrapsDriver) - Constructor for class com.github.qacore.testingtoolbox.selenium.html5.JSWebStorage
 
JSWebStorage(WebDriver) - Constructor for class com.github.qacore.testingtoolbox.selenium.html5.JSWebStorage
 
JSWebStorage() - Constructor for class com.github.qacore.testingtoolbox.selenium.html5.JSWebStorage
 
junit() - Method in interface com.github.qacore.testingtoolbox.configuration.base.IJavaTestingToolboxConfiguration
Get the current JUnit configuration.
junit() - Method in class com.github.qacore.testingtoolbox.configuration.JavaTestingToolboxConfiguration
Get the current JUnit configuration.
JUnitConfiguration - Class in com.github.qacore.testingtoolbox.configuration
This class contains the JUnit configuration.
JUnitConfiguration() - Constructor for class com.github.qacore.testingtoolbox.configuration.JUnitConfiguration
 

K

keySet() - Method in class com.github.qacore.testingtoolbox.selenium.html5.JSLocalStorage
 
keySet() - Method in class com.github.qacore.testingtoolbox.selenium.html5.JSSessionStorage
 

L

Load - Interface in com.github.qacore.testingtoolbox.junit.categories
Represents a load test.
loginAs(UserAndPassword) - Method in interface com.github.qacore.testingtoolbox.selenium.support.pageobjects.LoginPageObjects
Performs an authentication on the page.
LoginPageObjects - Interface in com.github.qacore.testingtoolbox.selenium.support.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.selenium.support.pageobjects.LoginPageObjects
Performs a logout on the page.

M

ManagedWebDriverContext - Class in com.github.qacore.testingtoolbox.selenium.parallel
Managed WebDriver parallel context.
ManagedWebDriverContext(WrapsDriver) - Constructor for class com.github.qacore.testingtoolbox.selenium.parallel.ManagedWebDriverContext
 
ManagedWebDriverContext(WebDriver) - Constructor for class com.github.qacore.testingtoolbox.selenium.parallel.ManagedWebDriverContext
 
ManagedWebDriverContext() - Constructor for class com.github.qacore.testingtoolbox.selenium.parallel.ManagedWebDriverContext
 

N

Negative - Interface in com.github.qacore.testingtoolbox.junit.categories
Represents a negative test.

O

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

P

PageObjects - Interface in com.github.qacore.testingtoolbox.selenium.support.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
 
PARALLEL_TEST_THREADS_PER_CORE - Static variable in interface com.github.qacore.testingtoolbox.configuration.base.IJUnitConfiguration
 
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
 
ParallelParameterized - Class in com.github.qacore.testingtoolbox.junit.runners
An extension of the JUnit Parameterized runner, which executes all @Test methods in parallel.
ParallelParameterized(Class<?>) - Constructor for class com.github.qacore.testingtoolbox.junit.runners.ParallelParameterized
 
ParallelScheduler - Class in com.github.qacore.testingtoolbox.junit.runners
Support scheduler for parallel tests.
ParallelScheduler() - Constructor for class com.github.qacore.testingtoolbox.junit.runners.ParallelScheduler
 
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
 
Performance - Interface in com.github.qacore.testingtoolbox.junit.categories
Represents a performance test.
Positive - Interface in com.github.qacore.testingtoolbox.junit.categories
Represents a positive test.

R

Recovery - Interface in com.github.qacore.testingtoolbox.junit.categories
Represents a recovery test.
Regression - Interface in com.github.qacore.testingtoolbox.junit.categories
Represents a regression test.
removeItem(String) - Method in class com.github.qacore.testingtoolbox.selenium.html5.JSLocalStorage
 
removeItem(String) - Method in class com.github.qacore.testingtoolbox.selenium.html5.JSSessionStorage
 

S

Sanity - Interface in com.github.qacore.testingtoolbox.junit.categories
Represents a sanity test.
schedule(Runnable) - Method in class com.github.qacore.testingtoolbox.junit.runners.ParallelScheduler
 
Security - Interface in com.github.qacore.testingtoolbox.junit.categories
Represents a security test.
setChildStatements(List<Callable<Void>>) - Method in class com.github.qacore.testingtoolbox.junit.runners.ParallelScheduler
 
setDriver(WebDriver) - Static method in class com.github.qacore.testingtoolbox.selenium.parallel.WebDriverManager
 
setDriverContext(WrapsDriver) - Method in class com.github.qacore.testingtoolbox.selenium.parallel.ManagedWebDriverContext
 
setItem(String, String) - Method in class com.github.qacore.testingtoolbox.selenium.html5.JSLocalStorage
 
setItem(String, String) - Method in class com.github.qacore.testingtoolbox.selenium.html5.JSSessionStorage
 
setParallelTestThreadsPerCore(double) - Method in class com.github.qacore.testingtoolbox.configuration.JUnitConfiguration
 
setUrl(String) - Method in class com.github.qacore.testingtoolbox.selenium.support.pageobjects.AbstractPageObjects
 
size() - Method in class com.github.qacore.testingtoolbox.selenium.html5.JSLocalStorage
 
size() - Method in class com.github.qacore.testingtoolbox.selenium.html5.JSSessionStorage
 
Slow - Interface in com.github.qacore.testingtoolbox.junit.categories
Represents a slow test.
Smoke - Interface in com.github.qacore.testingtoolbox.junit.categories
Represents a smoke test.
Stress - Interface in com.github.qacore.testingtoolbox.junit.categories
Represents a stress test.

T

Tag - Annotation Type in com.github.qacore.testingtoolbox.annotations
Marks a class or method as belonging to one tag or more tags.
toString() - Method in class com.github.qacore.testingtoolbox.configuration.JUnitConfiguration
 
toString() - Method in class com.github.qacore.testingtoolbox.selenium.parallel.ManagedWebDriverContext
 
toString() - Method in class com.github.qacore.testingtoolbox.selenium.support.pageobjects.AbstractLoginPageObjects
 
toString() - Method in class com.github.qacore.testingtoolbox.selenium.support.pageobjects.AbstractPageObjects
 

U

Uninstall - Interface in com.github.qacore.testingtoolbox.junit.categories
Represents an uninstall test.
Unit - Interface in com.github.qacore.testingtoolbox.junit.categories
Represents an unit test.
Usability - Interface in com.github.qacore.testingtoolbox.junit.categories
Represents an usability test.

W

WebDriverManager - Class in com.github.qacore.testingtoolbox.selenium.parallel
Manage WebDriver, one per Thread to support parallel testing.
A C E F G I J K L M N O P R S T U W 
Skip navigation links

Copyright © 2017. All rights reserved.