Eric Romrell

Results 5 issues of Eric Romrell

It seems like the images and gifs in the README aren't showing up. Any other way I can see what the result would look like?

Hey @mattmook - love the library. Thanks for all the work you put into it. I'm proposing that we use it at Walmart to support our tests/sample apps. There's a...

As discussed in https://github.com/appmattus/kotlinfixture/issues/98, it would be nice to have a small helper function that would immediately create a randomized fixture, without having to write: ``` kotlinFixture().invoke() ``` each time....

I only looked through your code briefly, but does this support horizontal scrolling? I seemed like the motion event was hard-coded to DOWN

We use Mockito to verify when certain functions are called on a mock being used by a unit under test. Take for instance this simplified example: ```kotlin import org.junit.Test import...