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.
1 parent 9a89428 commit 95030a3Copy full SHA for 95030a3
test/orchard/java_test.clj
@@ -1,6 +1,7 @@
1
(ns orchard.java-test
2
(:require
3
[clojure.java.io :as io]
4
+ [clojure.java.javadoc :as javadoc]
5
[clojure.test :refer :all]
6
[dynapath.util :as dp]
7
[orchard.java :refer :all]
@@ -11,6 +12,9 @@
11
12
(when-not jdk-parser? (println "No JDK parser available!"))
13
(when-not jdk-sources (println "No JDK sources available!"))
14
15
+(javadoc/add-remote-javadoc "com.amazonaws." "http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/")
16
+(javadoc/add-remote-javadoc "org.apache.kafka." "https://kafka.apache.org/090/javadoc/")
17
+
18
(deftest resources-test
19
;; If the JDK resources we wish to load dynamically are present on the file
20
;; system, test that we've resolved them and added them to the classpath.
0 commit comments