![JAR search and dependency download from the Maven repository](/logo.png)
net.sansa_stack.inference.test.conformance.TestCase.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sansa-inference-tests_2.12 Show documentation
Show all versions of sansa-inference-tests_2.12 Show documentation
Contains common data and utils for inference API testing
The newest version!
package net.sansa_stack.inference.test.conformance
import org.apache.jena.rdf.model.Model
/**
* A test case to test the conformance of a particular forward chaining reasoner rule.
*
* @author Lorenz Buehmann
*/
case class TestCase(id: String, description: String, testCaseType: String, inputGraph: Model, outputGraph: Model) {}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy