botsing icon indicating copy to clipboard operation
botsing copied to clipboard

Don't generate test classes when no test can be generated for model seeding

Open vmassol opened this issue 4 years ago • 0 comments

I got:

public class AbstractContextStore_ESTest
{
    @Test
    public void notGeneratedAnyTest()
    {
        // EvoSuite did not generate any tests
    }
}

Which is not very useful and prevents automatic commit of generated tests.

vmassol avatar Oct 11 '19 14:10 vmassol