buildframework/helium/sf/java/imaker/tests/src/com/nokia/helium/imaker/tests/TestHelpConfigStreamConsumer.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.assertArrayEquals;
       
    20 
    19 import java.io.File;
    21 import java.io.File;
    20 
    22 
    21 import org.junit.*;
    23 import org.junit.Test;
    22 
    24 
    23 import com.nokia.helium.imaker.HelpConfigStreamConsumer;
    25 import com.nokia.helium.imaker.HelpConfigStreamConsumer;
    24 
       
    25 import static org.junit.Assert.*;
       
    26 
    26 
    27 /**
    27 /**
    28  * Test the HelpTargetStreamConsumer.
    28  * Test the HelpTargetStreamConsumer.
    29  *
    29  *
    30  */
    30  */