BAEL-1746 added custom property editor implementation

This commit is contained in:
Erdem
2018-05-03 23:27:12 +03:00
parent ef481d19ee
commit 043f6bade7
9 changed files with 81 additions and 24 deletions
@@ -1,4 +1,4 @@
package com.baeldung.propertyeditor;
package com.baeldung.propertyeditor.creditcard;
import org.junit.Assert;
import org.junit.Before;
@@ -6,6 +6,9 @@ import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.runners.MockitoJUnitRunner;
import com.baeldung.propertyeditor.creditcard.CreditCard;
import com.baeldung.propertyeditor.creditcard.CreditCardEditor;
@RunWith(MockitoJUnitRunner.class)
public class CreditCardEditorTest {