You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running your cofoja example Stack and ArrayListStack .
However, the tests fail because the annotations are not evaluated during runtime. The .contract files are along with the bytecode (.class) files in the same directory. During execution I use the JVM switch -javaagent:cofoja.contracts.asm-1.3-20160207.jar
The setting is latest release (cofoja.contracts.asm-1.3-20160207.jar), Eclipse 2022-06 (4.24.0) and JRE.1.8.0_201 and JUnit 5.
The tests are failing since no PostconditionError is thrown. E.g. testEmptyPop (java.lang.IndexOutOfBoundsException insted of PreconditionError.
The text was updated successfully, but these errors were encountered:
I'm running your cofoja example Stack and ArrayListStack .
However, the tests fail because the annotations are not evaluated during runtime. The .contract files are along with the bytecode (.class) files in the same directory. During execution I use the JVM switch -javaagent:cofoja.contracts.asm-1.3-20160207.jar
The setting is latest release (cofoja.contracts.asm-1.3-20160207.jar), Eclipse 2022-06 (4.24.0) and JRE.1.8.0_201 and JUnit 5.
The tests are failing since no PostconditionError is thrown. E.g. testEmptyPop (java.lang.IndexOutOfBoundsException insted of PreconditionError.
The text was updated successfully, but these errors were encountered: