-
public interface ThreadAssert
-
-
Method Summary
Modifier and Type Method Description UnitrunningOnMainThread()UnitshouldNeverBeCalled(String errorMessage)UnitrunningOnBackgroundThread()abstract ClientErrorControllerIfgetClientErrorController()abstract UnitsetClientErrorController(ClientErrorControllerIf clientErrorController)-
-
Method Detail
-
runningOnMainThread
Unit runningOnMainThread()
-
shouldNeverBeCalled
Unit shouldNeverBeCalled(String errorMessage)
-
runningOnBackgroundThread
Unit runningOnBackgroundThread()
-
getClientErrorController
abstract ClientErrorControllerIf getClientErrorController()
-
setClientErrorController
abstract Unit setClientErrorController(ClientErrorControllerIf clientErrorController)
-
-
-
-