Skip to content

Instantly share code, notes, and snippets.

@DominikMostek
Created July 20, 2022 11:27
Show Gist options
  • Save DominikMostek/d3d31f7938f6c4bf4d11ec3e82e3128d to your computer and use it in GitHub Desktop.
Save DominikMostek/d3d31f7938f6c4bf4d11ec3e82e3128d to your computer and use it in GitHub Desktop.
void moreAssert() {
assertThat(price.getTax()).isEqualTo(456);
assertThat(price.getVipDiscount()).isTrue();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment