1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-06-12 22:54:52 +02:00
pgpainless/pgpainless-sop/src/test/java/org/pgpainless/sop/package-info.java

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
325 B
Java
Raw Normal View History

// 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;