Answering all at once...
1) There is no current way to pass a parameter for a test at the command
line. It has been requested and will be in a future release.
2) I think it's a rather good idea you suggest: pass in a string as a
parameter at the command line and have NUnit create the test on the
fly. Unfortunately, that's not possible either. The tests must be created
by having the argument appear somewhere in the code.
3) The inelegant solution of storing the input in a file is really the only
way to do it right now.
Charlie
> --
> You received this message because you are subscribed to the Google Groups "NUnit-Discuss" group.
> To post to this group, send email to nunit-...@googlegroups.com.
> To unsubscribe from this group, send email to nunit-discus...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/nunit-discuss?hl=en.
>
>
Charlie
Charlie