Index

A B C D E F G H I L M N O P R S T U V W Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

addClassReport(TestCaseReport.ClassReport) - Method in class io.github.imagineDevit.giwt.core.report.TestCaseReport
 
addDescriptionItem(TestCaseReport.TestReport.DescriptionItem) - Method in class io.github.imagineDevit.giwt.core.report.TestCaseReport.TestReport
 
addTestReport(TestCaseReport.TestReport) - Method in class io.github.imagineDevit.giwt.core.report.TestCaseReport.ClassReport
 
addTrace(String) - Method in class io.github.imagineDevit.giwt.core.report.TestCaseReport.TestReport
 
AFTER_ALL - Static variable in class io.github.imagineDevit.giwt.core.callbacks.Callback.Methods
 
AFTER_EACH - Static variable in class io.github.imagineDevit.giwt.core.callbacks.Callback.Methods
 
afterAll() - Method in interface io.github.imagineDevit.giwt.core.callbacks.AfterAllCallback
 
AfterAll - Annotation Interface in io.github.imagineDevit.giwt.core.annotations
Annotation used to specify methods that should be executed after all test methods in a test class.
afterAllCallback() - Method in record class io.github.imagineDevit.giwt.core.callbacks.GiwtCallbacks
Returns the value of the afterAllCallback record component.
AfterAllCallback - Interface in io.github.imagineDevit.giwt.core.callbacks
An interface that represents a callback method to be executed after all tests have run.
afterEach() - Method in interface io.github.imagineDevit.giwt.core.callbacks.AfterEachCallback
 
AfterEach - Annotation Interface in io.github.imagineDevit.giwt.core.annotations
Represents an annotation used to annotate methods that should be executed after each test method in a test class.
afterEachCallback() - Method in record class io.github.imagineDevit.giwt.core.callbacks.GiwtCallbacks
Returns the value of the afterEachCallback record component.
AfterEachCallback - Interface in io.github.imagineDevit.giwt.core.callbacks
Represents a callback function to be executed after each test.
AGivenStmt<T,R,STATE extends ATestCaseState<T>,RESULT extends ATestCaseResult<R>,TC extends ATestCase<T,R,STATE,RESULT>> - Class in io.github.imagineDevit.giwt.core
 
AGivenStmt(TC) - Constructor for class io.github.imagineDevit.giwt.core.AGivenStmt
 
and(String) - Static method in record class io.github.imagineDevit.giwt.core.report.TestCaseReport.TestReport.DescriptionItem
 
and(String) - Static method in record class io.github.imagineDevit.giwt.core.statements.StmtMsg
 
and(String, GivenFFn<T, STATE>) - Method in class io.github.imagineDevit.giwt.core.AGivenStmt
 
and(String, ThenFn<R, RESULT>) - Method in class io.github.imagineDevit.giwt.core.AThenStmt
 
andGiven(String, GivenFFn<T, STATE>) - Method in class io.github.imagineDevit.giwt.core.ATestCase
Adds another Given statement to the current test case with the provided message and function.
andGivenFns - Variable in class io.github.imagineDevit.giwt.core.ATestCase
 
andThen(String, ThenFn<R, RESULT>) - Method in class io.github.imagineDevit.giwt.core.ATestCase
Adds a then statement to the current test case with the provided message and a consumer function.
appendTestInClass(Class<?>, EngineDescriptor) - Static method in class io.github.imagineDevit.giwt.core.utils.SelectorUtils
 
appendTestInMethod(Method, EngineDescriptor) - Static method in class io.github.imagineDevit.giwt.core.utils.SelectorUtils
 
appendTestInPackage(String, EngineDescriptor) - Static method in class io.github.imagineDevit.giwt.core.utils.SelectorUtils
 
appendTestInRoot(ClasspathRootSelector, EngineDescriptor) - Static method in class io.github.imagineDevit.giwt.core.utils.SelectorUtils
 
asComparableOrThrow(T, Supplier<E>) - Static method in class io.github.imagineDevit.giwt.core.utils.Utils
 
ATestCase<T,R,STATE extends ATestCaseState<T>,RESULT extends ATestCaseResult<R>> - Class in io.github.imagineDevit.giwt.core
Test case abstract class.
ATestCase(String, TestCaseReport.TestReport, TestParameters.Parameter) - Constructor for class io.github.imagineDevit.giwt.core.ATestCase
Constructor
ATestCase.Result - Enum Class in io.github.imagineDevit.giwt.core
Test case result that can be either success or failure
ATestCaseResult<T> - Class in io.github.imagineDevit.giwt.core
 
ATestCaseResult(Exception) - Constructor for class io.github.imagineDevit.giwt.core.ATestCaseResult
 
ATestCaseResult(T) - Constructor for class io.github.imagineDevit.giwt.core.ATestCaseResult
 
ATestCaseResult.ResultValue - Class in io.github.imagineDevit.giwt.core
 
ATestCaseResult.ResultValue.Err<E extends Exception> - Class in io.github.imagineDevit.giwt.core
 
ATestCaseResult.ResultValue.Ok<T> - Class in io.github.imagineDevit.giwt.core
 
ATestCaseState<T> - Class in io.github.imagineDevit.giwt.core
 
ATestCaseState(T) - Constructor for class io.github.imagineDevit.giwt.core.ATestCaseState
 
AThenStmt<T,R,STATE extends ATestCaseState<T>,RESULT extends ATestCaseResult<R>,TC extends ATestCase<T,R,STATE,RESULT>> - Class in io.github.imagineDevit.giwt.core
 
AThenStmt(TC) - Constructor for class io.github.imagineDevit.giwt.core.AThenStmt
 
AWhenStmt<T,R,STATE extends ATestCaseState<T>,RESULT extends ATestCaseResult<R>,TC extends ATestCase<T,R,STATE,RESULT>> - Class in io.github.imagineDevit.giwt.core
 
AWhenStmt(TC) - Constructor for class io.github.imagineDevit.giwt.core.AWhenStmt
 

B

BEFORE_ALL - Static variable in class io.github.imagineDevit.giwt.core.callbacks.Callback.Methods
 
BEFORE_EACH - Static variable in class io.github.imagineDevit.giwt.core.callbacks.Callback.Methods
 
beforeAll() - Method in interface io.github.imagineDevit.giwt.core.callbacks.BeforeAllCallback
 
BeforeAll - Annotation Interface in io.github.imagineDevit.giwt.core.annotations
The BeforeAll annotation is used to mark a method that will be executed once before all test methods in a test class.
beforeAllCallback() - Method in record class io.github.imagineDevit.giwt.core.callbacks.GiwtCallbacks
Returns the value of the beforeAllCallback record component.
BeforeAllCallback - Interface in io.github.imagineDevit.giwt.core.callbacks
A functional interface that represents a callback to be executed before all test cases in a test suite.
beforeEach() - Method in interface io.github.imagineDevit.giwt.core.callbacks.BeforeEachCallback
 
BeforeEach - Annotation Interface in io.github.imagineDevit.giwt.core.annotations
An annotation used to mark methods that should be executed before each test case in a testing framework.
beforeEachCallback() - Method in record class io.github.imagineDevit.giwt.core.callbacks.GiwtCallbacks
Returns the value of the beforeEachCallback record component.
BeforeEachCallback - Interface in io.github.imagineDevit.giwt.core.callbacks
This functional interface represents a callback that is executed before each test method
bg(String) - Static method in class io.github.imagineDevit.giwt.core.utils.TextUtils
 
blue(String) - Static method in class io.github.imagineDevit.giwt.core.utils.TextUtils
 
bold(String) - Static method in class io.github.imagineDevit.giwt.core.utils.TextUtils
 

C

Callback - Interface in io.github.imagineDevit.giwt.core.callbacks
Callback interface
Callback.Methods - Class in io.github.imagineDevit.giwt.core.callbacks
 
checkTestCaseArgPresent(Class<?>) - Static method in class io.github.imagineDevit.giwt.core.utils.Utils
 
checkTestCaseArgPresent(Method) - Static method in class io.github.imagineDevit.giwt.core.utils.Utils
 
checkTestNamesDuplication(Class<?>) - Static method in class io.github.imagineDevit.giwt.core.utils.Utils
 
CLASS_NAME - Static variable in class io.github.imagineDevit.giwt.core.annotations.processors.Constants
 
CLASSPATH - Static variable in class io.github.imagineDevit.giwt.core.annotations.processors.Constants
 
CLASSPATH_RESOURCE_LOADER_CLASS - Static variable in class io.github.imagineDevit.giwt.core.annotations.processors.Constants
 
ClassReport(String) - Constructor for class io.github.imagineDevit.giwt.core.report.TestCaseReport.ClassReport
 
CloseableCase - Class in io.github.imagineDevit.giwt.core
Closeable case
CloseableCase() - Constructor for class io.github.imagineDevit.giwt.core.CloseableCase
 
ConfigureWith - Annotation Interface in io.github.imagineDevit.giwt.core.annotations
Annotation that specifies the test configuration class for a particular class.
Constants - Class in io.github.imagineDevit.giwt.core.annotations.processors
Constants properties
Constants() - Constructor for class io.github.imagineDevit.giwt.core.annotations.processors.Constants
 
consumeValue(Consumer<T>) - Method in class io.github.imagineDevit.giwt.core.ATestCaseState
 
createTestCase(String, TestCaseReport.TestReport, TestParameters.Parameter) - Method in class io.github.imagineDevit.giwt.core.GiwtTestExecutor
 

D

DASH - Static variable in class io.github.imagineDevit.giwt.core.utils.Utils
 
DescriptionItem(String, String) - Constructor for record class io.github.imagineDevit.giwt.core.report.TestCaseReport.TestReport.DescriptionItem
Creates an instance of a DescriptionItem record class.
discover(EngineDiscoveryRequest, UniqueId) - Method in class io.github.imagineDevit.giwt.core.GiwtTestEngine
 
DuplicateTestNameException - Exception in io.github.imagineDevit.giwt.core.errors
Exception thrown when a duplicated test names are found
DuplicateTestNameException(List<String>) - Constructor for exception io.github.imagineDevit.giwt.core.errors.DuplicateTestNameException
 

E

ENGINE_ID - Static variable in class io.github.imagineDevit.giwt.core.GiwtTestEngine
 
equals(Object) - Method in record class io.github.imagineDevit.giwt.core.annotations.processors.MethodProcessingData
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.github.imagineDevit.giwt.core.callbacks.GiwtCallbacks
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.github.imagineDevit.giwt.core.report.TestCaseReport.TestReport.DescriptionItem
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.github.imagineDevit.giwt.core.statements.StmtMsg
Indicates whether some other object is "equal to" this one.
err() - Method in class io.github.imagineDevit.giwt.core.ATestCaseResult.ResultValue
 
