Index
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
afterAllCallbackrecord 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
afterEachCallbackrecord component. - AfterEachCallback - Interface in io.github.imagineDevit.giwt.core.callbacks
-
Represents a callback function to be executed after each test.
- 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
- 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> - Class in io.github.imagineDevit.giwt.core - 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
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
BeforeAllannotation 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
beforeAllCallbackrecord 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
beforeEachCallbackrecord 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.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
- 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() - Constructor for class io.github.imagineDevit.giwt.core.annotations.processors.Constants
- 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
DescriptionItemrecord class. - discover(EngineDiscoveryRequest, UniqueId) - Method in class io.github.imagineDevit.giwt.core.GiwtTestEngine
- DuplicateTestNameException - Exception in io.github.imagineDevit.giwt.core.errors
- 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.
- 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
- 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
- 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(Method) - Static method in class io.github.imagineDevit.giwt.core.utils.Utils
- 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.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
- GiwtCallbacks - Record Class in io.github.imagineDevit.giwt.core.callbacks
- GiwtCallbacks(BeforeAllCallback, AfterAllCallback, BeforeEachCallback, AfterEachCallback) - Constructor for record class io.github.imagineDevit.giwt.core.callbacks.GiwtCallbacks
-
Creates an instance of a
GiwtCallbacksrecord class. - GiwtClassTestDescriptor - Class in io.github.imagineDevit.giwt.core.descriptors
- GiwtClassTestDescriptor(Class<?>, UniqueId) - Constructor for class io.github.imagineDevit.giwt.core.descriptors.GiwtClassTestDescriptor
- GiwtError - Exception in io.github.imagineDevit.giwt.core.errors
- GiwtError(String) - Constructor for exception io.github.imagineDevit.giwt.core.errors.GiwtError
- GiwtMethodTestDescriptor - Class in io.github.imagineDevit.giwt.core.descriptors
- 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
- 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
- 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
- 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 - GiwtTestEngine(E) - Constructor for class io.github.imagineDevit.giwt.core.GiwtTestEngine
- GiwtTestExecutor<TC extends ATestCase> - Class in io.github.imagineDevit.giwt.core
- 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.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
labelrecord 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
- 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
methodNamerecord 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
MethodProcessingDatarecord class. - methodReturnType() - Method in record class io.github.imagineDevit.giwt.core.annotations.processors.MethodProcessingData
-
Returns the value of the
methodReturnTyperecord component. - Methods() - Constructor for class io.github.imagineDevit.giwt.core.callbacks.Callback.Methods
- MvnArgs - Class in io.github.imagineDevit.giwt.core.utils
- MvnArgs() - Constructor for class io.github.imagineDevit.giwt.core.utils.MvnArgs
N
- name - Variable in class io.github.imagineDevit.giwt.core.ATestCase
-
Test case name
- 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
- 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
-
Represents 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
paramNamerecord component. - paramRecordName() - Method in record class io.github.imagineDevit.giwt.core.annotations.processors.MethodProcessingData
-
Returns the value of the
paramRecordNamerecord 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
paramsValuesrecord component. - paramsWithType() - Method in record class io.github.imagineDevit.giwt.core.annotations.processors.MethodProcessingData
-
Returns the value of the
paramsWithTyperecord component. - prefix() - Method in record class io.github.imagineDevit.giwt.core.report.TestCaseReport.TestReport.DescriptionItem
-
Returns the value of the
prefixrecord 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
-
Test case report
- 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() - Constructor for class io.github.imagineDevit.giwt.core.utils.Matchers.Result
- 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
- 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
- StmtMsg - Record Class in io.github.imagineDevit.giwt.core.statements
- StmtMsg(String) - Constructor for record class io.github.imagineDevit.giwt.core.statements.StmtMsg
-
Creates an instance of a
StmtMsgrecord 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
Testannotation is used to mark a method as a test case. - TestCaseArgMissingException - Exception in io.github.imagineDevit.giwt.core.errors
- 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
- 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
- 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
- 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
- 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
- Utils() - Constructor for class io.github.imagineDevit.giwt.core.utils.Utils
V
- 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
valuerecord 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
Y
- yellow(String) - Static method in class io.github.imagineDevit.giwt.core.utils.TextUtils
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form