Steve Davids created SOLR-5218:
----------------------------------

             Summary: Unable to extend SolrJettyTestBase within a Parametrized 
test
                 Key: SOLR-5218
                 URL: https://issues.apache.org/jira/browse/SOLR-5218
             Project: Solr
          Issue Type: Bug
          Components: Tests
    Affects Versions: 4.3.1
            Reporter: Steve Davids
             Fix For: 4.5, 5.0


I would like to create a unit test that extends SolrJettyTestBase using the 
JUnit Parameterized test format. When I try to run the test I get the following 
messages:

Method beforeClass() should be public & Method afterClass() should be public
at java.lang.reflect.Constructor.newInstance(Unkown Source)...

Obviously it would be great if we could make those public so I can use the 
JUnit Runner.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to