1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-09-09 18:29:39 +02:00

TestAllImplementations: Fix javadoc

This commit is contained in:
Paul Schaub 2025-05-14 13:26:01 +02:00
parent af500bdec1
commit 66d270c071
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
3 changed files with 9 additions and 1 deletions

View file

@ -0,0 +1,4 @@
package org.pgpainless.util
class OpenPGPCertificateUtil {
}

View file

@ -0,0 +1,4 @@
package org.pgpainless.util;
public class OpenPGPCertificateUtilTest {
}

View file

@ -25,7 +25,7 @@ import org.junit.jupiter.api.extension.TestTemplateInvocationContextProvider;
* Example test annotation: * Example test annotation:
* {@code * {@code
* @TestTemplate * @TestTemplate
* @ExtendWith(ImplementationFactoryTestInvocationContextProvider.class) * @ExtendWith(TestAllImplementations.class)
* public void testAllImplementationFactories() { * public void testAllImplementationFactories() {
* ... * ...
* } * }