Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@olafleur
Created May 10, 2016 02:19
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 olafleur/1718d3976c9be223ab457735a1cc922e to your computer and use it in GitHub Desktop.
Save olafleur/1718d3976c9be223ab457735a1cc922e to your computer and use it in GitHub Desktop.
F.F.F
3 test(s) in error on 5 tests run
-----
divisionByZeroTest :
/ by zero
com.olivierlafleur.testtest.TestsClass.divisionByZeroTest(TestsClass.java:12)
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
java.lang.reflect.Method.invoke(Method.java:497)
com.olivierlafleur.testtest.MyTestFramework.main(MyTestFramework.java:21)
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
java.lang.reflect.Method.invoke(Method.java:497)
com.intellij.rt.execution.application.AppMain.main(AppMain.java:140)
anotherTest2 : Condition not verified
inequalityTest : Expected 1 / Obtained 2
Process finished with exit code 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment