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
I was wondering if the library has this ability, I'd expect you to possibly rely on something like this for unit testing. Ideally I could supply a string that is (literally) a copy of a typed in arg list, and have that broken up into a set of smaller strings (like .Split does but clearly more intelligent).
I'd like to use this for unit testing my own applications hence my question (I'd rather not write my own).
The text was updated successfully, but these errors were encountered:
I was wondering if the library has this ability, I'd expect you to possibly rely on something like this for unit testing. Ideally I could supply a string that is (literally) a copy of a typed in arg list, and have that broken up into a set of smaller strings (like .Split does but clearly more intelligent).
I'd like to use this for unit testing my own applications hence my question (I'd rather not write my own).
The text was updated successfully, but these errors were encountered: