* @param testName The name to identify this test
* @param aTestCode The ignored code of this tests
*/
public void xit(String testName, Runnable aTestCode){
TestSpecDefinition createdSpec = TestSpecDefinition.create(testName, aTestCode, specTree.getSharedContext());
createdSpec.markAsPending();
stack.getCurrentHead().addTest(createdSpec);
}
/**
* Describes a set of test, and allows nesting of scenarios