new test methods do not appear in test class run

Issue #600 resolved
Andrey created an issue

i just added a new test method (testTemplateWrapper) to a test class (TestEntitlemets). but i do not see it's running.

here is what happens if i run the test method individually from the context menu:

test_bug_1493234957428.png

here is what appear if i run the class:

test_suite_run_1493236851516.png

here is how my test settings look like:

test_settings_1493235132251.png

the test class has

@isTest

notation and has been saved/deployed before the test run.

Comments (10)

  1. Scott Wells repo owner

    My guess is that it's reusing the unit test run config that was created previously and not updating it. I'll take a look for the next release since I'll already be working in that area.

  2. Andrey reporter

    thanks, it seems when I run the new method individually it runs despite there is no output. at least, I see​ test coverage change. but there is no output for it.

  3. Scott Wells repo owner

    Andrey, I've been unable to reproduce this. Would you mind putting together a simple dummy test class and a change you'd make to that test class to add a new test method that reproduces this consistently for you? Once I can reproduce it my guess is that it'll take no time at all to fix it.

  4. Scott Wells repo owner

    Still unable to reproduce. Is this still happening for you? If so, please feel free to reopen and please include details on how to reproduce.

  5. Log in to comment