solidity/test/libsolidity/natspecJSON
2023-09-15 14:47:40 +02:00
..
invalid Move Natspec syntax tests to natspecJSON 2023-09-11 18:06:42 +02:00
custom_inheritance.sol natspecJSON: Generate missing expectations (including errors) 2023-09-11 18:06:42 +02:00
custom.sol natspecJSON: Generate missing expectations (including errors) 2023-09-11 18:06:42 +02:00
dev_and_user_basic_test.sol natspecJSON: Include version and kind fields in expectations where missing 2023-09-11 18:06:42 +02:00
dev_and_user_no_doc.sol natspecJSON: Include version and kind fields in expectations where missing 2023-09-11 18:06:42 +02:00
dev_author_at_function.sol natspecJSON: Generate missing expectations (including errors) 2023-09-11 18:06:42 +02:00
dev_constructor_and_function.sol natspecJSON: Generate missing expectations (including errors) 2023-09-11 18:06:42 +02:00
dev_constructor_return.sol natspecJSON: Generate missing expectations (including errors) 2023-09-11 18:06:42 +02:00
dev_constructor.sol natspecJSON: Generate missing expectations (including errors) 2023-09-11 18:06:42 +02:00
dev_contract_doc.sol natspecJSON: Generate missing expectations (including errors) 2023-09-11 18:06:42 +02:00
dev_contract_no_doc.sol natspecJSON: Generate missing expectations (including errors) 2023-09-11 18:06:42 +02:00
dev_default_inherit_variable.sol natspecJSON: Generate missing expectations (including errors) 2023-09-11 18:06:42 +02:00
dev_default_inherit.sol natspecJSON: Generate missing expectations (including errors) 2023-09-11 18:06:42 +02:00
dev_desc_after_nl.sol natspecJSON: Generate missing expectations (including errors) 2023-09-11 18:06:42 +02:00
dev_different_return_name_multiple_partly_unnamed.sol natspecJSON: Generate missing expectations (including errors) 2023-09-11 18:06:42 +02:00
dev_different_return_name_multiple_unnamed.sol natspecJSON: Generate missing expectations (including errors) 2023-09-11 18:06:42 +02:00
dev_different_return_name_multiple.sol natspecJSON: Generate missing expectations (including errors) 2023-09-11 18:06:42 +02:00
dev_different_return_name.sol natspecJSON: Generate missing expectations (including errors) 2023-09-11 18:06:42 +02:00
dev_documenting_no_param_description.sol natspecJSON: Generate missing expectations (including errors) 2023-09-11 18:06:42 +02:00
dev_documenting_no_param_name_end.sol natspecJSON: Generate missing expectations (including errors) 2023-09-11 18:06:42 +02:00
dev_documenting_no_param_name.sol natspecJSON: Generate missing expectations (including errors) 2023-09-11 18:06:42 +02:00
dev_documenting_no_return_param_name.sol natspecJSON: Generate missing expectations (including errors) 2023-09-11 18:06:42 +02:00
dev_documenting_nonexistent_param.sol natspecJSON: Generate missing expectations (including errors) 2023-09-11 18:06:42 +02:00
dev_explicit_inherit2.sol natspecJSON: Generate missing expectations (including errors) 2023-09-11 18:06:42 +02:00
dev_explicit_inherit_complex.sol natspecJSON: Generate missing expectations (including errors) 2023-09-11 18:06:42 +02:00
dev_explicit_inherit_partial2.sol natspecJSON: Generate missing expectations (including errors) 2023-09-11 18:06:42 +02:00
dev_explicit_inherit_partial.sol natspecJSON: Generate missing expectations (including errors) 2023-09-11 18:06:42 +02:00
dev_explicit_inherit_variable.sol natspecJSON: Generate missing expectations (including errors) 2023-09-11 18:06:42 +02:00
dev_explicit_inherit.sol natspecJSON: Generate missing expectations (including errors) 2023-09-11 18:06:42 +02:00
dev_inherit_parameter_mismatch.sol natspecJSON: Generate missing expectations (including errors) 2023-09-11 18:06:42 +02:00
dev_multiline_comment.sol natspecJSON: Generate missing expectations (including errors) 2023-09-11 18:06:42 +02:00
dev_multiline_return.sol natspecJSON: Generate missing expectations (including errors) 2023-09-11 18:06:42 +02:00
dev_multiple_functions.sol natspecJSON: Generate missing expectations (including errors) 2023-09-11 18:06:42 +02:00
dev_multiple_params_mixed_whitespace.sol natspecJSON: Generate missing expectations (including errors) 2023-09-11 18:06:42 +02:00
dev_multiple_params.sol natspecJSON: Generate missing expectations (including errors) 2023-09-11 18:06:42 +02:00
dev_mutiline_param_description.sol natspecJSON: Generate missing expectations (including errors) 2023-09-11 18:06:42 +02:00
dev_return_desc_after_nl.sol natspecJSON: Generate missing expectations (including errors) 2023-09-11 18:06:42 +02:00
dev_return_desc_multiple_unamed_mixed_2.sol natspecJSON: Generate missing expectations (including errors) 2023-09-11 18:06:42 +02:00
dev_return_desc_multiple_unamed_mixed.sol natspecJSON: Generate missing expectations (including errors) 2023-09-11 18:06:42 +02:00
dev_return_desc_multiple_unamed.sol natspecJSON: Generate missing expectations (including errors) 2023-09-11 18:06:42 +02:00
dev_return_desc_multiple.sol natspecJSON: Generate missing expectations (including errors) 2023-09-11 18:06:42 +02:00
dev_return_name_no_description.sol natspecJSON: Generate missing expectations (including errors) 2023-09-11 18:06:42 +02:00
dev_return_no_params.sol natspecJSON: Generate missing expectations (including errors) 2023-09-11 18:06:42 +02:00
dev_return.sol natspecJSON: Generate missing expectations (including errors) 2023-09-11 18:06:42 +02:00
dev_struct_getter_override_different_return_parameter_names.sol natspecJSON: Generate missing expectations (including errors) 2023-09-11 18:06:42 +02:00
dev_struct_getter_override_no_return_name.sol natspecJSON: Generate missing expectations (including errors) 2023-09-11 18:06:42 +02:00
dev_struct_getter_override.sol natspecJSON: Generate missing expectations (including errors) 2023-09-11 18:06:42 +02:00
dev_title_at_function_error.sol natspecJSON: Generate missing expectations (including errors) 2023-09-11 18:06:42 +02:00
docstring_double_empty.sol Generate expectations for moved Natspec syntax tests 2023-09-11 18:06:42 +02:00
docstring_enum.sol Generate expectations for moved Natspec syntax tests 2023-09-11 18:06:42 +02:00
docstring_named_return_parameter.sol Generate expectations for moved Natspec syntax tests 2023-09-11 18:06:42 +02:00
docstring_parameter.sol Generate expectations for moved Natspec syntax tests 2023-09-11 18:06:42 +02:00
docstring_private_state_variable.sol Generate expectations for moved Natspec syntax tests 2023-09-11 18:06:42 +02:00
docstring_state_variable.sol Generate expectations for moved Natspec syntax tests 2023-09-11 18:06:42 +02:00
docstring_struct.sol Generate expectations for moved Natspec syntax tests 2023-09-11 18:06:42 +02:00
docstring_variable.sol Generate expectations for moved Natspec syntax tests 2023-09-11 18:06:42 +02:00
emit_event_from_foreign_contract_no_inheritance.sol natspecJSON: Generate missing expectations (including errors) 2023-09-11 18:06:42 +02:00
emit_event_from_foreign_contract_with_same_signature.sol SolidityNatspecJSON: Convert Boost-based test cases into natspectJSON/*.sol tests 2023-09-11 18:06:42 +02:00
emit_event_from_foreign_contract.sol natspecJSON: Generate missing expectations (including errors) 2023-09-11 18:06:42 +02:00
emit_file_level_event_inheritance.sol Allow event definitions at file level 2023-09-15 14:47:40 +02:00
emit_file_level_event_with_same_signature_as_foreign_event.sol Allow event definitions at file level 2023-09-15 14:47:40 +02:00
emit_file_level_event.sol Allow event definitions at file level 2023-09-15 14:47:40 +02:00
emit_same_signature_event_different_libraries_missing_natspec.sol natspecJSON: Generate missing expectations (including errors) 2023-09-11 18:06:42 +02:00
emit_same_signature_event_different_libraries.sol natspecJSON: Generate missing expectations (including errors) 2023-09-11 18:06:42 +02:00
emit_same_signature_event_library_contract_missing_natspec.sol natspecJSON: Generate missing expectations (including errors) 2023-09-11 18:06:42 +02:00
emit_same_signature_event_library_contract.sol natspecJSON: Generate missing expectations (including errors) 2023-09-11 18:06:42 +02:00
emit_same_signature_event_library_inherited_missing_natspec.sol natspecJSON: Generate missing expectations (including errors) 2023-09-11 18:06:42 +02:00
emit_same_signature_event_library_inherited.sol natspecJSON: Generate missing expectations (including errors) 2023-09-11 18:06:42 +02:00
empty_comment.sol natspecJSON: Generate missing expectations (including errors) 2023-09-11 18:06:42 +02:00
enum_no_docs.sol SolidityNatspecJSON: Convert Boost-based test cases into natspectJSON/*.sol tests 2023-09-11 18:06:42 +02:00
error_multiple.sol natspecJSON: Generate missing expectations (including errors) 2023-09-11 18:06:42 +02:00
error.sol natspecJSON: Include version and kind fields in expectations where missing 2023-09-11 18:06:42 +02:00
event_inheritance_interface.sol natspecJSON: Include version and kind fields in expectations where missing 2023-09-11 18:06:42 +02:00
event_inheritance.sol natspecJSON: Include version and kind fields in expectations where missing 2023-09-11 18:06:42 +02:00
event.sol natspecJSON: Include version and kind fields in expectations where missing 2023-09-11 18:06:42 +02:00
multiline_notice_without_tag.sol natspecJSON: Generate missing expectations (including errors) 2023-09-11 18:06:42 +02:00
notice_without_tag.sol natspecJSON: Generate missing expectations (including errors) 2023-09-11 18:06:42 +02:00
private_state_variable.sol natspecJSON: Include version and kind fields in expectations where missing 2023-09-11 18:06:42 +02:00
public_state_variable_struct_repeated.sol natspecJSON: Generate missing expectations (including errors) 2023-09-11 18:06:42 +02:00
public_state_variable_struct.sol natspecJSON: Include version and kind fields in expectations where missing 2023-09-11 18:06:42 +02:00
public_state_variable.sol natspecJSON: Include version and kind fields in expectations where missing 2023-09-11 18:06:42 +02:00
return_param_amount_differs2.sol Generate expectations for moved Natspec syntax tests 2023-09-11 18:06:42 +02:00
return_param_amount_differs.sol Generate expectations for moved Natspec syntax tests 2023-09-11 18:06:42 +02:00
slash3_slash3.sol natspecJSON: Generate missing expectations (including errors) 2023-09-11 18:06:42 +02:00
slash3_slash4.sol natspecJSON: Generate missing expectations (including errors) 2023-09-11 18:06:42 +02:00
slash4.sol natspecJSON: Generate missing expectations (including errors) 2023-09-11 18:06:42 +02:00
star3.sol natspecJSON: Generate missing expectations (including errors) 2023-09-11 18:06:42 +02:00
struct_no_docs.sol SolidityNatspecJSON: Convert Boost-based test cases into natspectJSON/*.sol tests 2023-09-11 18:06:42 +02:00
unused_file_level_event.sol Allow event definitions at file level 2023-09-15 14:47:40 +02:00
user_basic_test.sol natspecJSON: Generate missing expectations (including errors) 2023-09-11 18:06:42 +02:00
user_constructor_and_function.sol natspecJSON: Generate missing expectations (including errors) 2023-09-11 18:06:42 +02:00
user_constructor.sol natspecJSON: Generate missing expectations (including errors) 2023-09-11 18:06:42 +02:00
user_default_inherit_variable.sol natspecJSON: Generate missing expectations (including errors) 2023-09-11 18:06:42 +02:00
user_default_inherit.sol natspecJSON: Generate missing expectations (including errors) 2023-09-11 18:06:42 +02:00
user_empty_contract.sol natspecJSON: Generate missing expectations (including errors) 2023-09-11 18:06:42 +02:00
user_empty_natspec_test.sol natspecJSON: Generate missing expectations (including errors) 2023-09-11 18:06:42 +02:00
user_explicit_inherit2.sol natspecJSON: Generate missing expectations (including errors) 2023-09-11 18:06:42 +02:00
user_explicit_inherit_partial2.sol natspecJSON: Generate missing expectations (including errors) 2023-09-11 18:06:42 +02:00
user_explicit_inherit_partial.sol natspecJSON: Generate missing expectations (including errors) 2023-09-11 18:06:42 +02:00
user_explicit_inherit_variable.sol natspecJSON: Generate missing expectations (including errors) 2023-09-11 18:06:42 +02:00
user_explicit_inherit.sol natspecJSON: Generate missing expectations (including errors) 2023-09-11 18:06:42 +02:00
user_inherit_parameter_mismatch.sol natspecJSON: Generate missing expectations (including errors) 2023-09-11 18:06:42 +02:00
user_multiline_comment.sol natspecJSON: Generate missing expectations (including errors) 2023-09-11 18:06:42 +02:00
user_multiline_empty_lines.sol natspecJSON: Generate missing expectations (including errors) 2023-09-11 18:06:42 +02:00
user_multiple_functions.sol natspecJSON: Generate missing expectations (including errors) 2023-09-11 18:06:42 +02:00
user_newline_break.sol natspecJSON: Generate missing expectations (including errors) 2023-09-11 18:06:42 +02:00