Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dbfit inspect in standalone mode #76

Open
jediwhale opened this issue Apr 3, 2011 · 3 comments
Open

dbfit inspect in standalone mode #76

jediwhale opened this issue Apr 3, 2011 · 3 comments

Comments

@jediwhale
Copy link
Owner

I'm using dbfit from fitSharp distribution. I've noticed that I cannot use the Inspect fixture in standalone mode, because there is no way to set its "mode" (e.g. QUERY, TABLE, or PROCEDURE) in standalone. I'd like to be able to do this.

So...

Can the Inspect fixture be changed so that perhaps it can be extended to allow "mode" to be set ("mode" is currently private), say with an InspectQuery class, InspectTable class, and InspectProcedure class; each of which can just set the "mode" to the appropriate value.

This would have the added benefit of allowing usage of "Inspect Query" to work in fitnesse regardless of being in flow mode or not (without having to change the fixture name in the test from "Inspect Query" to "Inspect" or vice versa).

@jediwhale
Copy link
Owner Author

looks like inspect should be refactored into separate classes.

@jediwhale jediwhale reopened this Apr 3, 2011
@andydavidsmith
Copy link

I will take a look at this and send you a pull request

@jwill490
Copy link

jwill490 commented Jul 8, 2016

Hi, I was having the same problem. Has any progress been made on this issue? Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants