fail("Not yet implemented"); // TODO
}
@Test
public void testGetAllPossibleInstantiations() {
GraphplanTestUtil util = GraphplanTestUtil.getInstance();
DomainDescription domainDescriptions[] = util.createDomains();
operatorFactory.resetOperatorTemplates();
for(Operator operator : domainDescriptions[1].getOperators()) {
try {
operatorFactory.addOperatorTemplate(operator);