Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jakartaee-tck-dev] How to map tests to specs

Hello all,

In an attempt to get started with contributing here, I've managed to get some JPA TCK tests running locally. I've looked at some of the tests and wanted to know how these map to the spec itself. E.g. see one of the tests below, should the assertion id be used to somehow navigate the spec ? Any pointers/tips appreciated. Thanks !

Best,
Suhrid

  /*
   * @testName: newEntityTest
   * @assertion_ids: PERSISTENCE:SPEC:1375;
   * @test_Strategy: Instantiate entity and verify it didn't get persisted
   */
  public void newEntityTest() throws Fault {

Back to the top