JPEGHuffmanTable.StdACLuminance,
JPEGHuffmanTable.StdACChrominance
};
// check that tables are not set after construction.
harness.check(!param.areTablesSet());
// check that returned tables are null.
harness.check(param.getQTables() == null);
harness.check(param.getDCHuffmanTables() == null);
harness.check(param.getACHuffmanTables() == null);