Class BasicTestOfCall.Builder
java.lang.Object
org.tudalgo.algoutils.tutor.general.assertions.basic.BasicTest.Builder<TestOfCall,Nothing,ResultOfCall,Nothing,TestOfCall.Builder>
org.tudalgo.algoutils.tutor.general.assertions.basic.BasicTestOfCall.Builder
- All Implemented Interfaces:
Test.Builder<TestOfCall,,Nothing, ResultOfCall, Nothing, TestOfCall.Builder> TestOfCall.Builder
- Enclosing class:
BasicTestOfCall
public static class BasicTestOfCall.Builder
extends BasicTest.Builder<TestOfCall,Nothing,ResultOfCall,Nothing,TestOfCall.Builder>
implements TestOfCall.Builder
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class org.tudalgo.algoutils.tutor.general.assertions.basic.BasicTest.Builder
environment, expected -
Constructor Summary
Constructors -
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
-
Constructor Details
-
Builder
-
-
Method Details
-
build
Description copied from interface:Test.BuilderBuilds a test with the configured properties and return this.- Specified by:
buildin interfaceTest.Builder<TestOfCall,Nothing, ResultOfCall, Nothing, TestOfCall.Builder> - Returns:
- the test
-