Class PassiveLearnerVariantITCase<I,​D,​M extends SuffixOutput<I,​D>>

  • Type Parameters:
    I - input symbol type
    D - output domain type
    M - inferred model type
    All Implemented Interfaces:
    org.testng.ITest

    public final class PassiveLearnerVariantITCase<I,​D,​M extends SuffixOutput<I,​D>>
    extends Object
    implements org.testng.ITest
    Default test case for a passive learning integration test.
    • Method Detail

      • testLearning

        public void testLearning()
      • getTestName

        public String getTestName()
        Specified by:
        getTestName in interface org.testng.ITest