Class BasicResultOfObject.Builder<T>
java.lang.Object
org.tudalgo.algoutils.tutor.general.assertions.basic.BasicResult.Builder<ResultOfObject<T>,ActualObject<T>,TestOfObject<T>,ExpectedObject<T>,ResultOfObject.Builder<T>>
org.tudalgo.algoutils.tutor.general.assertions.basic.BasicResultOfObject.Builder<T>
- All Implemented Interfaces:
Result.Builder<ResultOfObject<T>,,ActualObject<T>, TestOfObject<T>, ExpectedObject<T>, ResultOfObject.Builder<T>> ResultOfObject.Builder<T>
- Enclosing class:
BasicResultOfObject<T>
public static final class BasicResultOfObject.Builder<T>
extends BasicResult.Builder<ResultOfObject<T>,ActualObject<T>,TestOfObject<T>,ExpectedObject<T>,ResultOfObject.Builder<T>>
implements ResultOfObject.Builder<T>
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class org.tudalgo.algoutils.tutor.general.assertions.basic.BasicResult.Builder
actual, environment, exception, successful, test -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds a result for the given properties and returns it.Methods inherited from class org.tudalgo.algoutils.tutor.general.assertions.basic.BasicResult.Builder
actual, exception, testMethods 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.Result.Builder
actual, exception, testMethods inherited from interface org.tudalgo.algoutils.tutor.general.assertions.ResultOfObject.Builder
object
-
Constructor Details
-
Builder
-
-
Method Details
-
build
Description copied from interface:Result.BuilderBuilds a result for the given properties and returns it.
- Specified by:
buildin interfaceResult.Builder<ResultOfObject<T>,ActualObject<T>, TestOfObject<T>, ExpectedObject<T>, ResultOfObject.Builder<T>> - Returns:
- the result
-