* Edit of basic usage and design. * Rearranged order of sections. * Added more information on special message types. * Added receiveN to JavaTestKit.
5 lines
145 B
Scala
5 lines
145 B
Scala
package docs.jrouting;
|
|
|
|
import org.scalatest.junit.JUnitSuite
|
|
|
|
class RouterViaProgramDocTest extends RouterViaProgramDocTestBase with JUnitSuite
|