<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to feature-requests</title><link>https://sourceforge.net/p/moreunit/feature-requests/</link><description>Recent changes to feature-requests</description><atom:link href="https://sourceforge.net/p/moreunit/feature-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Sun, 01 Nov 2015 13:29:59 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/moreunit/feature-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>#85 Jump To Test should not ask for method name</title><link>https://sourceforge.net/p/moreunit/feature-requests/85/?limit=25#42a5</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi Rüdiger,&lt;/p&gt;
&lt;p&gt;That looks like a reasonable suggestion :-)&lt;/p&gt;
&lt;p&gt;Going further, I'm wondering whether this wouldn't be a case for implementing the following &lt;a class="" href="https://github.com/MoreUnit/org.moreunit.intellij.plugin#features" rel="nofollow"&gt;feature of the IntelliJ plugin&lt;/a&gt;: "Jump to Last Opened Test"/"Jump to Last Opened Test Subject". The idea is to jump to the last test location (respectively test subject location) you were into before being in the current test subject (respectively current test).&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nicolas Demengel</dc:creator><pubDate>Sun, 01 Nov 2015 13:29:59 -0000</pubDate><guid>https://sourceforge.net7ca0b4ed8768ad1a9cd95bf1c879c9e440595783</guid></item><item><title>Jump To Test should not ask for method name</title><link>https://sourceforge.net/p/moreunit/feature-requests/85/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The "Jump To Text/Source" command (Ctrl+J) often shows a popup windows with a list to "destination methods" to jump to.&lt;/p&gt;
&lt;p&gt;As in my case the cursor is almost always at the right position in the respective source/test file editor, the extra popup is disruptive.&lt;/p&gt;
&lt;p&gt;Would it be possible to have a preference setting that disables the "destination metod" popup and jumps right to the editor as it is?&lt;/p&gt;&lt;/div&gt;</description><pubDate>Sat, 31 Oct 2015 08:19:53 -0000</pubDate><guid>https://sourceforge.net87dcaf5f250d6108e2bbdfc5d5ef6f3c99949d6b</guid></item><item><title>#84 Add support for multiple test source folders</title><link>https://sourceforge.net/p/moreunit/feature-requests/84/?limit=25#bb89</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I'm glad it's working! I let this request open as a reminder to make the auto-guess mode a real default mode.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nicolas Demengel</dc:creator><pubDate>Fri, 18 Sep 2015 09:45:55 -0000</pubDate><guid>https://sourceforge.netd2535a7a4fd44b46f5178de8ff4331a92ea236c5</guid></item><item><title>#84 Add support for multiple test source folders</title><link>https://sourceforge.net/p/moreunit/feature-requests/84/?limit=25#6689</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi Nicolas! Thanks for your quick answer, the auto-guess feature is working pretty well.&lt;/p&gt;
&lt;p&gt;The project level settings is not the best solution for me due to the fact that I'm importing very often new modules to my workspace. I will stay with auto-guess for now.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrei Zagorneanu</dc:creator><pubDate>Fri, 18 Sep 2015 09:34:09 -0000</pubDate><guid>https://sourceforge.net0d9afed4e4515ec2c3bec694654b06a67180ae31</guid></item><item><title>#84 Add support for multiple test source folders</title><link>https://sourceforge.net/p/moreunit/feature-requests/84/?limit=25#6cf4</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;(Or you can put whatever non-existing folder in the default setting and let MoreUnit guess everything, but it's kind of a hack, which may not work in the future.)&lt;/p&gt;
&lt;p&gt;The auto-guess feature is recent and it is not guaranteed that everything will work with such a set-up. It has been added to release the pain of configuring everything rightly at first use, but it would be great if we could allow MoreUnit to generally work without any configuration.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nicolas Demengel</dc:creator><pubDate>Fri, 18 Sep 2015 08:21:28 -0000</pubDate><guid>https://sourceforge.net8fa10c18fdeb72550b5262e7a733c44d7328ff3a</guid></item><item><title>#84 Add support for multiple test source folders</title><link>https://sourceforge.net/p/moreunit/feature-requests/84/?limit=25#b36c</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Sorry, I found the difference: my global settings for the test source folder where "test" and not "src/test/java". Since that folder does not exists, MoreUnit switched to an intelligent guess, which made the scenario work.&lt;/p&gt;
&lt;p&gt;So, in your situation, you do have to define specific settings at the project level, as described here: &lt;a href="http://moreunit.sourceforge.net/#doc-projectproperties."&gt;http://moreunit.sourceforge.net/#doc-projectproperties.&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nicolas Demengel</dc:creator><pubDate>Fri, 18 Sep 2015 08:16:06 -0000</pubDate><guid>https://sourceforge.net4395b305ea343c2c45865f05b928ea017d591ba1</guid></item><item><title>#84 Add support for multiple test source folders</title><link>https://sourceforge.net/p/moreunit/feature-requests/84/?limit=25#6d1e</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi Andrei,&lt;/p&gt;
&lt;p&gt;I did understand your situation. I only put the configuration of the test class names to make my example work, in case you wanted to give it a try. As you can see, the integration tests in my example are named with an "IntegrationTest" suffix.&lt;/p&gt;
&lt;p&gt;Now, as I said previously, regardless of the "src/test/java" global configuration, MoreUnit should be able to see your tests in src/integrationTest/java. I just set-up another project, using src/test/java and src/integrationTest/java, wiht only a "Test" suffix for classes, and it worked perfectly.&lt;br/&gt;
Are you sure you're using the latest version of MoreUnit? Previous versions required you to go the your project properties (rather than the workspace preferences) and specify all you test-to-production source folder mappings (see &lt;a href="http://moreunit.sourceforge.net/#doc-projectproperties"&gt;http://moreunit.sourceforge.net/#doc-projectproperties&lt;/a&gt;).&lt;/p&gt;
&lt;p&gt;Regards,&lt;br/&gt;
Nicolas&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nicolas Demengel</dc:creator><pubDate>Fri, 18 Sep 2015 08:12:38 -0000</pubDate><guid>https://sourceforge.net5513debc62ca222450d41a793fddf7e2e09e8a4c</guid></item><item><title>#84 Add support for multiple test source folders</title><link>https://sourceforge.net/p/moreunit/feature-requests/84/?limit=25#9679</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I knw about the possibility to configure the tests classes names, but here the problem is in their location. The tests are located in different directories:&lt;br/&gt;
src/test/java&lt;br/&gt;
src/integrationTest/java&lt;/p&gt;
&lt;p&gt;Check the screenshots. As result the Ctrl+J cannot find the tests from src/integrationTest/java&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrei Zagorneanu</dc:creator><pubDate>Fri, 18 Sep 2015 07:58:23 -0000</pubDate><guid>https://sourceforge.netbe24ec39781cc5231becfdc3c6cc79e47d5e576d</guid></item><item><title>#84 Add support for multiple test source folders</title><link>https://sourceforge.net/p/moreunit/feature-requests/84/?limit=25#d6c5</link><description>&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Group&lt;/strong&gt;: Version 3.0.4 --&amp;gt; Version 3.0.5&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nicolas Demengel</dc:creator><pubDate>Sun, 13 Sep 2015 07:53:09 -0000</pubDate><guid>https://sourceforge.net16780d5313f2a16572dbc78f9818fd5eb0b0382d</guid></item><item><title>#84 Add support for multiple test source folders</title><link>https://sourceforge.net/p/moreunit/feature-requests/84/?limit=25#e96f</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi Andrei,&lt;/p&gt;
&lt;p&gt;MoreUnit already supports such setup out of the box. Maybe you project requires a bit of configuration because of some naming conventions? See the attached screenshot for a simple working example. If you're still stuck, don't hesitate to describe your setup so I can help you!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nicolas Demengel</dc:creator><pubDate>Sun, 13 Sep 2015 07:33:00 -0000</pubDate><guid>https://sourceforge.net23b21f3e3ce1ad4938a06fd3f46935116aaf1016</guid></item></channel></rss>