Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jakartaee-tck-dev] TCK references in the WebSocket spec doc

There are assertion docs generated for the spec and the java doc API, they should be part of the doc bundle, or at least were for the Java EE versions of the respective TCKs.  The ids below would be found it those docs with a brief description. 

The test in question validates the assertions that are listed in your example (or should anyways ;-) )

HTH
Lance

On Nov 27, 2019, at 11:49 AM, Mark Thomas <markt@xxxxxxxxxx> wrote:

Hi,

The WebSocket specification document has references like this in it:

WSC-6.5-2

These appear to cross-reference to the TCK where there are comments in
the source like this:

 /*
  * @testName: constructortest
  *
  * @assertion_ids: WebSocket:JAVADOC:8; WebSocket:JAVADOC:10;
  * WebSocket:JAVADOC:6; WebSocket:JAVADOC:7; WebSocket:JAVADOC:70;
  * WebSocket:JAVADOC:71; WebSocket:SPEC:WSC-3.2.1-1;
  * WebSocket:SPEC:WSC-3.2.2-1;
  *
  * @test_Strategy: Test constructor
  */


Together that makes me think there might be some sort of tooling
somewhere doing something with these references. If that is the case it
would be helpful to know what that tooling was and what it was doing
before we start making too many changes to the spec. Any pointers?

Note: at this point we are just doing clean-up but we a number of open
issues to clarify the spec. Adding that clarification may impact some of
these references and/or lead us to want to add new ones.

Thanks,

Mark
_______________________________________________
jakartaee-tck-dev mailing list
jakartaee-tck-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/jakartaee-tck-dev


Lance Andersen| Principal Member of Technical Staff | +1.781.442.2037
Oracle Java Engineering 
1 Network Drive 
Burlington, MA 01803
Lance.Andersen@xxxxxxxxxx




Back to the top