Skip to content

Instantly share code, notes, and snippets.

@mikasjp
Created March 16, 2017 21:27
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 mikasjp/59ff50fc78e3e10333808b0a2c6b747d to your computer and use it in GitHub Desktop.
Save mikasjp/59ff50fc78e3e10333808b0a2c6b747d to your computer and use it in GitHub Desktop.
Assert.AreEqual( Oczekiwany, Aktualny ); //Czy oba parametry sa jednakowe
Assert.AreSame( Obiekt1, Obiekt2 ); //Czy oba parametry odwoluja sie do tego samego obiektu
Assert.Greater( Liczba1, Liczba2 ); //Czy x>y
Assert.Less( Liczba1, Liczba2 ); //Czy y<x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment