metaonly module ti.xdais.qualiti.Rules8_9_10
Configuration settings sourced in ti/xdais/qualiti/Rules8_9_10.xdc
var Rules8_9_10 = xdc.useModule('ti.xdais.qualiti.Rules8_9_10');
module-wide constants & types
    values of type Rules8_9_10.TestDetailLevel// 
        const Rules8_9_10.DETAILLEVEL_FAILDETAILS;
        const Rules8_9_10.DETAILLEVEL_TESTLOG;
        const Rules8_9_10.DETAILLEVEL_TESTOUTPUT;
 
    values of type Rules8_9_10.TestStatus// 
        const Rules8_9_10.TEST_NOTRUN;
        const Rules8_9_10.TEST_PASS;
        const Rules8_9_10.TEST_FAIL;
        const Rules8_9_10.TEST_NOTAPPLY;
        const Rules8_9_10.TEST_RUNNING;
        const Rules8_9_10.TEST_RUNERROR;
 
    var obj = new Rules8_9_10.AlgoParams// ;
        obj.moduleName = String  ...
        obj.vendor = String  ...
        obj.interfaceName = String  ...
        obj.architecture = String  ...
        obj.baseDir = String  ...
        obj.library = String  ...
        obj.headers = String[]  ...
        obj.compilerParams = ITest.CompilerParams  ...
 
    var obj = new Rules8_9_10.CompilerParams// ;
        obj.isTICompiler = Bool  ...
        obj.isC6x = Bool  ...
        obj.libFormat = String  ...
        obj.version = String  ...
        obj.log = String  ...
 
    var obj = new Rules8_9_10.Test// ;
        obj.id = String  ...
        obj.title = String  ...
 
    var obj = new Rules8_9_10.TestAttrs// ;
        obj.description = String  ...
        obj.isPerformanceTest = Bool  ...
 
    var obj = new Rules8_9_10.TestResult// ;
        obj.status = ITest.TestStatus  ...
        obj.statusDetails = String  ...
        obj.runResult = System.RunResult  ...
 
    var obj = new Rules8_9_10.TestSettings// ;
        obj.cgtoolsDir = String  ...
        obj.cgxmlDir = String  ...
module-wide config parameters
        {
            id: "XDAIS Rules 8, 9 and 10",
            title: "XDAIS Rules 8, 9, 10: Namespace compliance"
        }
    ];
module-wide functions
    Rules8_9_10.getAttrs// (String testId) returns ITest.TestAttrs
    Rules8_9_10.reset// (String testId) returns Void
    Rules8_9_10.run// (String testId, ITest.AlgoParams algoParams, ITest.TestSettings testSettings, Int testDetailLevel, Any cbPrintLog) returns ITest.TestResult
 
 
enum Rules8_9_10.TestDetailLevel
Configuration settings
values of type Rules8_9_10.TestDetailLevel
    const Rules8_9_10.DETAILLEVEL_FAILDETAILS;
    const Rules8_9_10.DETAILLEVEL_TESTLOG;
    const Rules8_9_10.DETAILLEVEL_TESTOUTPUT;
 
 
enum Rules8_9_10.TestStatus
Configuration settings
values of type Rules8_9_10.TestStatus
    const Rules8_9_10.TEST_NOTRUN;
    const Rules8_9_10.TEST_PASS;
    const Rules8_9_10.TEST_FAIL;
    const Rules8_9_10.TEST_NOTAPPLY;
    const Rules8_9_10.TEST_RUNNING;
    const Rules8_9_10.TEST_RUNERROR;
 
 
struct Rules8_9_10.AlgoParams
Configuration settings
var obj = new Rules8_9_10.AlgoParams;
 
    obj.moduleName = String  ...
    obj.vendor = String  ...
    obj.interfaceName = String  ...
    obj.architecture = String  ...
    obj.baseDir = String  ...
    obj.library = String  ...
    obj.headers = String[]  ...
    obj.compilerParams = ITest.CompilerParams  ...
 
 
struct Rules8_9_10.CompilerParams
Configuration settings
var obj = new Rules8_9_10.CompilerParams;
 
    obj.isTICompiler = Bool  ...
    obj.isC6x = Bool  ...
    obj.libFormat = String  ...
    obj.version = String  ...
    obj.log = String  ...
 
 
struct Rules8_9_10.Test
Configuration settings
var obj = new Rules8_9_10.Test;
 
    obj.id = String  ...
    obj.title = String  ...
 
 
struct Rules8_9_10.TestAttrs
Configuration settings
var obj = new Rules8_9_10.TestAttrs;
 
    obj.description = String  ...
    obj.isPerformanceTest = Bool  ...
 
 
struct Rules8_9_10.TestResult
Configuration settings
var obj = new Rules8_9_10.TestResult;
 
    obj.status = ITest.TestStatus  ...
    obj.statusDetails = String  ...
    obj.runResult = System.RunResult  ...
 
 
struct Rules8_9_10.TestSettings
Configuration settings
var obj = new Rules8_9_10.TestSettings;
 
    obj.cgtoolsDir = String  ...
    obj.cgxmlDir = String  ...
 
 
config Rules8_9_10.tests  // module-wide
Configuration settings
const Rules8_9_10.tests = Rules8_9_10.Test[] [
    {
        id: "XDAIS Rules 8, 9 and 10",
        title: "XDAIS Rules 8, 9, 10: Namespace compliance"
    }
];
 
 
Rules8_9_10.getAttrs()  // module-wide
Configuration settings
Rules8_9_10.getAttrs(String testId) returns ITest.TestAttrs
 
 
Rules8_9_10.reset()  // module-wide
Configuration settings
Rules8_9_10.reset(String testId) returns Void
 
 
Rules8_9_10.run()  // module-wide
Configuration settings
Rules8_9_10.run(String testId, ITest.AlgoParams algoParams, ITest.TestSettings testSettings, Int testDetailLevel, Any cbPrintLog) returns ITest.TestResult
 
generated on Tue, 28 Jun 2016 21:14:28 GMT