Class ModelKnownFailedTests

  • Direct Known Subclasses:
    AutoKnownFailedTests

    public class ModelKnownFailedTests
    extends ModelTests
    Base class for tests that use models in the auto/knownFailedTests directory.
    Since:
    Ptolemy II 10.0
    Version:
    $Id$
    Author:
    Christopher Brooks
    Pt.AcceptedRating:
    Red (cxh)
    Pt.ProposedRating:
    Red (cxh)
    • Constructor Detail

      • ModelKnownFailedTests

        public ModelKnownFailedTests()
    • Method Detail

      • modelValues

        public java.lang.Object[] modelValues()
                                       throws java.io.IOException
        Return a two dimensional array of arrays of strings that name the model to be executed. If auto/knownFailedTests/ does not exist, or does not contain files that end with .xml or .moml, return a list with one element that contains a special string.
        Overrides:
        modelValues in class ModelTests
        Returns:
        The List of model names in auto/
        Throws:
        java.io.IOException - If there is a problem accessing the auto/ directory.