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

Do not allow to create test methods for inner classes #28

Open
hablutzel1 opened this issue Aug 8, 2012 · 3 comments
Open

Do not allow to create test methods for inner classes #28

hablutzel1 opened this issue Aug 8, 2012 · 3 comments

Comments

@hablutzel1
Copy link
Owner

If you write something like

public class A {

    /**
     * @should foo foo
     * @should fasdf
     */
    void foo() {

    }

    static class B {

        /**
         * @should sadf
         * @should asdf
         */
        void yoo() {

        }
    }

}

and then place the caret in the inner class, and press the button in the toolbar to generate the test methods then there appear the @should tags eligible for test methods but in the time of creation it fails

@tommaxwellmans
Copy link

How hard would it be to get this work? Is this a feature on planning on adding?

@hablutzel1
Copy link
Owner Author

@tommaxwellmans it shouldn't be too hard, but I'm not currently working on this project because of other activities. Anyway, I invite you to fork the project and fix this bug and then create a pull request if you want.

@tommaxwellmans
Copy link

Ok I'll give it a go.

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

2 participants