testing with JAZZER

This commit is contained in:
2024-10-30 19:29:50 +01:00
commit 51f58d19bc
27 changed files with 401 additions and 0 deletions

13
testing/.idea/libraries/JAZZER.xml generated Normal file
View File

@@ -0,0 +1,13 @@
<component name="libraryTable">
<library name="JAZZER">
<CLASSES>
<root url="jar://$PROJECT_DIR$/out/production/JAZZER/jazzer-junit-0.22.1.jar!/" />
<root url="jar://$PROJECT_DIR$/out/production/JAZZER/junit-4.13.2.jar!/" />
<root url="jar://$PROJECT_DIR$/out/production/JAZZER/junit5-4.6.14.jar!/" />
<root url="jar://$PROJECT_DIR$/out/production/JAZZER/jazzer_standalone.jar!/" />
<root url="jar://$PROJECT_DIR$/out/production/JAZZER/hamcrest-core-1.3.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>

View File

@@ -0,0 +1,10 @@
<component name="libraryTable">
<library name="example_junit">
<CLASSES>
<root url="jar://$PROJECT_DIR$/JAZZER/example_junit/out/production/example_junit/hamcrest-core-1.3.jar!/" />
<root url="jar://$PROJECT_DIR$/JAZZER/example_junit/out/production/example_junit/junit-4.13.2.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>

View File

@@ -0,0 +1,10 @@
<component name="libraryTable">
<library name="example_junit2">
<CLASSES>
<root url="jar://$PROJECT_DIR$/JAZZER/example_junit/hamcrest-core-1.3.jar!/" />
<root url="jar://$PROJECT_DIR$/JAZZER/example_junit/junit-4.13.2.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>

View File

@@ -0,0 +1,11 @@
<component name="libraryTable">
<library name="example_unit_jazzer">
<CLASSES>
<root url="jar://$PROJECT_DIR$/JAZZER/example_unit_jazzer/jazzer_standalone.jar!/" />
<root url="jar://$PROJECT_DIR$/JAZZER/example_unit_jazzer/junit5-4.6.14.jar!/" />
<root url="jar://$PROJECT_DIR$/JAZZER/example_unit_jazzer/jazzer-junit-0.22.1.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>

View File

@@ -0,0 +1,11 @@
<component name="libraryTable">
<library name="example_unit_jazzer2">
<CLASSES>
<root url="jar://$PROJECT_DIR$/JAZZER/example_unit_jazzer/out/production/example_unit_jazzer/junit5-4.6.14.jar!/" />
<root url="jar://$PROJECT_DIR$/JAZZER/example_unit_jazzer/out/production/example_unit_jazzer/jazzer-junit-0.22.1.jar!/" />
<root url="jar://$PROJECT_DIR$/JAZZER/example_unit_jazzer/out/production/example_unit_jazzer/jazzer_standalone.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>

10
testing/.idea/libraries/jars.xml generated Normal file
View File

@@ -0,0 +1,10 @@
<component name="libraryTable">
<library name="jars">
<CLASSES>
<root url="file://$PROJECT_DIR$/jars" />
</CLASSES>
<JAVADOC />
<SOURCES />
<jarDirectory url="file://$PROJECT_DIR$/jars" recursive="false" />
</library>
</component>

View File

@@ -0,0 +1,9 @@
<component name="libraryTable">
<library name="jazzer_standalone">
<CLASSES>
<root url="jar://$PROJECT_DIR$/JAZZER/example_jazzer/jazzer_standalone.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>