TestStaticFactoryImpl
Concrete implementation of TestStaticFactory, instantiated via TestStaticFactory.prototype.
Functions
If Expectations.classicShouldWork, tests that Solver.classic (and a solver/builder obtained from it) resolve to it.unibo.tuprolog.solve.classic.ClassicSolver; otherwise, tests that looking it up throws IllegalStateException (or is otherwise unavailable, platform permitting — see the JS caveat in the implementation).
Same as testStaticSolverFactoryForClassic, but for Solver.problog / Expectations.problogShouldWork, expecting it.unibo.tuprolog.solve.problog.ProblogSolver.
Same as testStaticSolverFactoryForClassic, but for Solver.prolog / Expectations.prologShouldWork; Solver.prolog is currently an alias resolving to the same classic implementation.
Same as testStaticSolverFactoryForClassic, but for Solver.streams / Expectations.streamsShouldWork, expecting it.unibo.tuprolog.solve.streams.StreamsSolver.