open62541/tests
Srdjan Usorac dbdac8d2af feat(core): Add XML en/decode support for Arrays
* Initial Variant encode included

Signed-off-by: Srdjan Usorac <uso@keba.com>
2025-03-02 13:38:18 +00:00
..
client refactor(client): Pull in inline definitions and better typing of async callback methods 2025-02-20 10:45:26 +01:00
encryption fix(server): Use trustlist methods in gds informationmodel 2025-02-27 14:45:52 +01:00
fuzz fix(core): Ensure that decode->encode->decode yields the identical result 2025-01-02 23:41:14 +01:00
multithreading refactor(arch): Remove UA_REUSEADDR option -- handle in the global test server constructor 2024-03-22 11:20:20 +01:00
network_replay feat(tests): Extend replay tests with encryption examples 2025-02-19 11:27:27 +01:00
nodeset-compiler feat(tests): Add test case to check the namespace mapping table 2024-12-07 23:03:22 +01:00
nodeset-loader fix(tests): XML decode within nodesetLoader integration tests 2025-03-02 13:38:18 +00:00
pubsub feat(tests): Add testing of UA_Server_updatePubSubConnectionConfig 2025-02-23 08:36:58 +01:00
server Merge remote-tracking branch 'origin/1.4' into merge_14_master_25 2025-02-02 19:14:15 +01:00
testing-plugins feat(tests): Add a ConnectionManager that can replay PCAP network dumps 2025-02-19 11:27:27 +01:00
check_chunking.c feat(core): Extend the binary encoding to take encoding options 2024-12-07 23:03:22 +01:00
check_cj5.c refactor(tests): Include stdlib.h where open62541 no longer does it 2023-07-28 21:42:56 +02:00
check_eventloop_eth.c refactor(tests): Include stdlib.h where open62541 no longer does it 2023-07-28 21:42:56 +02:00
check_eventloop_interrupt.c fix(server): Consistency in the use of the Windows architecture flag 2025-01-09 15:00:38 +01:00
check_eventloop_mqtt.c refactor(tests): Include stdlib.h where open62541 no longer does it 2023-07-28 21:42:56 +02:00
check_eventloop_tcp.c refactor(tests): Include stdlib.h where open62541 no longer does it 2023-07-28 21:42:56 +02:00
check_eventloop_udp.c refactor(tests): Include stdlib.h where open62541 no longer does it 2023-07-28 21:42:56 +02:00
check_eventloop.c refactor(el): Simplify the timer subsystem 2024-09-09 23:20:32 +02:00
check_kvm_utils.c test(core): Add test case for removals from KeyValueMap 2024-12-18 10:22:54 +01:00
check_mp_printf.c feat(tests): Add tests for mp_printf dependency and custom format specifiers 2024-09-09 23:20:32 +02:00
check_securechannel.c Merge remote-tracking branch 'origin/1.4' into merge_14_master_24 2024-11-29 21:50:04 +01:00
check_timer.c refactor(arch): Rename the eventloop_ folders to just the architecture 2024-10-26 17:42:12 +02:00
check_types_builtin_json.c refactor(core): JSON encoding of Variant, DataValue, ExtensionObject following 1.05 spec 2025-01-02 23:41:14 +01:00
check_types_builtin_xml.c feat(core): Add XML en/decode support for Arrays 2025-03-02 13:38:18 +00:00
check_types_builtin.c feat(core): Extend the binary encoding to take encoding options 2024-12-07 23:03:22 +01:00
check_types_custom.c feat(core): Extend the binary encoding to take encoding options 2024-12-07 23:03:22 +01:00
check_types_memory.c Merge remote-tracking branch 'origin/1.4' into merge_14_master_25 2025-01-25 19:06:56 +01:00
check_types_parse.c feat(util): Introduce percent-escaping of strings for RFC 3986 2025-02-08 12:38:12 +01:00
check_types_range.c refactor(core): Fold the <type>_generated_handling.h into <type>_generated.h 2024-05-29 06:14:56 +02:00
check_utils.c Merge remote-tracking branch 'origin/master' into merge_14_master_25 2025-01-20 16:09:35 +01:00
check_ziptree.c fix(deps): Fix an edge case and improve test coverage for ziptree 2023-01-17 17:19:56 +01:00
CMakeLists.txt feat(tests): Add a first replay tests against the UA C++ SDK 2025-02-19 11:27:27 +01:00
common.h refactor(core): Fold the <type>_generated_handling.h into <type>_generated.h 2024-05-29 06:14:56 +02:00
invalid_bit_types.bsd feat(core) Support for structures with optional fields and unions (#3503) 2020-05-02 10:20:10 +02:00
invalid_bit_types.csv feat(core) Support for structures with optional fields and unions (#3503) 2020-05-02 10:20:10 +02:00
valgrind_check_error.py refactor(tests): Move valgrind test helpers to /tests 2024-10-11 23:03:15 +02:00
valgrind_suppressions.supp feat(tests): Add a valgrind suppression for a singleton memory allocation in timer_create 2024-12-25 13:38:51 +01:00