public class DEAProblemTest
extends java.lang.Object
Constructor and Description |
---|
DEAProblemTest() |
Modifier and Type | Method and Description |
---|---|
static void |
setUpBeforeClass() |
void |
testCheckDataBeforeSolving() |
void |
testGetModelEfficiencyType() |
void |
testGetModelOrientation() |
void |
testGetModelRTS() |
void |
testGetReferenceSet() |
void |
testMissingDataException() |
void |
testMissingDMUCountDiscrepancy() |
void |
testMissingVariableCountDiscrepancy() |
void |
testRTSBoundsNotSet() |
void |
testSetGetDataMatrix() |
void |
testSetGetDMUNames() |
void |
testSetGetModelType() |
void |
testSetGetNumberOfInputs() |
void |
testSetGetNumberOfOutputs() |
void |
testSetGetRTSLowerBound() |
void |
testSetGetRTSUpperBound() |
void |
testSetGetVariableNames() |
void |
testSetGetVariableOrientation() |
void |
testSetGetVariableType() |
void |
testSetRTSLowerBoundError() |
void |
testSetRTSUpperBoundError() |
void |
testToSeeObjectProperties() |
public static void setUpBeforeClass()
public void testSetGetModelType()
public void testSetGetDMUNames()
public void testSetGetVariableNames()
public void testSetGetVariableOrientation()
public void testSetGetVariableType()
public void testSetGetDataMatrix()
public void testSetGetNumberOfOutputs() throws java.lang.Exception
java.lang.Exception
public void testSetGetNumberOfInputs() throws java.lang.Exception
java.lang.Exception
public void testGetReferenceSet()
public void testSetGetRTSLowerBound()
public void testSetRTSLowerBoundError()
public void testSetGetRTSUpperBound()
public void testSetRTSUpperBoundError()
public void testToSeeObjectProperties()
public void testMissingDataException()
public void testMissingDMUCountDiscrepancy()
public void testMissingVariableCountDiscrepancy()
public void testRTSBoundsNotSet()
public void testGetModelEfficiencyType()
public void testGetModelOrientation()
public void testGetModelRTS()
public void testCheckDataBeforeSolving()