Searched refs:pubKeyFile (Results 1 – 1 of 1) sorted by relevance
128 final File pubKeyFile = FileUtil.findFile(entry.getValue(), APEX_PUB_KEY_NAME); in testApexIncludePubKey() local131 pubKeyFile.exists()).isTrue(); in testApexIncludePubKey()148 final File pubKeyFile = FileUtil.findFile(entry.getValue(), APEX_PUB_KEY_NAME); in testApexPubKeyIsNotWellKnownKey() local151 assertThat(pubKeyFile).isNotNull(); in testApexPubKeyIsNotWellKnownKey()158 .that(areKeysMatching(pubKeyFile, wellKnownKey)).isFalse(); in testApexPubKeyIsNotWellKnownKey()