futurice / freesound-android

Unofficial Android client for the Freesound Project
Apache License 2.0
85 stars 16 forks source link

Migrating home tests to kotlin #136

Closed tomaszpolanski closed 7 years ago

peter-tackage commented 7 years ago

I was thinking about our arrange methods before and thinking that it would be pretty cool if we could do something like:

arrange {
  userDataModel {
    user = USER
  }
}
tomaszpolanski commented 7 years ago

I agree, now the way we do ArrangeBuilder is outdated. I will think in other PR how we can do it