LithoTestRunner

constructor(testClass: Class<out Any>)

Creates a runner to run testClass. Looks in your working directory for your AndroidManifest.xml file and res directory by default. Use the Config annotation to configure.

Parameters

testClass

the test class to be run

Throws

InitializationError

if junit says so