We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7605811 + 6b0c61f commit b96f366Copy full SHA for b96f366
src/test/java/com/cloudbees/plugins/credentials/SecretBytesTest.java
@@ -26,10 +26,8 @@
26
import java.nio.charset.StandardCharsets;
27
import java.util.Random;
28
import jenkins.model.Jenkins;
29
-import jenkins.security.ConfidentialStoreRule;
30
import org.apache.commons.codec.binary.Base64;
31
import org.apache.commons.lang.RandomStringUtils;
32
-import org.junit.Rule;
33
import org.junit.Test;
34
35
import static org.hamcrest.MatcherAssert.assertThat;
@@ -38,8 +36,6 @@
38
36
import static org.hamcrest.Matchers.not;
39
37
40
public class SecretBytesTest {
41
- @Rule
42
- public ConfidentialStoreRule confidentialStore = new ConfidentialStoreRule();
43
44
@Test
45
public void encrypt() {
src/test/java/jenkins/security/ConfidentialStoreRule.java
0 commit comments