RoboelectricTestSuiteContent
A Roboelectric test suite's content. See roboelectricTestSuite for details.
Usage:
class MyRoboelectricTests : RoboelectricTestSuiteContent({
test("my first test") {
// ...
}
})Content copied to clipboard