Skip to content

Instantly share code, notes, and snippets.

@cacoco
Last active February 4, 2023 04:17
Show Gist options
  • Save cacoco/7a7f957a498b702d478b095ac6a3099d to your computer and use it in GitHub Desktop.
Save cacoco/7a7f957a498b702d478b095ac6a3099d to your computer and use it in GitHub Desktop.
import com.twitter.inject.server.{EmbeddedTwitterServer, FeatureTest}
class MyTwitterServerFeatureTest extends FeatureTest {
override protected val server =
new EmbeddedTwitterServer(new MyTwitterServer)
test("MyTwitterServer#starts") {
server.isHealthy
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment