hablutzel1 / GenerateTestCases

Behaviour Driven Development plugin for IntelliJ IDEA
18 stars 11 forks source link

ensure only one Assert is imported for JUnit #1

Closed hablutzel1 closed 13 years ago

hablutzel1 commented 13 years ago

Currently the plugin is importing multiple Assert´s from junit. This issue produces an ambiguous reference for the test class.

import junit.framework.Assert;

import org.junit.Assert;

hablutzel1 commented 13 years ago

A test has been wrote for this com.intellij.generatetestcases.testframework.JUnitStrategyBaseTest#testCreateBackingTestMethod_shouldManageAppropiatelyExistenceOfMultipleAssertsImports