Skip to content

Instantly share code, notes, and snippets.

@with-heart
Created July 23, 2017 23:35
Show Gist options
  • Save with-heart/77d1c5085bb7431d227bb55ac3b79c9e to your computer and use it in GitHub Desktop.
Save with-heart/77d1c5085bb7431d227bb55ac3b79c9e to your computer and use it in GitHub Desktop.
@Test
fun `basic properties`() {
assertEquals(false, filter.shouldFilter())
assertEquals(1, filter.filterOrder())
assertEquals("pre", filter.filterType())
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment