Skip to content

designatednerd/Wino

Repository files navigation

#Wino

Android Wine-Tasting Note Taker / Example App for Testing Talk

##JUnit 4 Example

WineTastingTests is a really basic example of setting up JUnit4-style tests.

##Parameterized Example

ParameterizedWineNameTests is an example of how to use parameterized tests to run the same test repeatedly using different parameters to make sure the same object can handle many types of input quickly.

##Espresso Examples

WineTastingDetailUITests is an example of how to set up individual UI tests with Espresso.

EspressoHelpers is an example of how to compose pieces of Espresso functionality into custom actions which allow you to write more expressive code.

About

Android Wine-Tasting Note Taker / Example App for Testing Talk

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages