-
Notifications
You must be signed in to change notification settings - Fork 130
/
Copy pathjts.yaml
20 lines (20 loc) · 1.29 KB
/
jts.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
"language": "jvm"
"project": "jts"
"target_name": "JtsFuzzer"
"target_path": "/src/JtsFuzzer.java"
"test_files":
- "test_file_path": "org/locationtech/jts/index/bintree/IntervalList.java"
- "test_file_path": "org/locationtech/jts/io/geojson/GeoJsonWriterTest.java"
- "test_file_path": "org/locationtech/jts/shape/fractal/MortonCodeTest.java"
- "test_file_path": "org/locationtech/jts/index/strtree/GeometryDistanceComparator.java"
- "test_file_path": "org/locationtech/jts/geom/TriangleCircumcentreTest.java"
- "test_file_path": "java/org/locationtech/jtsexample/geom/PrecisionModelExample.java"
- "test_file_path": "jtsexample/geom/SimpleMethodsExample.java"
- "test_file_path": "org/locationtech/jtstest/TestReaderTest.java"
- "test_file_path": "org/locationtech/jts/operation/overlayarea/GeometryAreaTest.java"
- "test_file_path": "src/main/java/org/locationtech/jtsexample/geom/ExtendedCoordinate.java"
- "test_file_path": "org/locationtech/jtstest/testbuilder/geom/ConstrainedInteriorPointTest.java"
- "test_file_path": "org/locationtech/jtstest/TestFileGeometryExtractor.java"
- "test_file_path": "test/jts/perf/operation/valid/IsValidPolygonPerfTest.java"
- "test_file_path": "org/locationtech/jts/index/SpatialIndexTester.java"
- "test_file_path": "org/locationtech/jts/io/oracle/StaticMultiPolygonTest.java"