all #20090 enable running java tests in actor,camel,cluster,persistence
This commit is contained in:
parent
770c216ceb
commit
62d8a69fac
23 changed files with 57 additions and 23 deletions
|
|
@ -29,6 +29,8 @@ class QuickStartDocSpec extends WordSpec with BeforeAndAfterAll with ScalaFuture
|
|||
system.terminate()
|
||||
}
|
||||
|
||||
def println(any: Any) = () // silence printing stuff
|
||||
|
||||
"demonstrate Source" in {
|
||||
//#create-source
|
||||
val source: Source[Int, NotUsed] = Source(1 to 100)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue