Skip to content

Instantly share code, notes, and snippets.

@thiagoolsilva
Created May 19, 2016 15:57
Show Gist options
  • Save thiagoolsilva/2825bd03ce922ec37eedfa2d40126763 to your computer and use it in GitHub Desktop.
Save thiagoolsilva/2825bd03ce922ec37eedfa2d40126763 to your computer and use it in GitHub Desktop.
//Check if the given object is not null
public void assertNotNull(Object object)
//Check if the given object is equals with actual value
public void assertEquals(Object expected, Object actual)
//Fail the current Test if any check was failed
public void fail(String message)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment