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:
parent
af500bdec1
commit
66d270c071
3 changed files with 9 additions and 1 deletions
|
@ -0,0 +1,4 @@
|
||||||
|
package org.pgpainless.util
|
||||||
|
|
||||||
|
class OpenPGPCertificateUtil {
|
||||||
|
}
|
|
@ -0,0 +1,4 @@
|
||||||
|
package org.pgpainless.util;
|
||||||
|
|
||||||
|
public class OpenPGPCertificateUtilTest {
|
||||||
|
}
|
|
@ -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() {
|
||||||
* ...
|
* ...
|
||||||
* }
|
* }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue