manager-app/manager_api_new/test/point_test.dart
2025-07-17 12:11:59 +02:00

165 lines
3.5 KiB
Dart

//
// AUTO-GENERATED FILE, DO NOT MODIFY!
//
// @dart=2.18
// ignore_for_file: unused_element, unused_import
// ignore_for_file: always_put_required_named_parameters_first
// ignore_for_file: constant_identifier_names
// ignore_for_file: lines_longer_than_80_chars
import 'package:manager_api_new/api.dart';
import 'package:test/test.dart';
// tests for Point
void main() {
// final instance = Point();
group('test Point', () {
// GeometryFactory factory_
test('to test the property `factory_`', () async {
// TODO
});
// Object userData
test('to test the property `userData`', () async {
// TODO
});
// int srid
test('to test the property `srid`', () async {
// TODO
});
// GeometryPrecisionModel precisionModel
test('to test the property `precisionModel`', () async {
// TODO
});
// int numGeometries
test('to test the property `numGeometries`', () async {
// TODO
});
// bool isSimple
test('to test the property `isSimple`', () async {
// TODO
});
// bool isValid
test('to test the property `isValid`', () async {
// TODO
});
// double area
test('to test the property `area`', () async {
// TODO
});
// double length
test('to test the property `length`', () async {
// TODO
});
// GeometryCentroid centroid
test('to test the property `centroid`', () async {
// TODO
});
// GeometryCentroid interiorPoint
test('to test the property `interiorPoint`', () async {
// TODO
});
// GeometryCentroid pointOnSurface
test('to test the property `pointOnSurface`', () async {
// TODO
});
// MapAnnotationGeometry envelope
test('to test the property `envelope`', () async {
// TODO
});
// GeometryEnvelopeInternal envelopeInternal
test('to test the property `envelopeInternal`', () async {
// TODO
});
// bool isRectangle
test('to test the property `isRectangle`', () async {
// TODO
});
// PointAllOfCoordinateSequence coordinateSequence
test('to test the property `coordinateSequence`', () async {
// TODO
});
// List<Coordinate> coordinates (default value: const [])
test('to test the property `coordinates`', () async {
// TODO
});
// int numPoints
test('to test the property `numPoints`', () async {
// TODO
});
// bool isEmpty
test('to test the property `isEmpty`', () async {
// TODO
});
// Dimension dimension
test('to test the property `dimension`', () async {
// TODO
});
// Dimension boundaryDimension
test('to test the property `boundaryDimension`', () async {
// TODO
});
// double x
test('to test the property `x`', () async {
// TODO
});
// double y
test('to test the property `y`', () async {
// TODO
});
// PointAllOfCoordinate coordinate
test('to test the property `coordinate`', () async {
// TODO
});
// String geometryType
test('to test the property `geometryType`', () async {
// TODO
});
// OgcGeometryType ogcGeometryType
test('to test the property `ogcGeometryType`', () async {
// TODO
});
// PointAllOfBoundary boundary
test('to test the property `boundary`', () async {
// TODO
});
// double z
test('to test the property `z`', () async {
// TODO
});
// double m
test('to test the property `m`', () async {
// TODO
});
});
}