facebook

Right Click on method; Run as JUnit no longer available

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #313473 Reply

    Richard Ding Au
    Participant

    The ‘Right Click’ option to run as JUnit was available but has since disappeared. It has been replaced with only ‘Run configuration …”

    When I bring up the Run configuration dialog, I can see my previous JUnit configurations; when I run them the JUnit test case runs correctly. I believe there is no problems with the JUnit test case itself.

    It seems myEclipse doesn’t recognize the method as a test case anymore.

    Running:
    MyEclipse Enterprise Workbench
    Version: 8.5
    Build id: 8.5-20100319

    I’m using annotations:

    
    package com.jt;
    
    import org.junit.After;
    import org.junit.Before;
    import org.junit.Test;
    
    public class JumpleadsFavouritesTest
    {
       @Test
       public void get_all_favourites() throws Exception
       {
       }
    }
    
    #313483

    support-swapna
    Participant

    rdingau,

    Can you switch to a new workspace and create a new test case?.
    Check if the same behavior exists.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Right Click on method; Run as JUnit no longer available

You must be logged in to post in the forum log in