Err(E) - Constructor for class io.github.imagineDevit.giwt.core.ATestCaseResult.ResultValue.Err
 
error() - Method in class io.github.imagineDevit.giwt.core.utils.Matchers.MatchCase
 
excludeFromReport() - Method in interface io.github.imagineDevit.giwt.core.TestConfiguration
 
execute(Consumer<GiwtClassTestDescriptor>) - Method in class io.github.imagineDevit.giwt.core.descriptors.GiwtClassTestDescriptor
 
execute(Consumer<GiwtMethodTestDescriptor>, boolean) - Method in class io.github.imagineDevit.giwt.core.descriptors.GiwtMethodTestDescriptor
 
execute(ExecutionRequest) - Method in class io.github.imagineDevit.giwt.core.GiwtTestEngine
 
execute(ExecutionRequest, TestDescriptor) - Method in class io.github.imagineDevit.giwt.core.GiwtTestExecutor
 
ExtendWith - Annotation Interface in io.github.imagineDevit.giwt.core.annotations
Annotation that specifies the extensions classes for a particular class.

F

failure(String) - Static method in class io.github.imagineDevit.giwt.core.utils.Matchers.Result
 
Failure(String) - Constructor for class io.github.imagineDevit.giwt.core.utils.Matchers.Result.Failure
 
FAILURE - Enum constant in enum class io.github.imagineDevit.giwt.core.ATestCase.Result
 
FAILURE - Enum constant in enum class io.github.imagineDevit.giwt.core.report.TestCaseReport.TestReport.Status
 
formatName(String) - Method in class io.github.imagineDevit.giwt.core.TestParameters.Parameter
 
from(ExecutableElement) - Static method in record class io.github.imagineDevit.giwt.core.annotations.processors.MethodProcessingData
 

G

GENERATE_REPORT - Static variable in class io.github.imagineDevit.giwt.core.utils.MvnArgs
 
GENERATED_CLASS_NAME - Static variable in class io.github.imagineDevit.giwt.core.annotations.processors.Constants
 
get() - Method in class io.github.imagineDevit.giwt.core.ATestCaseResult.ResultValue
 
getAfterAllMethods(Object) - Static method in class io.github.imagineDevit.giwt.core.utils.Utils
 
getAfterEachMethods(Object) - Static method in class io.github.imagineDevit.giwt.core.utils.Utils
 
getBeforeAllMethods(Object) - Static method in class io.github.imagineDevit.giwt.core.utils.Utils
 
getBeforeEachMethods(Object) - Static method in class io.github.imagineDevit.giwt.core.utils.Utils
 
getClassReport(String) - Method in class io.github.imagineDevit.giwt.core.report.TestCaseReport
 
getClassReports() - Method in class io.github.imagineDevit.giwt.core.report.TestCaseReport
 
getConfiguration(Method) - Static method in class io.github.imagineDevit.giwt.core.utils.Utils
 
getError() - Method in class io.github.imagineDevit.giwt.core.ATestCaseResult.ResultValue.Err
 
getFailureCount() - Method in class io.github.imagineDevit.giwt.core.report.TestCaseReport.ClassReport
 
getId() - Method in class io.github.imagineDevit.giwt.core.GiwtTestEngine
 
getMessage() - Method in class io.github.imagineDevit.giwt.core.utils.Matchers.Result.Failure
 
getName() - Method in class io.github.imagineDevit.giwt.core.ATestCase
Returns the name of the test case with its relevant parameters formatted.
getName() - Method in class io.github.imagineDevit.giwt.core.report.TestCaseReport.ClassReport
 
getName() - Method in class io.github.imagineDevit.giwt.core.report.TestCaseReport.TestReport
 
getParameters() - Method in class io.github.imagineDevit.giwt.core.TestParameters
 
getParameters(Method, TestConfiguration) - Static method in class io.github.imagineDevit.giwt.core.utils.Utils
 
getParameters(String) - Method in interface io.github.imagineDevit.giwt.core.TestConfiguration
 
getParametersFromConfiguration(TestConfiguration, String) - Static method in class io.github.imagineDevit.giwt.core.utils.Utils
 
getParametersFromMethod(Method, String) - Static method in class io.github.imagineDevit.giwt.core.utils.Utils
 
getParams() - Method in class io.github.imagineDevit.giwt.core.descriptors.GiwtMethodTestDescriptor
 
getSkippedCount() - Method in class io.github.imagineDevit.giwt.core.report.TestCaseReport.ClassReport
 
getStatus() - Method in class io.github.imagineDevit.giwt.core.report.TestCaseReport.TestReport
 
getSuccessCount() - Method in class io.github.imagineDevit.giwt.core.report.TestCaseReport.ClassReport
 
getSuccessRate() - Method in class io.github.imagineDevit.giwt.core.report.TestCaseReport.ClassReport
 
getTestCase(TestCaseReport.TestReport, TriFunction<String, TestCaseReport.TestReport, TestParameters.Parameter, TC>, Function<TC, String>) - Method in class io.github.imagineDevit.giwt.core.descriptors.GiwtMethodTestDescriptor
 
getTestClass() - Method in class io.github.imagineDevit.giwt.core.descriptors.GiwtClassTestDescriptor
 
getTestInstance() - Method in class io.github.imagineDevit.giwt.core.descriptors.GiwtMethodTestDescriptor
 
getTestMethod() - Method in class io.github.imagineDevit.giwt.core.descriptors.GiwtMethodTestDescriptor
 
