private void execute(Fixture fixture, Parse table) {
Table t = new Table(table);
Parse firstRow = t.stripFirstRow();
run(fixture, table);
t.insertAsFirstRow(firstRow);
updateColumnsBasedOnResults(table);
}
private Fixture loadFixture(Parse actualHeader, String encapsulatedFixtureName) {
Fixture fixture = null;