Document nature of tests in pgpainless-sop

This commit is contained in:
Paul Schaub 2024-03-30 19:20:12 +01:00
parent 0b7511a223
commit 741d72eadc
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
2 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,9 @@
// SPDX-FileCopyrightText: 2024 Paul Schaub <vanitasvitae@fsfe.org>
//
// SPDX-License-Identifier: Apache-2.0
/**
* Tests for the {@link sop.SOP} API, tailored to the behavior of PGPainless' implementation specifically.
* Generalized tests can be found in {@link sop.testsuite.pgpainless}.
*/
package org.pgpainless.sop;

View File

@ -0,0 +1,9 @@
// SPDX-FileCopyrightText: 2024 Paul Schaub <vanitasvitae@fsfe.org>
//
// SPDX-License-Identifier: Apache-2.0
/**
* Generalized tests for the {@link sop.SOP} API.
* For tests tailored specifically to PGPainless' behavior, see {@link org.pgpainless.sop}.
*/
package sop.testsuite.pgpainless;