getTestName(String, Method) - Static method in class io.github.imagineDevit.giwt.core.utils.Utils
 
getType() - Method in class io.github.imagineDevit.giwt.core.descriptors.GiwtClassTestDescriptor
 
getType() - Method in class io.github.imagineDevit.giwt.core.descriptors.GiwtMethodTestDescriptor
 
getType() - Method in class io.github.imagineDevit.giwt.core.descriptors.GiwtParameterizedMethodTestDescriptor
 
getValue() - Method in class io.github.imagineDevit.giwt.core.ATestCaseResult.ResultValue.Ok
 
getValue() - Method in class io.github.imagineDevit.giwt.core.utils.Matchers.Result.Success
 
given(String) - Static method in record class io.github.imagineDevit.giwt.core.report.TestCaseReport.TestReport.DescriptionItem
 
given(String) - Static method in record class io.github.imagineDevit.giwt.core.statements.StmtMsg
 
given(String, GivenRFn) - Method in class io.github.imagineDevit.giwt.core.ATestCase
Creates a new Given statement with the provided message and (runnable) function.
given(String, GivenSFn<T>) - Method in class io.github.imagineDevit.giwt.core.ATestCase
Creates a new Given statement with the provided message and (supplier) function.
given(String, T) - Method in class io.github.imagineDevit.giwt.core.ATestCase
 
GivenFFn<T,TCS extends ATestCaseState<T>> - Interface in io.github.imagineDevit.giwt.core.statements.functions
 
givenFn - Variable in class io.github.imagineDevit.giwt.core.ATestCase
 
givenMsgs - Variable in class io.github.imagineDevit.giwt.core.ATestCase
 
givenRFn - Variable in class io.github.imagineDevit.giwt.core.ATestCase
 
GivenRFn - Interface in io.github.imagineDevit.giwt.core.statements.functions
 
GivenSFn<T> - Interface in io.github.imagineDevit.giwt.core.statements.functions
 
GiwtCallbacks - Record Class in io.github.imagineDevit.giwt.core.callbacks
A class that aggregates all callbacks present in a test class.
GiwtCallbacks(BeforeAllCallback, AfterAllCallback, BeforeEachCallback, AfterEachCallback) - Constructor for record class io.github.imagineDevit.giwt.core.callbacks.GiwtCallbacks
Creates an instance of a GiwtCallbacks record class.
GiwtClassTestDescriptor - Class in io.github.imagineDevit.giwt.core.descriptors
A descriptor for a giwt test class
GiwtClassTestDescriptor(Class<?>, UniqueId) - Constructor for class io.github.imagineDevit.giwt.core.descriptors.GiwtClassTestDescriptor
 
GiwtError - Exception in io.github.imagineDevit.giwt.core.errors
Giwt error abstract class
GiwtError(String) - Constructor for exception io.github.imagineDevit.giwt.core.errors.GiwtError
 
GiwtMethodTestDescriptor - Class in io.github.imagineDevit.giwt.core.descriptors
A descriptor for a giwt test method
GiwtMethodTestDescriptor(String, Method, Object, UniqueId, TestParameters.Parameter, GiwtCallbacks) - Constructor for class io.github.imagineDevit.giwt.core.descriptors.GiwtMethodTestDescriptor
 
GiwtParameterizedMethodTestDescriptor - Class in io.github.imagineDevit.giwt.core.descriptors
A descriptor for a giwt parameterized test method
GiwtParameterizedMethodTestDescriptor(Method, List<? extends TestParameters.Parameter>, Object, UniqueId, GiwtCallbacks, TestConfiguration) - Constructor for class io.github.imagineDevit.giwt.core.descriptors.GiwtParameterizedMethodTestDescriptor
 
GiwtPredicates - Class in io.github.imagineDevit.giwt.core.utils
This class contains predicates that are used to filter test classes and methods.
GiwtPredicates() - Constructor for class io.github.imagineDevit.giwt.core.utils.GiwtPredicates
 
GiwtProxyable - Annotation Interface in io.github.imagineDevit.giwt.core.annotations
Annotation to indicate that a proxy test class should be generated for this class.
GiwtProxyableProcessor - Class in io.github.imagineDevit.giwt.core.annotations.processors
GiwtProxyable annotation processor
GiwtProxyableProcessor() - Constructor for class io.github.imagineDevit.giwt.core.annotations.processors.GiwtProxyableProcessor
 
GiwtTestEngine<TC extends ATestCase,E extends GiwtTestExecutor<TC>> - Class in io.github.imagineDevit.giwt.core
Giwt test engine
GiwtTestEngine(E) - Constructor for class io.github.imagineDevit.giwt.core.GiwtTestEngine
 
GiwtTestExecutor<TC extends ATestCase> - Class in io.github.imagineDevit.giwt.core
Giwt test executor
GiwtTestExecutor() - Constructor for class io.github.imagineDevit.giwt.core.GiwtTestExecutor
 
green(String) - Static method in class io.github.imagineDevit.giwt.core.utils.TextUtils
 

H

hashCode() - Method in record class io.github.imagineDevit.giwt.core.annotations.processors.MethodProcessingData
Returns a hash code value for this object.
hashCode() - Method in record class io.github.imagineDevit.giwt.core.callbacks.GiwtCallbacks
Returns a hash code value for this object.
hashCode() - Method in record class io.github.imagineDevit.giwt.core.report.TestCaseReport.TestReport.DescriptionItem
Returns a hash code value for this object.
hashCode() - Method in record class io.github.imagineDevit.giwt.core.statements.StmtMsg
Returns a hash code value for this object.

