d4t_formulas/.pub-cache/hosted/pub.dev/coverage-1.15.0/test
Álvaro González 1d339653d5 feat: add formula data classes with strict JSON parsing
- Add VariableSpec class with magnitude field validation
- Add Formula class supporting multiple input/output variables
- Support d4rt_code as string or object with code field
- Add comprehensive tests for parsing and serialization
- Fix broken test import in pruebas_d4rt_test.dart

Follows README.md format requirements exactly
2025-08-21 17:15:00 +02:00
..
test_coverage_options feat: add formula data classes with strict JSON parsing 2025-08-21 17:15:00 +02:00
test_file_locator feat: add formula data classes with strict JSON parsing 2025-08-21 17:15:00 +02:00
test_files feat: add formula data classes with strict JSON parsing 2025-08-21 17:15:00 +02:00
test_with_coverage_package feat: add formula data classes with strict JSON parsing 2025-08-21 17:15:00 +02:00
workspace_names feat: add formula data classes with strict JSON parsing 2025-08-21 17:15:00 +02:00
chrome_test.dart feat: add formula data classes with strict JSON parsing 2025-08-21 17:15:00 +02:00
collect_coverage_api_test.dart feat: add formula data classes with strict JSON parsing 2025-08-21 17:15:00 +02:00
collect_coverage_config_test.dart feat: add formula data classes with strict JSON parsing 2025-08-21 17:15:00 +02:00
collect_coverage_mock_test.dart feat: add formula data classes with strict JSON parsing 2025-08-21 17:15:00 +02:00
collect_coverage_mock_test.mocks.dart feat: add formula data classes with strict JSON parsing 2025-08-21 17:15:00 +02:00
collect_coverage_test.dart feat: add formula data classes with strict JSON parsing 2025-08-21 17:15:00 +02:00
config_file_locator_test.dart feat: add formula data classes with strict JSON parsing 2025-08-21 17:15:00 +02:00
coverage_percentage_test.dart feat: add formula data classes with strict JSON parsing 2025-08-21 17:15:00 +02:00
filter_ignored_test.dart feat: add formula data classes with strict JSON parsing 2025-08-21 17:15:00 +02:00
format_coverage_test.dart feat: add formula data classes with strict JSON parsing 2025-08-21 17:15:00 +02:00
function_coverage_test.dart feat: add formula data classes with strict JSON parsing 2025-08-21 17:15:00 +02:00
isolate_paused_listener_test.dart feat: add formula data classes with strict JSON parsing 2025-08-21 17:15:00 +02:00
lcov_test.dart feat: add formula data classes with strict JSON parsing 2025-08-21 17:15:00 +02:00
README.md feat: add formula data classes with strict JSON parsing 2025-08-21 17:15:00 +02:00
resolver_test.dart feat: add formula data classes with strict JSON parsing 2025-08-21 17:15:00 +02:00
run_and_collect_test.dart feat: add formula data classes with strict JSON parsing 2025-08-21 17:15:00 +02:00
test_util.dart feat: add formula data classes with strict JSON parsing 2025-08-21 17:15:00 +02:00
test_with_coverage_test.dart feat: add formula data classes with strict JSON parsing 2025-08-21 17:15:00 +02:00
util_test.dart feat: add formula data classes with strict JSON parsing 2025-08-21 17:15:00 +02:00

Regenerating mocks

Some of the tests use a mock VmService that is automatically generated by Mockito. If the VmService changes, run this command in the root directory of this repo to regenerate that mock:

dart run build_runner build