Module de.learnlib.testsupport.it
Class PassiveLearnerVariantITCase<I,D,M extends net.automatalib.automaton.concept.SuffixOutput<I,D>>
- java.lang.Object
-
- de.learnlib.testsupport.it.learner.PassiveLearnerVariantITCase<I,D,M>
-
- Type Parameters:
I
- input symbol typeD
- output domain typeM
- inferred model type
- All Implemented Interfaces:
org.testng.ITest
public final class PassiveLearnerVariantITCase<I,D,M extends net.automatalib.automaton.concept.SuffixOutput<I,D>> extends Object implements org.testng.ITest
Default test case for a passive learning integration test.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getTestName()
void
testLearning()
-
-
-
Method Detail
-
testLearning
public void testLearning()
-
getTestName
public String getTestName()
- Specified by:
getTestName
in interfaceorg.testng.ITest
-
-