finos / FDC3-conformance-framework

A framework for testing whether desktop containers implement the FDC3 standard
Apache License 2.0
14 stars 15 forks source link

Update Basic Tests to Match New Test Definitions #172

Closed robmoffat closed 1 year ago

robmoffat commented 1 year ago
  1. Implement JC1 as described here: https://github.com/finos/FDC3/blob/conformance2.0-rm/toolbox/fdc3-conformance/Basic-Tests.md

  2. Remove JC2, CH1, CH2 as they are all combined into that single test now.

  3. Check that the implementations of the tests for 1.2 and 2.0 match the definitions.

  4. Consider whether we should refactor to have a single implementation of the tests shared with 1.2 and 2.0 versions (i.e. reducing duplication in the codebase)