Skip navigation links
C E G H I J M S T V 

C

Client - Class in io.sightly.tck.http
Basic wrapper on top of the Apache HTTP Client.
Client() - Constructor for class io.sightly.tck.http.Client
Creates a basic HTTP client.
Client(String, String) - Constructor for class io.sightly.tck.http.Client
Creates a basic HTTP client capable of authenticating using Basic authentication.
ClientException - Exception in io.sightly.tck.http
RuntimeException thrown by the Client whenever an error state is encountered.
ClientException(String) - Constructor for exception io.sightly.tck.http.ClientException
 
ClientException(String, Throwable) - Constructor for exception io.sightly.tck.http.ClientException
 
CONNECTION_TIMEOUT - Static variable in class io.sightly.tck.http.Client
 
Constants - Class in io.sightly.tck
Defines the constants used throughout the TCK code.
Constants() - Constructor for class io.sightly.tck.Constants
 
contains(String, String, String, String) - Static method in class io.sightly.tck.html.HTMLExtractor
Checks if any of the elements from the markup identified by the selector contain the text from value.

E

ElementNotFoundException - Exception in io.sightly.tck.html
This exception is thrown when the HTMLExtractor expects to find a certain element or set of elements.
ElementNotFoundException(String) - Constructor for exception io.sightly.tck.html.ElementNotFoundException
Creates an ElementNotFoundException.
exists(String, String, String) - Static method in class io.sightly.tck.html.HTMLExtractor
Checks if the selector identifies an element from the markup.

G

getStringContent(String, int) - Method in class io.sightly.tck.http.Client
Retrieves the content available at url as a String.
getTestDefinitions() - Method in enum io.sightly.tck.TCK
Reads the embedded test definition files and provides a list of JSONObject.
getTests(JSONObject) - Static method in class io.sightly.tck.tests.TestBuilder
Creates a JUnit tests from a JSON test description.

H

hasAttribute(String, String, String, String) - Static method in class io.sightly.tck.html.HTMLExtractor
Checks if any of the elements matched by the selector contain the attribute attributeName.
hasAttributeValue(String, String, String, String, String) - Static method in class io.sightly.tck.html.HTMLExtractor
Checks if any of the elements matched by the selector contain the attribute attributeName with value attributeValue.
hasChildren(String, String, String, int) - Static method in class io.sightly.tck.html.HTMLExtractor
Checks if the first element matched by the selector has children and if their number is equal to howMany.
hasClosingTag(String, String, String) - Static method in class io.sightly.tck.html.HTMLExtractor
 
HTMLExtractor - Class in io.sightly.tck.html
 

I

innerHTML(String, String, String) - Static method in class io.sightly.tck.html.HTMLExtractor
Retrieves the content of the matched elements, without their own markup tags, identified by the selector from the given markup.
io.sightly.tck - package io.sightly.tck
 
io.sightly.tck.html - package io.sightly.tck.html
 
io.sightly.tck.http - package io.sightly.tck.http
 
io.sightly.tck.tests - package io.sightly.tck.tests
 

J

JSON_CASE_ATTRIBUTE - Static variable in class io.sightly.tck.tests.TestBuilder
 
JSON_CASE_POSITIVE - Static variable in class io.sightly.tck.tests.TestBuilder
 
JSON_CASE_SELECTOR - Static variable in class io.sightly.tck.tests.TestBuilder
 
JSON_CASE_VALUE - Static variable in class io.sightly.tck.tests.TestBuilder
 
JSON_EXPECTED_MARKUP - Static variable in class io.sightly.tck.tests.TestBuilder
 
JSON_EXPECTED_STATUS_CODE - Static variable in class io.sightly.tck.tests.TestBuilder
 
JSON_GROUP_CASES - Static variable in class io.sightly.tck.tests.TestBuilder
 
JSON_GROUP_NAME - Static variable in class io.sightly.tck.tests.TestBuilder
 
JSON_GROUPS - Static variable in class io.sightly.tck.tests.TestBuilder
 
JSON_METHOD - Static variable in class io.sightly.tck.tests.TestBuilder
 
JSON_SUITE - Static variable in class io.sightly.tck.tests.TestBuilder
 
JSON_URL - Static variable in class io.sightly.tck.tests.TestBuilder
 

M

main(String[]) - Static method in enum io.sightly.tck.TCK
 

S

SO_TIMEOUT - Static variable in class io.sightly.tck.http.Client
 
suite() - Static method in class io.sightly.tck.TestsRunner
Creates the test suite.
SYS_PROP_PASS - Static variable in class io.sightly.tck.Constants
System property for retrieving the password used for HTTP Basic Auth when running the TCK.
SYS_PROP_SERVER_URL - Static variable in class io.sightly.tck.Constants
System property for retrieving the URL used for running the TCK.
SYS_PROP_USER - Static variable in class io.sightly.tck.Constants
System property for retrieving the username used for HTTP Basic Auth when running the TCK.

T

TCK - Enum in io.sightly.tck
The TCK singleton is the main entry point for standalone TCK execution.
TestBuilder - Class in io.sightly.tck.tests
The TestBuilder is responsible for creating JUnit tests from JSON test descriptions.
TestBuilder() - Constructor for class io.sightly.tck.tests.TestBuilder
 
TestsRunner - Class in io.sightly.tck
 
TestsRunner() - Constructor for class io.sightly.tck.TestsRunner
 

V

valueOf(String) - Static method in enum io.sightly.tck.TCK
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.sightly.tck.TCK
Returns an array containing the constants of this enum type, in the order they are declared.
C E G H I J M S T V 
Skip navigation links

Copyright © 2020. All rights reserved.