Questions tagged [dbrider]

2 questions
0
votes
1 answer

How to represent a bytes array with DB Rider in YAML configuration

I have a series of test cases using Spring Jdbc, Database Rider, and H2 — with Java 17.x. Everything works fine, but I can't find a way to represent a byte array in the YAML configuration file :/ This is what I have: @Getter @Builder public final…
x80486
  • 6,627
  • 5
  • 52
  • 111
0
votes
0 answers

Regex or wildcard in DBUnit XML dataset column value

What is the easiest way to use wildcards with field values in DBUnit XML datasets? I use DBRider+DBUnit with Spring Boot tests. Tried to check identifiers with generated numeric part like ID-123 using such placeholders
dfche
  • 3,403
  • 2
  • 24
  • 32