All Classes and Interfaces

Class
Description
 
TextCase context consumer.
This interface provides methods for asserting the state of a result value.
This interface represents an expectation, which is a condition that a value must satisfy.
This interface represents a failed expectation.
This interface represents a successful expectation.
This interface provides a set of static methods to create different types of expectations.
This record represents an expectation that a value should be between the min and max values.
This record represents an expectation that a value should be equal to the expected value.
This record represents an expectation that a value should be greater than the min value.
This record represents an expectation that a value should be lesser than the max value.
This record represents an expectation that a value should not be equal to the expected value.
This record represents an expectation that a value should not be null.
This record represents an expectation that a value should be null.
This record represents an expectation that a value should be one of the values in the collection.
This interface provides a set of static methods to create different types of failure expectations.
This record represents a failure expectation that an exception should be of a specific type.
This record represents a failure expectation that an exception should have a specific message.
This interface defines the expectations for a given value.
This record defines an expectation for a value to contain a specific item.
This record defines an expectation for a value to have a specific size.
This interface defines the expectations for a value to match a certain condition.
This record defines an all expectation for a value.
This record defines a matching expectation for a value.
This record defines a none expectation for a value.
This record defines a one expectation for a value.
 
 
 
A processor to generate proxy classes for classes annotated with GiwtProxyable.
This class extends the GiwtTestEngine class and is used to create a test engine for JGiwt.
This class extends the GiwtTestExecutor class and is used to create a test executor for JGiwt.
A mutable value container class.
TextCase with context result consumer.
Test case representation
 
 
 
A context for a test case
 
 
 
A result of a test case with context
A state of a test case with context
A result of a test case
A state of a test case
Test case representation with context
 
 
 
 
The Val interface represents a value that can be either set or unset.
The Setted record represents a set value.
The Unsetted record represents an unset value.