Skip to content

Commit

Permalink
add test packages
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamVe committed Sep 19, 2023
1 parent ed89df7 commit 69c69cb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@
* limitations under the License.
*/

package com.yubico.yubikit.testing;
package com.yubico.yubikit.testing.openpgp;

import com.yubico.yubikit.testing.framework.OpenPgpInstrumentedTests;
import com.yubico.yubikit.testing.openpgp.OpenPgpDeviceTests;

import org.junit.Test;

Expand Down Expand Up @@ -71,6 +70,7 @@ public void testGenerateRsaKeys() throws Throwable {
public void testGenerateEcKeys() throws Throwable {
withOpenPgpSession(OpenPgpDeviceTests::testGenerateEcKeys);
}

@Test
public void testGenerateEd25519() throws Throwable {
withOpenPgpSession(OpenPgpDeviceTests::testGenerateEd25519);
Expand All @@ -85,6 +85,7 @@ public void testGenerateX25519() throws Throwable {
public void testAttestation() throws Throwable {
withOpenPgpSession(OpenPgpDeviceTests::testAttestation);
}

@Test
public void testSigPinPolicy() throws Throwable {
withOpenPgpSession(OpenPgpDeviceTests::testSigPinPolicy);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2022 Yubico.
* Copyright (C) 2022-2023 Yubico.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -14,7 +14,7 @@
* limitations under the License.
*/

package com.yubico.yubikit.testing;
package com.yubico.yubikit.testing.piv;

import androidx.test.ext.junit.runners.AndroidJUnit4;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package com.yubico.yubikit.testing;
package com.yubico.yubikit.testing.piv;

import com.yubico.yubikit.testing.framework.PivInstrumentedTests;
import com.yubico.yubikit.testing.piv.PivCertificateTests;
Expand Down

0 comments on commit 69c69cb

Please sign in to comment.