Skip to content

Instantly share code, notes, and snippets.

@fievx
Created January 2, 2019 08:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fievx/16ba33d41dc7fd51e51d3cd5ee6dd3cc to your computer and use it in GitHub Desktop.
Save fievx/16ba33d41dc7fd51e51d3cd5ee6dd3cc to your computer and use it in GitHub Desktop.
class TestMockResponseFileReader{
@Test
fun `read simple file`(){
val reader = MockResponseFileReader("test.json")
assertEquals(reader.content, "success")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment