>># 
>># Copyright 1990, 1991 by the Massachusetts Institute of Technology and
>># UniSoft Group Limited.
>># 
>># Permission to use, copy, modify, distribute, and sell this software and
>># its documentation for any purpose is hereby granted without fee,
>># provided that the above copyright notice appear in all copies and that
>># both that copyright notice and this permission notice appear in
>># supporting documentation, and that the names of MIT and UniSoft not be
>># used in advertising or publicity pertaining to distribution of the
>># software without specific, written prior permission.  MIT and UniSoft
>># make no representations about the suitability of this software for any
>># purpose.  It is provided "as is" without express or implied warranty.
>># 
>># $XConsortium: rmstrtbndn.m,v 1.5 92/06/11 17:41:51 rws Exp $
>># 
>>#
>>TITLE XrmStringToBindingQuarkList CH10
>>ASSERTION A XrmStringToBindingQuarkList-1
When string is a valid null-terminated resource name format
string, then a call to XrmStringToBindingQuarkList returns a
quark list in quarks_return corresponding to the components
of string.
>>STRATEGY
Create the test string.
Call XrmStringToBindingQuarkList to obtain the quark and binding lists.
Verify that the quark list returned was as expected.
>>ASSERTION A XrmStringToBindingQuarkList-2
On a call to XrmStringToBindingQuarkList, the string is
separated into components according to the positions of
periods and asterisks.
>>STRATEGY
Create the test string.
Call XrmStringToBindingQuarkList to obtain quark and binding lists.
Verify that the quark list returned was as expected.
>>ASSERTION A XrmStringToBindingQuarkList-3
When string does not start with a period or asterisk, then
a leading period is assumed.
>>STRATEGY
Call XrmStringToBindingQuarkList to obtain quark and binding lists.
Verify that the binding was correct .
>>ASSERTION A XrmStringToBindingQuarkList-4
When string is a valid resource name format string, then a
call to XrmStringToBindingQuarkList returns a binding list
in bindings_return corresponding to the components of string,
with components of string starting with an asterisk set to
XrmBindLoosely and other components set to XrmBindTightly.
>>STRATEGY
Create the test string.
Call XrmStringToBindingQuarkList to obtain the quark and binding lists.
Verify that the binding list returned was as expected.
>>ASSERTION A XrmStringToBindingQuarkList-5
On a call to XrmStringToBindingQuarkList, the
quarks_return list is terminated with a zero.
>>STRATEGY
Create the test string.
Set return buffer with unique quark value.
Call XrmStringToBindingQuarkList to obtain the quark and binding lists.
Verify that the quark list was zero terminated.
