
commonMain.it.unibo.tuprolog.solve.TestStackTrace.kt Maven / Gradle / Ivy
package it.unibo.tuprolog.solve
interface TestStackTrace : SolverTest {
companion object {
fun prototype(solverFactory: SolverFactory): TestStackTrace =
TestStackTraceImpl(solverFactory)
}
fun testSimpleStackTrace()
fun testDoubleStackTrace()
fun testTripleStackTrace()
fun testThrowIsNotInStacktrace()
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy