95 lines
2.1 KiB
Dart
95 lines
2.1 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 PointAllOfBoundary
|
|
void main() {
|
|
// final instance = PointAllOfBoundary();
|
|
|
|
group('test PointAllOfBoundary', () {
|
|
// 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
|
|
});
|
|
});
|
|
}
|