commonMain.it.unibo.tuprolog.solve.Expectations.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of test-solve Show documentation
Show all versions of test-solve Show documentation
Common testing facilities for 2P-Kt-based logic solvers
package it.unibo.tuprolog.solve
data class Expectations(
val classicShouldWork: Boolean = false,
val streamsShouldWork: Boolean = false,
val prologShouldWork: Boolean = false,
val problogShouldWork: Boolean = false,
val concurrentShouldWork: Boolean = false,
)