Package ptolemy.util.test.junit
Class ModelKnownFailedTests
- java.lang.Object
-
- ptolemy.util.test.junit.ModelTests
-
- ptolemy.util.test.junit.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)
-
-
Field Summary
-
Fields inherited from class ptolemy.util.test.junit.ModelTests
_applicationClass, _applicationConstructor, _applicationToplevelMethod, THERE_ARE_NO_AUTO_ARCH_TESTS, THERE_ARE_NO_AUTO_TESTS, THERE_ARE_NO_KNOWN_FAILED_TESTS
-
-
Constructor Summary
Constructors Constructor Description ModelKnownFailedTests()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object[]
modelValues()
Return a two dimensional array of arrays of strings that name the model to be executed.-
Methods inherited from class ptolemy.util.test.junit.ModelTests
modelValues
-
-
-
-
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 classModelTests
- Returns:
- The List of model names in auto/
- Throws:
java.io.IOException
- If there is a problem accessing the auto/ directory.
-
-