I

init(ProcessingEnvironment) - Method in class io.github.imagineDevit.giwt.core.annotations.processors.GiwtProxyableProcessor
 
INIT - Static variable in class io.github.imagineDevit.giwt.core.annotations.processors.Constants
 
io.github.imagineDevit.giwt.core - package io.github.imagineDevit.giwt.core
 
io.github.imagineDevit.giwt.core.annotations - package io.github.imagineDevit.giwt.core.annotations
 
io.github.imagineDevit.giwt.core.annotations.processors - package io.github.imagineDevit.giwt.core.annotations.processors
 
io.github.imagineDevit.giwt.core.callbacks - package io.github.imagineDevit.giwt.core.callbacks
 
io.github.imagineDevit.giwt.core.descriptors - package io.github.imagineDevit.giwt.core.descriptors
 
io.github.imagineDevit.giwt.core.errors - package io.github.imagineDevit.giwt.core.errors
 
io.github.imagineDevit.giwt.core.report - package io.github.imagineDevit.giwt.core.report
 
io.github.imagineDevit.giwt.core.statements - package io.github.imagineDevit.giwt.core.statements
 
io.github.imagineDevit.giwt.core.statements.functions - package io.github.imagineDevit.giwt.core.statements.functions
 
io.github.imagineDevit.giwt.core.utils - package io.github.imagineDevit.giwt.core.utils
 
isMethodTest() - Static method in class io.github.imagineDevit.giwt.core.utils.GiwtPredicates
 
isParameterizedMethodTest() - Static method in class io.github.imagineDevit.giwt.core.utils.GiwtPredicates
 
isSuccess() - Method in class io.github.imagineDevit.giwt.core.utils.Matchers.Result
 
isTestClass() - Static method in class io.github.imagineDevit.giwt.core.utils.GiwtPredicates
 
isTestMethodWithoutTestCaseArg() - Static method in class io.github.imagineDevit.giwt.core.utils.GiwtPredicates
 
italic(String) - Static method in class io.github.imagineDevit.giwt.core.utils.TextUtils
 

L

label() - Method in record class io.github.imagineDevit.giwt.core.report.TestCaseReport.TestReport.DescriptionItem
Returns the value of the label record component.

M

match(Matchers.MatchCase<T>...) - Static method in class io.github.imagineDevit.giwt.core.utils.Matchers
 
matchCase(Supplier<Boolean>, Supplier<Matchers.Result<T>>) - Static method in class io.github.imagineDevit.giwt.core.utils.Matchers.MatchCase
 
MatchCase(Supplier<Boolean>, Supplier<Matchers.Result<T>>) - Constructor for class io.github.imagineDevit.giwt.core.utils.Matchers.MatchCase
 
matched() - Method in class io.github.imagineDevit.giwt.core.utils.Matchers.MatchCase
 
Matchers - Class in io.github.imagineDevit.giwt.core.utils
This class contains a utility method that allows to match a value against a list of cases and return the result of the first matching case.
Matchers() - Constructor for class io.github.imagineDevit.giwt.core.utils.Matchers
 
Matchers.MatchCase<T> - Class in io.github.imagineDevit.giwt.core.utils
 
Matchers.Result<T> - Class in io.github.imagineDevit.giwt.core.utils
 
Matchers.Result.Failure<T> - Class in io.github.imagineDevit.giwt.core.utils
 
Matchers.Result.Success<T> - Class in io.github.imagineDevit.giwt.core.utils
 
message(String) - Method in enum class io.github.imagineDevit.giwt.core.ATestCase.Result
 
METHOD_DATAS - Static variable in class io.github.imagineDevit.giwt.core.annotations.processors.Constants
 
methodName() - Method in record class io.github.imagineDevit.giwt.core.annotations.processors.MethodProcessingData
Returns the value of the methodName record component.
MethodProcessingData - Record Class in io.github.imagineDevit.giwt.core.annotations.processors
 
MethodProcessingData(String, String, String, String, String, String) - Constructor for record class io.github.imagineDevit.giwt.core.annotations.processors.MethodProcessingData
Creates an instance of a MethodProcessingData record class.
methodReturnType() - Method in record class io.github.imagineDevit.giwt.core.annotations.processors.MethodProcessingData
Returns the value of the methodReturnType record component.
Methods() - Constructor for class io.github.imagineDevit.giwt.core.callbacks.Callback.Methods
 
MvnArgs - Class in io.github.imagineDevit.giwt.core.utils
This class contains the names of the Maven arguments that can be used when launching mvn test.
MvnArgs() - Constructor for class io.github.imagineDevit.giwt.core.utils.MvnArgs
 

N

name - Variable in class io.github.imagineDevit.giwt.core.ATestCase
 
name() - Element in annotation interface io.github.imagineDevit.giwt.core.annotations.ParameterizedTest
 
NULL - Static variable in class io.github.imagineDevit.giwt.core.annotations.processors.Constants
 

O

of(R...) - Static method in class io.github.imagineDevit.giwt.core.TestParameters
 
of(T) - Static method in class io.github.imagineDevit.giwt.core.TestParameters.Parameter.P1
 
of(T, R) - Static method in class io.github.imagineDevit.giwt.core.TestParameters.Parameter.P2
 
of(T, R, S) - Static method in class io.github.imagineDevit.giwt.core.TestParameters.Parameter.P3
 
