use of org.apache.sysml.test.integration.TestConfiguration in project incubator-systemml by apache.
the class ScalarIOTest method setUp.
@Override
public void setUp() {
addTestConfiguration(TEST_NAME, new TestConfiguration(TEST_CLASS_DIR, TEST_NAME, new String[] { "a.scalar" }));
getAndLoadTestConfiguration(TEST_NAME);
}
use of org.apache.sysml.test.integration.TestConfiguration in project incubator-systemml by apache.
the class SeqParReadTest method setUp.
@Override
public void setUp() {
TestUtils.clearAssertionInformation();
addTestConfiguration(TEST_NAME, new TestConfiguration(TEST_CLASS_DIR, TEST_NAME, new String[] { "Rout" }));
}
use of org.apache.sysml.test.integration.TestConfiguration in project incubator-systemml by apache.
the class SerializeTest method setUp.
@Override
public void setUp() {
TestUtils.clearAssertionInformation();
addTestConfiguration(TEST_NAME, new TestConfiguration(TEST_CLASS_DIR, TEST_NAME, new String[] { "X" }));
}
use of org.apache.sysml.test.integration.TestConfiguration in project incubator-systemml by apache.
the class CSVParametersTest method setup.
private void setup() {
TestConfiguration config = getTestConfiguration(TEST_NAME);
config.addVariable("w_header", _header);
config.addVariable("w_delim", _delim);
config.addVariable("w_sparse", _sparse);
loadTestConfiguration(config);
}
use of org.apache.sysml.test.integration.TestConfiguration in project incubator-systemml by apache.
the class CSVParametersTest method setUp.
@Override
public void setUp() {
TestUtils.clearAssertionInformation();
addTestConfiguration(TEST_NAME, new TestConfiguration(TEST_CLASS_DIR, TEST_NAME, new String[] { "Rout" }));
}
Aggregations