Skip to content
#

state-machine

Here are 1,203 public repositories matching this topic...

workflow
zach-klippenstein
zach-klippenstein commented Feb 15, 2020

If you think this will be the same for all apps you could just extract it into a separate .gradle file and apply to demo apps.

Something like:

./buildscript/configure-sample-app.gradle

apply plugin: 'com.android.application'

android {
  defaultConfig {
    testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
  }

  testOptions {
    animationsDisabled = true
good first issue kotlin meta
0legg
0legg commented Jan 31, 2022

Right now there is no easy way to expect that some particular worker is not running during the given render step. There is a workaround to use requireExplicitWorkerExpectations, but it requires to specify the footprint for the rest of the workers.

Proposal: add methods like expectNoWorker/expectNoWorkerOutputting that will do the work complementary to expectWorker/`expectWorkerOutputtin

enhancement good first issue testing

Improve this page

Add a description, image, and links to the state-machine topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the state-machine topic, visit your repo's landing page and select "manage topics."

Learn more