Class BasicTestOfExceptionalCall.Builder<T extends Exception>
java.lang.Object
org.tudalgo.algoutils.tutor.general.assertions.basic.BasicTest.Builder<TestOfExceptionalCall<T>,ExpectedException<T>,ResultOfExceptionalCall<T>,ActualException<T>,TestOfExceptionalCall.Builder<T>>
org.tudalgo.algoutils.tutor.general.assertions.basic.BasicTestOfExceptionalCall.Builder<T>
- All Implemented Interfaces:
Test.Builder<TestOfExceptionalCall<T>,,ExpectedException<T>, ResultOfExceptionalCall<T>, ActualException<T>, TestOfExceptionalCall.Builder<T>> TestOfExceptionalCall.Builder<T>
- Enclosing class:
BasicTestOfExceptionalCall<T extends Exception>
public static final class BasicTestOfExceptionalCall.Builder<T extends Exception>
extends BasicTest.Builder<TestOfExceptionalCall<T>,ExpectedException<T>,ResultOfExceptionalCall<T>,ActualException<T>,TestOfExceptionalCall.Builder<T>>
implements TestOfExceptionalCall.Builder<T>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class -
Field Summary
Fields inherited from class org.tudalgo.algoutils.tutor.general.assertions.basic.BasicTest.Builder
environment, expected -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds a test with the configured properties and return this.Methods inherited from class org.tudalgo.algoutils.tutor.general.assertions.basic.BasicTest.Builder
expectedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.tudalgo.algoutils.tutor.general.assertions.Test.Builder
expected
-
Method Details
-
build
Description copied from interface:Test.BuilderBuilds a test with the configured properties and return this.- Specified by:
buildin interfaceTest.Builder<TestOfExceptionalCall<T extends Exception>,ExpectedException<T extends Exception>, ResultOfExceptionalCall<T extends Exception>, ActualException<T extends Exception>, TestOfExceptionalCall.Builder<T extends Exception>> - Returns:
- the test
-