This Document Is a First Proposal for the Form of the Outputs from the SCA Assembly Testing

This Document Is a First Proposal for the Form of the Outputs from the SCA Assembly Testing

<p> Test Assertions for the SCA C Client and Implementation Specification This document defines the Test Assertions for the SCA C Client and Implementation specification.</p><p>The test assertions in this document follow the format defined in the OASIS Test Assertion Guidelines specification: http://www.oasis- open.org/apps/group_public/download.php/30070/TestAssertionsGuidelines-draft-0- 9-9-6.pdf</p><p>Example Test Assertion Test assertions are presented in a tabular format with rows corresponding to the entry types defined in the OASIS Test Assertions Guidelines</p><p>Assertion ID C-TA-xxxx Source [Cx00yy] Target <xyuvbghs/> element of composite file Prerequisites The [<xyuvbghs/> element] has a @foobar attribute Predicate The @foobar attribute of [the <xyuvbghs/> element] is a URI that references a foobar element in the SCA Domain- Prescription Mandatory Level Tags foobar references</p><p>Assertion ID: Is a unique ID for the test assertion. Its format starts with a 3 letter string that identifies the specification to which it relates - "C" is for the SCA C Client and Implementation specification. This is followed by "-TA-" to indicate that this identifier is for a test assertion. This is then followed by a unique 4 digit number</p><p>Source: Is the identifier(s) of the normative statement(s) in the specification to which this assertion relates.</p><p>Target: Identifies the target which is addressed by this assertion. This is typically some SCA document element, but possibly could identify an SCA runtime and its behaviour.</p><p>Prerequisites: Defines any prerequisites for this test assertion. The prerequisites may be defined in terms of one or more other test assertions that must be true.</p><p>Predicate: The meat of the assertion - something that should evaluate to true or false for the given target.</p><p>Prescription Level: Mandatory (for MUST requirements) or Preferred (for SHOULD requirements) or Permitted (for MAY requirements).</p><p>SCA C Test Assertions V0.01 1 Feb 05 2009 Tags: Zero or more labels that may be attached to this test assertion - these tags can be used to group sets of assertions. Test Assertions</p><p>Assertion ID C-TA-2001 Source [C20001] Target <implementation.c/> of <component/> Prerequisites <component/> declares at least one <service/> Predicate Each operation of each <service/> declared by the <component/> is implemented by the <implementation.c> Prescription Mandatory Level Tags “implementation.c”</p><p>Assertion ID C-TA-2002 Source [C20003] Target @scope attribute of <implementation.c/> of a <component/> Prerequisites @scope attribute of the <implementation.c> is either not present or present and has a value of “stateless” or “composite”. Predicate The <component/> is deployed and run. Prescription Mandatory Level Tags “implementation.cpp” “scope”</p><p>Assertion ID C-TA-2003 Source [C20004] Target @init or @destroy attribute of a <function/> of an <implementation.c/> Prerequisites Either the @init or the @destroy attribute of a <function/> element of an <implementation.c/> has a value of true. Predicate The funcition identified by the @name attribute of the <function/> element has no parameters and a return type of void. Prescription Mandatory Level Tags “implementation.c” “lifecycle functions”</p><p>Assertion ID C-TA-2004 Source [C20014] Target @scope attribute of a <implementation.c/> of a <component/> Prerequisites @scope attribute of the <implementation.c> is either not present or present and has a value of “stateless”.</p><p>SCA C Test Assertions V0.01 2 Feb 05 2009 Predicate An implementation instance only executes on one execution thread. Prescription Mandatory Level Tags “implementation.c” “scope” “stateless scope”</p><p>Assertion ID C-TA-2005 Source [C20014] Target @scope attribute of a <implementation.c/> of a <component/> Prerequisites @scope attribute of the <implementation.c> is either not present or present and has a value of “stateless” Predicate Only one operation of the component is invoked in an implementation instance lifecycle. Prescription Mandatory Level Tags “implementation.c” “scope” “stateless scope”</p><p>Assertion ID C-TA-2006 Source [C20015] Target @scope attribute of a <implementation.c/> of a <component/> Prerequisites @scope attribute of the <implementation.c> has a value of “composite”. Predicate Multiple execution threads can simultaneously use an implementation instance. Prescription Mandatory Level Tags “implementation.c” “scope” “composite scope”</p><p>Assertion ID C-TA-2007 Source [C20006] Target <function/> element of an <interface.c> Prerequisites @header attribute of the <interface.c> references a header file containing function declarations that are not part of the interface. Predicate A function is included in the interface if and only if it named by a <function/> element of the <interface.c/>. Prescription Mandatory Level Tags “interface.c”</p><p>Assertion ID C-TA-2008 Source [C20007] Target <callbackFunction/> element of an <interface.c> Prerequisites @callbackHeader attribute of the <interface.c> references a header file containing function declarations that are not part of the callback </p><p>SCA C Test Assertions V0.01 3 Feb 05 2009 interface. Predicate A function is included in the callback interface if and only if it named by a <callbackFunction/> element of the <interface.c>. Prescription Mandatory Level Tags “interface.c” “callbacks”</p><p>Assertion ID C-TA-2009 Source [C20008] Target <function/> element of an <interface.c> Prerequisites @header attribute of the <interface.c> references a header file that defines operations using message formats. Predicate For each operation defined by message formats in the header file there is a corresponding <function/> element of the <interface.c> with @input and @output elements that identify the request and response message formats of the header file respectively. Prescription Mandatory Level Tags “interface.c” “operation message formats”</p><p>Assertion ID C-TA-2010 Source [C20008] Target <callbackFunction/> element of an <interface.c> Prerequisites @callbackHeader attribute of the <interface.c> references a header file that defines operations using message formats. Predicate For each operation defined by message formats in the header file there is a corresponding <callbackFunction/> element of the <interface.c> with @input and @output elements that identify the request and response message formats of the header file respectively. Prescription Mandatory Level Tags “interface.c” “operation message formats” “callbacks”</p><p>Assertion ID C-TA-2011 Source [C20009] Target <function/> element in a <interface.c/> element Prerequisites The <interface.p> element has more than one <function/> elements. Predicate The @name attribute of [the <function/> element] is not equal to the @name attribute of any other <function/> element in the <interface.c/>. Prescription Mandatory Level Tags “interface.c”</p><p>SCA C Test Assertions V0.01 4 Feb 05 2009 Assertion ID C-TA-2012 Source [C20010] Target <callbackFunction/> element in a <interface.c/> element Prerequisites The <interface.c> element has more than one <callbackFunction/> elements. Predicate The @name attribute of [the <callbackFunction/> element] is not equal to the @name attribute of any other <callbackFunction/> element in the <interface.p/>. Prescription Mandatory Level Tags “interface.c” “callbacks”</p><p>Assertion ID C-TA-2013 Source [C20011] Target @input attribute of a <function/> of an <interface.c/> Prerequisites @header attribute of the <interface.c> references a header file that defines operations using message formats. Predicate The @input attribute names the struct for the request message format of the operation. Prescription Mandatory Level Tags “interface.c” “operation message formats”</p><p>Assertion ID C-TA-2014 Source [C20011] Target @input attribute of a <callbackFunction/> of an <interface.c/> Prerequisites @callbackHeader attribute of the <interface.c> references a header file that defines operations using message formats. Predicate The @input attribute names the struct for the request message format of the callback operation. Prescription Mandatory Level Tags “interface.c” “operation message formats” “callbacks”</p><p>Assertion ID C-TA-2015 Source [C20012] Target @output attribute of a <function/> of an <interface.c/> Prerequisites @header attribute of the <interface.c> references a header file that defines operations using message formats. Predicate The @output attribute names the struct for the response message format of the operation.</p><p>SCA C Test Assertions V0.01 5 Feb 05 2009 Prescription Mandatory Level Tags “interface.c” “operation message formats”</p><p>Assertion ID C-TA-2016 Source [C20012] Target @output attribute of a <callbackFunction/> of an <interface.c/> Prerequisites @callbackHeader attribute of the <interface.c> references a header file that defines operations using message formats. Predicate The @output attribute names the struct for the response message format of the callback operation. Prescription Mandatory Level Tags “interface.c” “operation message formats” “callbacks”</p><p>Assertion ID C-TA-2017 Source [C20013] Target <function/> element in a <implementation.c/> element Prerequisites The <implementation.c> element has more than one <function/> elements. Predicate The @name attribute of [the <function/> element] is not equal to the @name attribute of any other <function/> element in the <implementation.c/>. Prescription Mandatory Level Tags “implementation.c”</p><p>Assertion ID C-TA-3001 Source [C30001] Target <reference/> element of a <componentType/> Prerequisites Predicate For each operation of the reference there is a generated proxy function. Prescription Permitted Level Tags “proxy functions”</p><p>Assertion ID C-TA-3002 Source [C30001] Target <service/> element of a <componentType/> Prerequisites The <service/> defines a callback interface. Predicate For each callback operation of the service there is a generated proxy function.</p><p>SCA C Test Assertions V0.01 6 Feb 05 2009 Prescription Permitted Level Tags “proxy functions” “callbacks”</p><p>Assertion ID C-TA-4001 Source [C40001] Target <binding/> of <interface/> Prerequisites Operation of the <interface/> is designated as using a oneway message exchange pattern. Predicate The request is queued for later delivery. Prescription Permitted Level Tags “oneway operations”</p><p>Assertion ID C-TA-6001 Source [C60001] Target <implementation.c> Prerequisites Predicate An <implementation.c> can use the functions of the Synchronous Programming Interface and the Asynchronous Programming Interface. Prescription Mandatory Level Tags “programming interface”</p><p>Assertion ID C-TA-6002 Source [C60002] Target <implementation.c> of a <component/> Prerequisites The <component/> declares a <property/> Predicate The <implementation.c> can use SCAPropertyDataObject to retrieve the value of the property. Prescription Permitted Level Tags “programming interface”</p><p>Assertion ID C-TA-6003 Source [C60003] Target <implementation.c> Prerequisites The <implementation.c> is a program, not a collection of functions. Predicate The <implementation.c> can use the SCAService(), SCAOperation(), SCAMessageIn() and SCAMessageOut() functions. Prescription Permitted Level</p><p>SCA C Test Assertions V0.01 7 Feb 05 2009 Tags “programming interface” “program-based implementations”</p><p>Assertion ID C-TA-7001 Source [C70001] Target <export.c/> element Prerequisites The domain has more than one <export.c>. Predicate The @name attribute of [the <export.c/> element] is not equal to the @name attribute of any other <export.c/> element in the domain. Prescription Mandatory Level Tags “export.c”</p><p>Assertion ID C-TA-7002 Source [C70002] Target <import.c/> element Prerequisites A contribution has more that one <import.c>. Predicate The @name attribute of [the <import.c/> element] is not equal to the @name attribute of any other <import.c/> element in the contribution. Prescription Mandatory Level Tags “import.c”</p><p>Assertion ID C-TA-9001 Source [C90001] Target <interface.c> Prerequisites A header file is named by either the @header or the @callbackHeader attribute of an <interface.c> Predicate The header file declares at least one function or at least one message format struct. Prescription Mandatory Level Tags “interface.c” “header files”</p><p>Assertion ID C-TA-9002 Source [C90002] Target <interface.c> Prerequisites A file is identified by the attributes of an <interface.c> as defining an interface. Predicate The function or message formats struct used to define the interface do not use any macros. Prescription Mandatory Level</p><p>SCA C Test Assertions V0.01 8 Feb 05 2009 Tags “interface.c” “header files”</p><p>Assertion ID C-TA-A001 Source [CA0001] Target SCA annotations Prerequisites A source file contains SCA annotations is processed. Predicate SCDL file(s) containing elements, attributes and values corresponding to the annotations are generated. Prescription Mandatory Level Tags “SCA annotations”</p><p>Assertion ID C-TA-A002 Source [CA0001] Target SCA annotations Prerequisites A header file contains SCA annotations is referenced by an <interface.c> Predicate The SCA annotations are ignored during component execution. Prescription Mandatory Level Tags “SCA annotations”</p><p>Assertion ID C-TA-A003 Source [CA0002] Target SCA annotation Prerequisites A source file contains SCA annotations with sequential comments containing annotations related to the same program element is processed. Predicate The annotations are processed as if they were in one comment block. Prescription Preferred Level Tags “SCA annotations”</p><p>Assertion ID C-TA-A004 Source [CA0003] Target @WebService annotation Prerequisites A file contains a @WebService annotation, but not a corresponding @Interface annotation. Predicate The generated SCDL is the same as if the file contained an @Interface annotation with a name value equal to the name value of the @WebService annotation. Prescription Mandatory Level</p><p>SCA C Test Assertions V0.01 9 Feb 05 2009 Tags “SCA annotations” “WSDL annotations”</p><p>Assertion ID C-TA-A005 Source [CA0004] Target @WebFunction annotation Prerequisites A file contains a @WebFunction annotation that does not have exclude="true", but not a corresponding @Operation annotation. Predicate The generated SCDL is the same as if the file contained an @Operation annotation with a name value equal to the operationName value of the @WebFunction annotation. Prescription Mandatory Level Tags “SCA annotations” “WSDL annotations”</p><p>Assertion ID C-TA-A006 Source [CA0005] Target @WebOperation annotation Prerequisites A file contains a @WebOperation annotation that does not have exclude="true", but not a corresponding @Operation annotation. Predicate The generated SCDL is the same as if the file contained an @Operation annotation with a name value equal to the operationName value of the @WebService annotation, an input value equal to the name of the struct the @WebOperation annotation is applied to, and an output value equal to the response value of the @WebOperation annotation. Prescription Mandatory Level Tags “SCA annotations” “WSDL annotations”</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate</p><p>SCA C Test Assertions V0.01 10 Feb 05 2009 Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source</p><p>SCA C Test Assertions V0.01 11 Feb 05 2009 Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>SCA C Test Assertions V0.01 12 Feb 05 2009 Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID</p><p>SCA C Test Assertions V0.01 13 Feb 05 2009 Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription </p><p>SCA C Test Assertions V0.01 14 Feb 05 2009 Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target</p><p>SCA C Test Assertions V0.01 15 Feb 05 2009 Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>SCA C Test Assertions V0.01 16 Feb 05 2009 Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription </p><p>SCA C Test Assertions V0.01 17 Feb 05 2009 Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source</p><p>SCA C Test Assertions V0.01 18 Feb 05 2009 Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>SCA C Test Assertions V0.01 19 Feb 05 2009 Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate</p><p>SCA C Test Assertions V0.01 20 Feb 05 2009 Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source</p><p>SCA C Test Assertions V0.01 21 Feb 05 2009 Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>SCA C Test Assertions V0.01 22 Feb 05 2009 Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate</p><p>SCA C Test Assertions V0.01 23 Feb 05 2009 Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source</p><p>SCA C Test Assertions V0.01 24 Feb 05 2009 Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>SCA C Test Assertions V0.01 25 Feb 05 2009 Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites</p><p>SCA C Test Assertions V0.01 26 Feb 05 2009 Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>SCA C Test Assertions V0.01 27 Feb 05 2009 Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level</p><p>SCA C Test Assertions V0.01 28 Feb 05 2009 Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites</p><p>SCA C Test Assertions V0.01 29 Feb 05 2009 Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID</p><p>SCA C Test Assertions V0.01 30 Feb 05 2009 Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>SCA C Test Assertions V0.01 31 Feb 05 2009 Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate</p><p>SCA C Test Assertions V0.01 32 Feb 05 2009 Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source</p><p>SCA C Test Assertions V0.01 33 Feb 05 2009 Target Prerequisites Predicate Prescription Level Tags</p><p>Assertion ID Source Target Prerequisites Predicate Prescription Level Tags</p><p>Cross Mapping of Conformance Statements to Assertions</p><p>SCA C Test Assertions V0.01 34 Feb 05 2009 Conformance statement Test Assertion C20001 C-TA-2001 C20002 C20003 C-TA-2002 C20004 C-TA-2003 C20006 C-TA-2007 C20007 C-TA-2008 C20008 C-TA-2009 C-TA-2010 C20009 C-TA-2011 C20010 C-TA-2012 C20011 C-TA-2013 C-TA-2014 C20012 C-TA-2015 C-TA-2016 C20013 C-TA-2017 C20014 C-TA-2004 C-TA-2005 C20015 C-TA-2006</p><p>Conformance statement Test Assertion C30001 C-TA-3001 C-TA-3002</p><p>Conformance statement Test Assertion C40001 C-TA-4001</p><p>SCA C Test Assertions V0.01 35 Feb 05 2009 Conformance statement Test Assertion C60001 C-TA-6001 C60002 C-TA-6002 C60003 C-TA-6003</p><p>Conformance statement Test Assertion C70001 C-TA-7001 C70002 C-TA-7002</p><p>Conformance statement Test Assertion C90001 C-TA-9001 C90001 C-TA-9002</p><p>Conformance statement Test Assertion C100001</p><p>SCA C Test Assertions V0.01 36 Feb 05 2009 Conformance statement Test Assertion CA0001 C-TA-A001 C-TA-A002 CA0002 C-TA-A003 CA0003 C-TA-A004 CA0004 C-TA-A005 CA0005 C-TA-A006</p><p>Conformance statement Test Assertion CC0001</p><p>Conformance statement Test Assertion CD0001</p><p>SCA C Test Assertions V0.01 37 Feb 05 2009 Conformance statement Test Assertion CF0001</p><p>SCA C Test Assertions V0.01 38 Feb 05 2009</p>

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    38 Page
  • File Size
    -

Download

Channel Download Status
Express Download Enable

Copyright

We respect the copyrights and intellectual property rights of all users. All uploaded documents are either original works of the uploader or authorized works of the rightful owners.

  • Not to be reproduced or distributed without explicit permission.
  • Not used for commercial purposes outside of approved use cases.
  • Not used to infringe on the rights of the original creators.
  • If you believe any content infringes your copyright, please contact us immediately.

Support

For help with questions, suggestions, or problems, please contact us