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
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ Make sure to run these tests after making changes in the verification code.
46
46
## Project structure
47
47
-**docs**: documents used for the design of the language. The folder includes a readme to a full artifact used in the design process, here are some initial documents used to prepare the design of the refinements language at its evaluation
48
48
-**liquidjava-api**: inlcudes the annotations that can be introduced in the Java programs to add the refinements
49
-
-**liquidjava-examples**: includes a main folder with the current example that the verifier is testing; and inlcudes the classes for the tests
49
+
-**liquidjava-examples**: includes a main folder with the current example that the verifier is testing; the test suite that is used in maven test is under the `testSuite` folder
50
50
-**liquidjava-verifier**: has the project for verification of the classes
51
51
-*api*: classes that test the verifier. Includes the `CommandLineLauncher` that runs the verification on a given class or on the main folder of `liquidjava-examples` if no argument is given. This package includes the JUnit tests to verify if the examples in `liquidjava-example/tests` are correctly verified.
52
52
-*ast*: represents the abstract syntax tree of the refinement's language.
@@ -55,3 +55,4 @@ Make sure to run these tests after making changes in the verification code.
55
55
-*rj_language*: handles the processing of the strings with refinements.
56
56
-*smt*: package that handles the translation to the smt solver and the processing of the results the smt solver produces.
57
57
-*utils*: includes useful methods for all the previous packages.
58
+
-*test/java/liquidjava/api/tests* contains the `TestExamples` class used for running the testSuite
0 commit comments