Join Slack
Powered by
Or declaring the class itself: ``` class Foo : Fu...
# kotlintest
l
LeoColman
11/02/2019, 7:51 PM
Or declaring the class itself:
Copy code
class Foo : FunSpec() { init { test("Foo Bar") { // ... } test("Bar Foo") { // ... } } }
Open in Slack
Previous
Next