Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 993 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 993 Bytes

#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.