Skip to main content
. 2025 Mar 9;25(6):1693. doi: 10.3390/s25061693
Algorithm 1 Example of a unit test, targeting the function generateName().
  •   A"prefix"

  •   B"suffix"

  •   N"name"

  •   s"_"

  • Ensure: generateName(N,A,B,s)="prefix_name_suffix"