c405f369ac25aade2fc442f75157cef6cb886f1e
Introduce InvokeActionTests.cs with comprehensive tests for: - Placeholder replacement logic (ReplacePlaceholders) across int, bool, string, DateTime, DateTimeOffset types, multiple placeholders, and various prefix formats. - Value extraction by column name (GetValueByColumnName), including models with and without [Column] attributes. - Exception handling for unresolvable placeholders and invalid input scenarios. These tests ensure robust coverage of both normal and error cases.
Description
Languages
C#
100%