Searched refs:copyAndHashResource (Results 1 – 1 of 1) sorted by relevance
117 String expectedContentHash = copyAndHashResource("/javalib.jar", privateCopyFile); in testGeneratesEvents_standardClassLoader()138 String expectedContentHash = copyAndHashResource("/javalib.jar", privateCopyFile); in testGeneratesEvents_unknownClassLoader()165 mExpectedContentHash = copyAndHashResource( in testGeneratesEvents_nativeLibrary()183 mExpectedContentHash = copyAndHashResource( in testGeneratesEvents_nativeLibrary_escapedName()199 mExpectedContentHash = copyAndHashResource( in testGeneratesEvents_nativeExecutable()214 String expectedContentHash = copyAndHashResource( in testGeneratesEvents_spoofed_validFile()242 String expectedContentHash = copyAndHashResource( in testGeneratesEvents_spoofed_validFile_untrustedApp()376 private static String copyAndHashResource(String resourcePath, File copyTo) throws Exception { in copyAndHashResource() method in DynamicCodeLoggerIntegrationTests