Companion

object Companion

Functions

Link copied to clipboard
fun prototype(solverFactory: SolverFactory, callErrorSignature: Signature = Signature("call", 1), nafErrorSignature: Signature = Signature("\\+", 1), notErrorSignature: Signature = Signature("not", 1)): TestSolver

Creates a ready-to-use implementation of this test suite, to be delegated to by a concrete Solver module's own test class.