Package org.exolab.castor.tests.framework.testDescriptor

Examples of org.exolab.castor.tests.framework.testDescriptor.SchemaTest


        verbose("Creating '" + suiteName + "' test suite");

        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);
        }
View Full Code Here

TOP

Related Classes of org.exolab.castor.tests.framework.testDescriptor.SchemaTest

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.