Class BasicTestOfExceptionalCall.Builder.Factory<T extends Exception>
java.lang.Object
org.tudalgo.algoutils.tutor.general.assertions.basic.BasicTest.Builder.Factory<TestOfExceptionalCall<T>,ExpectedException<T>,ResultOfExceptionalCall<T>,ActualException<T>,TestOfExceptionalCall.Builder<T>>
org.tudalgo.algoutils.tutor.general.assertions.basic.BasicTestOfExceptionalCall.Builder.Factory<T>
- All Implemented Interfaces:
Test.Builder.Factory<TestOfExceptionalCall<T>,,ExpectedException<T>, ResultOfExceptionalCall<T>, ActualException<T>, TestOfExceptionalCall.Builder<T>> TestOfExceptionalCall.Builder.Factory<T>
- Enclosing class:
BasicTestOfExceptionalCall.Builder<T extends Exception>
public static final class BasicTestOfExceptionalCall.Builder.Factory<T extends Exception>
extends BasicTest.Builder.Factory<TestOfExceptionalCall<T>,ExpectedException<T>,ResultOfExceptionalCall<T>,ActualException<T>,TestOfExceptionalCall.Builder<T>>
implements TestOfExceptionalCall.Builder.Factory<T>
-
Field Summary
Fields inherited from class org.tudalgo.algoutils.tutor.general.assertions.basic.BasicTest.Builder.Factory
environment -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Factory
-
-
Method Details
-
builder
Description copied from interface:Test.Builder.FactoryCreates a new builder for a test.
- Specified by:
builderin interfaceTest.Builder.Factory<TestOfExceptionalCall<T extends Exception>,ExpectedException<T extends Exception>, ResultOfExceptionalCall<T extends Exception>, ActualException<T extends Exception>, TestOfExceptionalCall.Builder<T extends Exception>> - Returns:
- the builder
-