You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm making a function which takes &[Row] as input and I want to make a few test cases for it. However, from what I can tell there is no way to directly construct a Row.
Is it by design, that Row doesn't expose a public constructor? - How do others go about making test data for functions taking Row as input?