akka/akka-core

Missing docs for Java testkit EventFilter

Open

#26,433 opened on Feb 22, 2019

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Scala (3,547 forks)batch import
1 - triagedhelp wantedt:docst:javat:testing

Repository metrics

Stars
 (13,277 stars)
PR merge metrics
 (Avg merge 8d 19h) (10 merged PRs in 30d)

Description

The Java API for EventFilter has one mention in the docs: https://doc.akka.io/docs/akka/current/testing.html#expecting-log-messages

But no Scaladoc/Javadoc explaining how it can take either SomeException.class or a LogEvent subtype to catch specific log entry types.

Add both ref docs and scaladoc.

Contributor guide