Skip navigation links
A C D E F G I N P R S V 

A

action - Variable in class com.hpe.caf.worker.document.DocumentWorkerFieldChangesExpectation
 
additionalData - Variable in class com.hpe.caf.worker.document.DocumentWorkerFieldValueExpectation
 

C

canValidate(String, Object, Object) - Method in class com.hpe.caf.worker.document.DocumentWorkerFieldChangesValidator
 
canValidate(String, Object, Object) - Method in class com.hpe.caf.worker.document.DocumentWorkerFieldValueValidator
 
com.hpe.caf.worker.document - package com.hpe.caf.worker.document
 
content - Variable in class com.hpe.caf.worker.document.DocumentWorkerFieldValueExpectation
 
createTask(TestItem<DocumentWorkerTestInput, DocumentWorkerTestExpectation>) - Method in class com.hpe.caf.worker.document.DocumentWorkerTaskFactory
 

D

data - Variable in class com.hpe.caf.worker.document.DocumentWorkerFieldValueExpectation
 
DocumentWorkerFieldChangesExpectation - Class in com.hpe.caf.worker.document
 
DocumentWorkerFieldChangesExpectation() - Constructor for class com.hpe.caf.worker.document.DocumentWorkerFieldChangesExpectation
 
DocumentWorkerFieldChangesValidator - Class in com.hpe.caf.worker.document
 
DocumentWorkerFieldChangesValidator(DocumentWorkerFieldValueValidator) - Constructor for class com.hpe.caf.worker.document.DocumentWorkerFieldChangesValidator
 
DocumentWorkerFieldValueExpectation - Class in com.hpe.caf.worker.document
 
DocumentWorkerFieldValueExpectation() - Constructor for class com.hpe.caf.worker.document.DocumentWorkerFieldValueExpectation
 
DocumentWorkerFieldValueValidator - Class in com.hpe.caf.worker.document
A property validator that validates individual DocumentWorkerFieldValue instances.
DocumentWorkerFieldValueValidator(DataStore, TestConfiguration, Codec, String...) - Constructor for class com.hpe.caf.worker.document.DocumentWorkerFieldValueValidator
Constructs a validator that validates DocumentWorkerFieldValue instances of specific named fields
DocumentWorkerResultExpectation - Class in com.hpe.caf.worker.document
 
DocumentWorkerResultExpectation() - Constructor for class com.hpe.caf.worker.document.DocumentWorkerResultExpectation
 
DocumentWorkerResultPreparationProvider - Class in com.hpe.caf.worker.document
Result preparation provider for preparing test items.
DocumentWorkerResultPreparationProvider(TestConfiguration<DocumentWorkerTask, DocumentWorkerResult, DocumentWorkerTestInput, DocumentWorkerTestExpectation>) - Constructor for class com.hpe.caf.worker.document.DocumentWorkerResultPreparationProvider
 
DocumentWorkerResultValidationProcessor<TTestInput> - Class in com.hpe.caf.worker.document
Processor for validation of the worker result, compares with the expected result in the test item.
DocumentWorkerResultValidationProcessor(TestConfiguration<DocumentWorkerTask, DocumentWorkerResult, TTestInput, DocumentWorkerTestExpectation>, WorkerServices) - Constructor for class com.hpe.caf.worker.document.DocumentWorkerResultValidationProcessor
 
DocumentWorkerSaveResultProcessor<TTestInput> - Class in com.hpe.caf.worker.document
 
DocumentWorkerSaveResultProcessor(TestConfiguration<DocumentWorkerTask, DocumentWorkerResult, TTestInput, DocumentWorkerTestExpectation>, WorkerServices) - Constructor for class com.hpe.caf.worker.document.DocumentWorkerSaveResultProcessor
 
DocumentWorkerTaskFactory - Class in com.hpe.caf.worker.document
Task factory for creating tasks from test item.
DocumentWorkerTaskFactory() - Constructor for class com.hpe.caf.worker.document.DocumentWorkerTaskFactory
 
DocumentWorkerTestControllerProvider - Class in com.hpe.caf.worker.document
Class providing task factory, validation processor, save result processor, result preparation provider for running integration tests.
DocumentWorkerTestControllerProvider() - Constructor for class com.hpe.caf.worker.document.DocumentWorkerTestControllerProvider
 
DocumentWorkerTestExpectation - Class in com.hpe.caf.worker.document
DocumentExampleWorkerTestExpectation forms a component of the test item, and contains the expected DocumentWorkerResultExpectation, used to compare with the actual worker result.
DocumentWorkerTestExpectation() - Constructor for class com.hpe.caf.worker.document.DocumentWorkerTestExpectation
 
DocumentWorkerTestInput - Class in com.hpe.caf.worker.document
DocumentExampleWorkerTestInput is a component of test item, and contains a worker task used to provide test work to a worker.
DocumentWorkerTestInput() - Constructor for class com.hpe.caf.worker.document.DocumentWorkerTestInput
 

E

encoding - Variable in class com.hpe.caf.worker.document.DocumentWorkerFieldValueExpectation
 
equal(DocumentWorkerFieldValue, DocumentWorkerFieldValueExpectation) - Method in class com.hpe.caf.worker.document.DocumentWorkerFieldValueValidator
Compares a DocumentWorkerFieldValue with an expected value and indicates if they can be considered equal.

F

failures - Variable in class com.hpe.caf.worker.document.DocumentWorkerResultExpectation
 
fieldChanges - Variable in class com.hpe.caf.worker.document.DocumentWorkerResultExpectation
 

G

getApiVersion() - Method in class com.hpe.caf.worker.document.DocumentWorkerTaskFactory
 
getBytes(DocumentWorkerFieldValue) - Method in class com.hpe.caf.worker.document.DocumentWorkerFieldValueValidator
Returns byte array representation of data on provided value.
getDataPreparationItemProvider(TestConfiguration<DocumentWorkerTask, DocumentWorkerResult, DocumentWorkerTestInput, DocumentWorkerTestExpectation>) - Method in class com.hpe.caf.worker.document.DocumentWorkerTestControllerProvider
Return a result preparation provider for preparing test items from YAML files.
getDataPreparationResultProcessor(TestConfiguration<DocumentWorkerTask, DocumentWorkerResult, DocumentWorkerTestInput, DocumentWorkerTestExpectation>, WorkerServices) - Method in class com.hpe.caf.worker.document.DocumentWorkerTestControllerProvider
Return a save result processor for generating .testcase and result.content files found in test-data > input folder.
getExpectationMap(TestItem<TTestInput, DocumentWorkerTestExpectation>, TaskMessage, DocumentWorkerResult) - Method in class com.hpe.caf.worker.document.DocumentWorkerResultValidationProcessor
 
getItems() - Method in class com.hpe.caf.worker.document.DocumentWorkerResultPreparationProvider
 
getOutputContent(DocumentWorkerResult, TaskMessage, TestItem<TTestInput, DocumentWorkerTestExpectation>) - Method in class com.hpe.caf.worker.document.DocumentWorkerSaveResultProcessor
 
getReferencedData(DocumentWorkerFieldValue) - Method in class com.hpe.caf.worker.document.DocumentWorkerFieldValueValidator
Retrieves ReferencedData object for data on provided DocumentWorkerFieldValue.
getRelativeLocation(Path) - Method in class com.hpe.caf.worker.document.DocumentWorkerSaveResultProcessor
 
getResult() - Method in class com.hpe.caf.worker.document.DocumentWorkerTestExpectation
 
getTask() - Method in class com.hpe.caf.worker.document.DocumentWorkerTestInput
 
getTaskFactory(TestConfiguration<DocumentWorkerTask, DocumentWorkerResult, DocumentWorkerTestInput, DocumentWorkerTestExpectation>) - Method in class com.hpe.caf.worker.document.DocumentWorkerTestControllerProvider
Return a task factory for creating tasks.
getTestResultProcessor(TestConfiguration<DocumentWorkerTask, DocumentWorkerResult, DocumentWorkerTestInput, DocumentWorkerTestExpectation>, WorkerServices) - Method in class com.hpe.caf.worker.document.DocumentWorkerTestControllerProvider
Return a result validation processor for validating the worker result is the same as the expected result in the test item.
getValidatedObject(TestItem<TTestInput, DocumentWorkerTestExpectation>, TaskMessage, DocumentWorkerResult) - Method in class com.hpe.caf.worker.document.DocumentWorkerResultValidationProcessor
 
getWorkerName() - Method in class com.hpe.caf.worker.document.DocumentWorkerTaskFactory
 

I

isCompleted(TestItem<TTestInput, DocumentWorkerTestExpectation>, TaskMessage, DocumentWorkerResult) - Method in class com.hpe.caf.worker.document.DocumentWorkerResultValidationProcessor
 
isValid(Object, Object) - Method in class com.hpe.caf.worker.document.DocumentWorkerFieldChangesValidator
 
isValid(Object, Object) - Method in class com.hpe.caf.worker.document.DocumentWorkerFieldValueValidator
 

N

nullToEmpty(String) - Static method in class com.hpe.caf.worker.document.DocumentWorkerFieldValueValidator
Returns an empty String if str is null otherwise returns str.
nullToUtf8(DocumentWorkerFieldEncoding) - Static method in class com.hpe.caf.worker.document.DocumentWorkerFieldValueValidator
Returns encoding as utf8 if encoding provided is null otherwise returns encoding.

P

processWorkerResult(TestItem<TTestInput, DocumentWorkerTestExpectation>, TaskMessage, DocumentWorkerResult) - Method in class com.hpe.caf.worker.document.DocumentWorkerResultValidationProcessor
 

R

referencedDataValidator - Variable in class com.hpe.caf.worker.document.DocumentWorkerFieldValueValidator
 

S

saveContentFile(TestItem<TTestInput, DocumentWorkerTestExpectation>, String, String, InputStream) - Method in class com.hpe.caf.worker.document.DocumentWorkerSaveResultProcessor
 
setResult(DocumentWorkerResultExpectation) - Method in class com.hpe.caf.worker.document.DocumentWorkerTestExpectation
 
setTask(DocumentWorkerTask) - Method in class com.hpe.caf.worker.document.DocumentWorkerTestInput
 
simpleValueValidator - Variable in class com.hpe.caf.worker.document.DocumentWorkerFieldValueValidator
 

V

values - Variable in class com.hpe.caf.worker.document.DocumentWorkerFieldChangesExpectation
 
A C D E F G I N P R S V 
Skip navigation links

Copyright © 2016–2021 EntIT Software LLC, a Micro Focus company. All rights reserved.