steveblackmon commented on code in PR #6:
URL: https://github.com/apache/streams-activitypub/pull/6#discussion_r1493959483


##########
streams-activitypub-graph/src/test/scala/org/apache/streams/activitypub/graph/test/cases/WebfingerGraphImplTest.scala:
##########
@@ -0,0 +1,126 @@
+package org.apache.streams.activitypub.graph.test.cases
+
+import org.apache.http.HttpStatus
+import org.apache.http.client.utils.URIBuilder
+import org.apache.http.entity.ContentType
+import org.apache.streams.activitypub.api.pojo.WebfingerQueryRequest
+import org.apache.streams.activitypub.api.pojo.WebfingerQueryResponse
+import org.apache.streams.activitypub.graph.impl.WebfingerGraphImpl
+import org.apache.streams.activitypub.graph.test.ActivityPubGraphTestSuite
+import org.junit.jupiter.api.Assertions
+import org.junit.jupiter.api.Disabled
+import org.junit.jupiter.api.DisplayName
+import org.junit.jupiter.api.Order
+import org.junit.jupiter.api.Test
+import org.slf4j.LoggerFactory
+
+import java.nio.charset.Charset
+import scala.util.Try;
+
+class WebfingerGraphImplTest {
+
+    private final val LOGGER = 
LoggerFactory.getLogger(classOf[GraphDatabaseServerAvailableTest]);
+
+    val primaryTestResourceURI = "https://mastodon.social/users/steveblackmon";

Review Comment:
   the project doap file has my mastodon link in it, will likely parameterize 
this and similar test cases with URIs sourced from a test scope config file as 
the test dataset(s) grow and evolve



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@streams.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to