Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » TestRunListener isn't called
TestRunListener isn't called [message #1098350] Sat, 31 August 2013 00:46
Matt G is currently offline Matt GFriend
Messages: 2
Registered: August 2013
Junior Member
I've written an eclipse plugin so that I can alert on JUnit tests.

plugin.xml includes the following code:

<extension point="org.eclipse.jdt.junit.testRunListeners">
    <testRunListener class="com.mysite.eclipse.myproject.MyClass">
    </testRunListener>
</extension>


It is my understanding that having code in MyClass.java's methods would run automatically whenever I have the plugin installed and run JUnit test cases.

This does not seem to be the case. Am I missing something obvious here?

Now that I think of it, I've placed code in the plugin's start(BundleContext) method that that doesn't seem to be running either.
Previous Topic:Strange issue with relative path and third party jar.
Next Topic:Eclipse plugin for Eclipse 4.3
Goto Forum:
  


Current Time: Thu Apr 25 08:34:05 GMT 2024

Powered by FUDForum. Page generated in 0.07390 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top