Details
Description
False positive for the following case:
import junit.framework.TestCase; import org.junit.Test; class Test extends TestCase { @Test public void test() { assertEquals(true, true); } }
Attachments
Issue Links
- implements
-
RSPEC-2699 Tests should include assertions
- Active
- is related to
-
SUPPORT-1182 Loading...