buildframework/helium/sf/java/imaker/tests/src/com/nokia/helium/imaker/tests/TestIMaker.java
changeset 628 7c4a911dc066
parent 587 85df38eb4012
equal deleted inserted replaced
588:c7c26511138f 628:7c4a911dc066
    14 * Description:  
    14 * Description:  
    15 *
    15 *
    16 */
    16 */
    17 package com.nokia.helium.imaker.tests;
    17 package com.nokia.helium.imaker.tests;
    18 
    18 
    19 import static org.junit.Assert.*;
    19 import static org.junit.Assert.assertArrayEquals;
       
    20 import static org.junit.Assert.assertEquals;
       
    21 import static org.junit.Assert.fail;
    20 
    22 
    21 import java.io.File;
    23 import java.io.File;
    22 import java.util.List;
    24 import java.util.List;
    23 
    25 
    24 import org.junit.Test;
    26 import org.junit.Test;