Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6233059
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T10:13:50+00:00 2026-05-24T10:13:50+00:00

does somebody know why @Test annotated methods which are inherited from a Scala trait

  • 0

does somebody know why @Test annotated methods which are inherited from a Scala trait are not found by the JUnit 4 test runner? It gives me “No JUnit tests found”.

class FooTests extends BarTesting

But the following modification works?

import junit.framework.TestCase

class FooTests extends TestCase with BarTesting

In the Scala trait BarTesting I defined methods with the following signature.

@Test
final def testBar() {
 // ...
}
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T10:13:50+00:00Added an answer on May 24, 2026 at 10:13 am

    This is indeed a bug in Eclipse. You can raise as such if you like. http://www.assembla.com/spaces/scala-ide/tickets.

    When you extend TestCase the test is being run because it starts with test, not because of the annotation. There was a problem with recognition of annotations, which is how the junit stuff works, and I haven’t looked to see if it is fixed yet to make the junit stuff work.

    Your best bet is to:

    1. Raise the bug against scala-ide
    2. Add @RunWith[classOf[JUnit]) to your class

    The following works:

    trait BarTesting {
      @Test final def testBar() {
        println("Hello world")
      }
    }
    
    @RunWith(classOf[JUnit4])
    class FooTesting extends BarTesting {
    }
    

    And I’ll try and fix the bug.

    EDIT: In the latest versions of scala-ide (as of 9 November 2011), this now works.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Does somebody know a Java library which serializes a Java object hierarchy into Java
Does somebody know how to recover a never-starting eclipse when the error org.eclipse.swt.SWTError: Item
Does somebody know a rich text editor (like NSTextView for Mac OS X) library
Does somebody know some FAQ websites based on phpMyFAQ ? Thanks Joseph
does somebody know, why the argparse module didn't make it in python 3? it's
Does somebody knows if its possible to build a T-SQL query to obtain the
Can somebody advise me what this code does and how can I convert it
Does Google force employees who have offers from Facebook to leave immediately?
Does anybody know any good resources for learning how to program CIL with in-depth
Does anyone know how to get IntelliSense to work reliably when working in C/C++

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.