of(T, R, S, U) - Static method in class io.github.imagineDevit.giwt.core.TestParameters.Parameter.P4
 
of(T, R, S, U, V) - Static method in class io.github.imagineDevit.giwt.core.TestParameters.Parameter.P5
 
ok() - Method in class io.github.imagineDevit.giwt.core.ATestCaseResult.ResultValue
 
Ok(T) - Constructor for class io.github.imagineDevit.giwt.core.ATestCaseResult.ResultValue.Ok
 
order() - Element in annotation interface io.github.imagineDevit.giwt.core.annotations.AfterAll
 
order() - Element in annotation interface io.github.imagineDevit.giwt.core.annotations.AfterEach
 
order() - Element in annotation interface io.github.imagineDevit.giwt.core.annotations.BeforeAll
 
order() - Element in annotation interface io.github.imagineDevit.giwt.core.annotations.BeforeEach
 

P

PACKAGE_NAME - Static variable in class io.github.imagineDevit.giwt.core.annotations.processors.Constants
 
PARAM - Static variable in class io.github.imagineDevit.giwt.core.annotations.processors.Constants
 
Parameter(int, Object...) - Constructor for class io.github.imagineDevit.giwt.core.TestParameters.Parameter
 
ParameterizedTest - Annotation Interface in io.github.imagineDevit.giwt.core.annotations
A custom annotation used to mark a test method as a parameterized test.
ParameterRecordName - Annotation Interface in io.github.imagineDevit.giwt.core.annotations
Used to specify the name of a record generated for a method .
parameters - Variable in class io.github.imagineDevit.giwt.core.ATestCase
 
ParameterSource - Annotation Interface in io.github.imagineDevit.giwt.core.annotations
An annotation for specifying the name of a parameter source.
parameterSources() - Method in interface io.github.imagineDevit.giwt.core.TestConfiguration
 
paramName() - Method in record class io.github.imagineDevit.giwt.core.annotations.processors.MethodProcessingData
Returns the value of the paramName record component.
paramRecordName() - Method in record class io.github.imagineDevit.giwt.core.annotations.processors.MethodProcessingData
Returns the value of the paramRecordName record component.
PARAMS - Static variable in class io.github.imagineDevit.giwt.core.annotations.processors.Constants
 
paramsValues() - Method in record class io.github.imagineDevit.giwt.core.annotations.processors.MethodProcessingData
Returns the value of the paramsValues record component.
paramsWithType() - Method in record class io.github.imagineDevit.giwt.core.annotations.processors.MethodProcessingData
Returns the value of the paramsWithType record component.
prefix() - Method in record class io.github.imagineDevit.giwt.core.report.TestCaseReport.TestReport.DescriptionItem
Returns the value of the prefix record component.
process(TestCaseReport) - Method in class io.github.imagineDevit.giwt.core.report.ReportProcessor
 
process(Set<? extends TypeElement>, RoundEnvironment) - Method in class io.github.imagineDevit.giwt.core.annotations.processors.GiwtProxyableProcessor
 
purple(String) - Static method in class io.github.imagineDevit.giwt.core.utils.TextUtils
 

R

reason() - Element in annotation interface io.github.imagineDevit.giwt.core.annotations.Skipped
 
red(String) - Static method in class io.github.imagineDevit.giwt.core.utils.TextUtils
 
report - Variable in class io.github.imagineDevit.giwt.core.ATestCase
 
ReportProcessor - Class in io.github.imagineDevit.giwt.core.report
This class is responsible for processing the report template and generating the report.
ReportProcessor() - Constructor for class io.github.imagineDevit.giwt.core.report.ReportProcessor
 
reportTestCase(String, List<StmtMsg>, List<StmtMsg>, List<StmtMsg>, TestParameters.Parameter) - Static method in class io.github.imagineDevit.giwt.core.utils.Utils
 
result - Variable in class io.github.imagineDevit.giwt.core.ATestCase
 
Result() - Constructor for class io.github.imagineDevit.giwt.core.utils.Matchers.Result
 
resultOf(R) - Method in class io.github.imagineDevit.giwt.core.ATestCase
 
resultOfErr(Exception) - Method in class io.github.imagineDevit.giwt.core.ATestCase
 
ResultValue() - Constructor for class io.github.imagineDevit.giwt.core.ATestCaseResult.ResultValue
 
run() - Method in class io.github.imagineDevit.giwt.core.ATestCase
 
run(TC) - Method in class io.github.imagineDevit.giwt.core.GiwtTestExecutor
 
runCallbacks(Map<Object, List<Method>>, Function<Method, Integer>) - Static method in class io.github.imagineDevit.giwt.core.utils.Utils
 
runIfOpen(boolean, Supplier<S>, Runnable) - Static method in class io.github.imagineDevit.giwt.core.utils.Utils
 
runIfOpen(Supplier<S>) - Method in class io.github.imagineDevit.giwt.core.CloseableCase
 

S

SelectorUtils - Class in io.github.imagineDevit.giwt.core.utils
This class contains utility methods that are used to append tests to the root of the engine descriptor.
SelectorUtils() - Constructor for class io.github.imagineDevit.giwt.core.utils.SelectorUtils
 
setFailureReason(String) - Method in class io.github.imagineDevit.giwt.core.report.TestCaseReport.TestReport
 
setName(String) - Method in class io.github.imagineDevit.giwt.core.report.TestCaseReport.TestReport
 
