TestDescriptorChoice choice = _testDescriptor.getTestDescriptorChoice();
MarshallingTest marshallingTests = choice.getMarshallingTest();
SourceGeneratorTest sourceGenTests = choice.getSourceGeneratorTest();
SchemaTest schemaTests = choice.getSchemaTest();
OnlySourceGenerationTest genOnlyTests = choice.getOnlySourceGenerationTest();
if (marshallingTests != null) {
setUpMarshallingTests(suiteName, suite, marshallingTests);
}
if (sourceGenTests != null) {