setStatus(TestCaseReport.TestReport.Status) - Method in class io.github.imagineDevit.giwt.core.report.TestCaseReport.TestReport
 
shouldBeReported() - Method in class io.github.imagineDevit.giwt.core.descriptors.GiwtClassTestDescriptor
 
shouldBeSkipped() - Method in class io.github.imagineDevit.giwt.core.descriptors.GiwtMethodTestDescriptor
 
Skipped - Annotation Interface in io.github.imagineDevit.giwt.core.annotations
This annotation is used to mark a test class or method as skipped.
SKIPPED - Enum constant in enum class io.github.imagineDevit.giwt.core.report.TestCaseReport.TestReport.Status
 
source() - Element in annotation interface io.github.imagineDevit.giwt.core.annotations.ParameterizedTest
 
state - Variable in class io.github.imagineDevit.giwt.core.ATestCase
 
stateOf(T) - Method in class io.github.imagineDevit.giwt.core.ATestCase
 
stateToResult(Function<T, R>) - Method in class io.github.imagineDevit.giwt.core.ATestCase
 
StmtMsg - Record Class in io.github.imagineDevit.giwt.core.statements
This class represents a statement message.
StmtMsg(String) - Constructor for record class io.github.imagineDevit.giwt.core.statements.StmtMsg
Creates an instance of a StmtMsg record class.
success(T) - Static method in class io.github.imagineDevit.giwt.core.utils.Matchers.Result
 
Success(T) - Constructor for class io.github.imagineDevit.giwt.core.utils.Matchers.Result.Success
 
SUCCESS - Enum constant in enum class io.github.imagineDevit.giwt.core.ATestCase.Result
 
SUCCESS - Enum constant in enum class io.github.imagineDevit.giwt.core.report.TestCaseReport.TestReport.Status
 

T

TARGET_GIWTUNIT - Static variable in class io.github.imagineDevit.giwt.core.report.ReportProcessor
 
TEMPLATE_NAME - Static variable in class io.github.imagineDevit.giwt.core.annotations.processors.Constants
 
Test - Annotation Interface in io.github.imagineDevit.giwt.core.annotations
The Test annotation is used to mark a method as a test case.
testCase - Variable in class io.github.imagineDevit.giwt.core.AGivenStmt
 
testCase - Variable in class io.github.imagineDevit.giwt.core.AThenStmt
 
testCase - Variable in class io.github.imagineDevit.giwt.core.AWhenStmt
 
TestCaseArgMissingException - Exception in io.github.imagineDevit.giwt.core.errors
Exception thrown when an argument of type <? extends ATestCase>is missing for a test method
TestCaseArgMissingException(String) - Constructor for exception io.github.imagineDevit.giwt.core.errors.TestCaseArgMissingException
 
TestCaseArgMissingException(List<String>) - Constructor for exception io.github.imagineDevit.giwt.core.errors.TestCaseArgMissingException
 
TestCaseReport - Class in io.github.imagineDevit.giwt.core.report
This class is responsible for generating the report.
TestCaseReport() - Constructor for class io.github.imagineDevit.giwt.core.report.TestCaseReport
 
TestCaseReport.ClassReport - Class in io.github.imagineDevit.giwt.core.report
 
TestCaseReport.TestReport - Class in io.github.imagineDevit.giwt.core.report
 
TestCaseReport.TestReport.DescriptionItem - Record Class in io.github.imagineDevit.giwt.core.report
 
TestCaseReport.TestReport.Status - Enum Class in io.github.imagineDevit.giwt.core.report
 
TestConfiguration - Interface in io.github.imagineDevit.giwt.core
Test configuration class
TESTER - Static variable in class io.github.imagineDevit.giwt.core.annotations.processors.Constants
 
TestParameters<T extends TestParameters.Parameter> - Class in io.github.imagineDevit.giwt.core
Test parameters
TestParameters() - Constructor for class io.github.imagineDevit.giwt.core.TestParameters
 
TestParameters.Parameter - Class in io.github.imagineDevit.giwt.core
 
TestParameters.Parameter.P1<T> - Class in io.github.imagineDevit.giwt.core
 
TestParameters.Parameter.P2<T,R> - Class in io.github.imagineDevit.giwt.core
 
TestParameters.Parameter.P3<T,R,S> - Class in io.github.imagineDevit.giwt.core
 
TestParameters.Parameter.P4<T,R,S,U> - Class in io.github.imagineDevit.giwt.core
 
TestParameters.Parameter.P5<T,R,S,U,V> - Class in io.github.imagineDevit.giwt.core
 
TestReport() - Constructor for class io.github.imagineDevit.giwt.core.report.TestCaseReport.TestReport
 
TextUtils - Class in io.github.imagineDevit.giwt.core.utils
This class contains utility methods that are used to format text in the console.
TextUtils() - Constructor for class io.github.imagineDevit.giwt.core.utils.TextUtils
 
then(String) - Static method in record class io.github.imagineDevit.giwt.core.report.TestCaseReport.TestReport.DescriptionItem
 
then(String) - Static method in record class io.github.imagineDevit.giwt.core.statements.StmtMsg
 
then(String, ThenFn<R, RESULT>) - Method in class io.github.imagineDevit.giwt.core.ATestCase
Adds a Then statement to the current test case with the provided message and a consumer function.
then(String, ThenFn<R, RESULT>) - Method in class io.github.imagineDevit.giwt.core.AWhenStmt
 
ThenFn<R,TCR extends ATestCaseResult<R>> - Interface in io.github.imagineDevit.giwt.core.statements.functions
 
thenFns - Variable in class io.github.imagineDevit.giwt.core.ATestCase
 
thenMsgs - Variable in class io.github.imagineDevit.giwt.core.ATestCase
 
toMap() - Method in class io.github.imagineDevit.giwt.core.report.TestCaseReport.ClassReport
 
toMap() - Method in record class io.github.imagineDevit.giwt.core.report.TestCaseReport.TestReport.DescriptionItem
 
toMap() - Method in class io.github.imagineDevit.giwt.core.report.TestCaseReport.TestReport
 
toMap() - Method in class io.github.imagineDevit.giwt.core.report.TestCaseReport
 
toString() - Method in record class io.github.imagineDevit.giwt.core.annotations.processors.MethodProcessingData
Returns a string representation of this record class.
toString() - Method in record class io.github.imagineDevit.giwt.core.callbacks.GiwtCallbacks
Returns a string representation of this record class.
toString() - Method in class io.github.imagineDevit.giwt.core.report.TestCaseReport.ClassReport
 
toString() - Method in record class io.github.imagineDevit.giwt.core.report.TestCaseReport.TestReport.DescriptionItem
Returns a string representation of this record class.
toString() - Method in class io.github.imagineDevit.giwt.core.report.TestCaseReport
 
toString() - Method in record class io.github.imagineDevit.giwt.core.statements.StmtMsg
Returns a string representation of this record class.

U

Utils - Class in io.github.imagineDevit.giwt.core.utils
This class contains utility methods that are used to run test callbacks, to get test parameters and other utility methods.
Utils() - Constructor for class io.github.imagineDevit.giwt.core.utils.Utils
 

V

value - Variable in class io.github.imagineDevit.giwt.core.ATestCaseResult
 
value - Variable in class io.github.imagineDevit.giwt.core.ATestCaseState
 
value() - Element in annotation interface io.github.imagineDevit.giwt.core.annotations.ConfigureWith
 
value() - Element in annotation interface io.github.imagineDevit.giwt.core.annotations.ExtendWith
 
value() - Element in annotation interface io.github.imagineDevit.giwt.core.annotations.ParameterRecordName
 
value() - Element in annotation interface io.github.imagineDevit.giwt.core.annotations.ParameterSource
 
value() - Element in annotation interface io.github.imagineDevit.giwt.core.annotations.Test
 
value() - Method in record class io.github.imagineDevit.giwt.core.statements.StmtMsg
Returns the value of the value record component.
valueOf(String) - Static method in enum class io.github.imagineDevit.giwt.core.ATestCase.Result
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.github.imagineDevit.giwt.core.report.TestCaseReport.TestReport.Status
Returns the enum constant of this class with the specified name.
values() - Static method in enum class io.github.imagineDevit.giwt.core.ATestCase.Result
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.github.imagineDevit.giwt.core.report.TestCaseReport.TestReport.Status
Returns an array containing the constants of this enum class, in the order they are declared.
VOID - Static variable in class io.github.imagineDevit.giwt.core.annotations.processors.Constants
 

W

when(String) - Static method in record class io.github.imagineDevit.giwt.core.report.TestCaseReport.TestReport.DescriptionItem
 
when(String) - Static method in record class io.github.imagineDevit.giwt.core.statements.StmtMsg
 
when(String, WhenCFn<T>) - Method in class io.github.imagineDevit.giwt.core.AGivenStmt
 
when(String, WhenFFn<T, R>) - Method in class io.github.imagineDevit.giwt.core.AGivenStmt
 
when(String, WhenFFn<T, R>) - Method in class io.github.imagineDevit.giwt.core.ATestCase
Adds a When statement to the current test case with the provided message and a function.
when(String, WhenRFn) - Method in class io.github.imagineDevit.giwt.core.AGivenStmt
 
when(String, WhenRFn) - Method in class io.github.imagineDevit.giwt.core.ATestCase
Adds a When statement to the current test case with the provided message and a runnable function
when(String, WhenSFn<R>) - Method in class io.github.imagineDevit.giwt.core.ATestCase
Adds a When statement to the current test case with the provided message and a supplier function.
whenc(String, WhenCFn<T>) - Method in class io.github.imagineDevit.giwt.core.ATestCase
Adds a When statement to the current test case with the provided message and a runnable function
whenCFn - Variable in class io.github.imagineDevit.giwt.core.ATestCase
 
WhenCFn<T> - Interface in io.github.imagineDevit.giwt.core.statements.functions
 
WhenFFn<T,R> - Interface in io.github.imagineDevit.giwt.core.statements.functions
 
whenFn - Variable in class io.github.imagineDevit.giwt.core.ATestCase
 
whenFns - Variable in class io.github.imagineDevit.giwt.core.ATestCase
 
whenMsgs - Variable in class io.github.imagineDevit.giwt.core.ATestCase
 
whenr(String, WhenRFn) - Method in class io.github.imagineDevit.giwt.core.ATestCase
Adds a When statement to the current test case with the provided message and a function.
whenRFn - Variable in class io.github.imagineDevit.giwt.core.ATestCase
 
WhenRFn - Interface in io.github.imagineDevit.giwt.core.statements.functions
 
WhenSFn<R> - Interface in io.github.imagineDevit.giwt.core.statements.functions
 

Y

yellow(String) - Static method in class io.github.imagineDevit.giwt.core.utils.TextUtils
 
A B C D E F G H I L M N O P R S T U V W Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form