buildframework/helium/sf/java/core/tests/src/com/nokia/helium/core/plexus/tests/TestCommandBase.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.core.plexus.tests;
    17 package com.nokia.helium.core.plexus.tests;
    18 
    18 
       
    19 import static org.junit.Assert.assertTrue;
       
    20 import static org.junit.Assert.fail;
    19 import hidden.org.codehaus.plexus.interpolation.os.Os;
    21 import hidden.org.codehaus.plexus.interpolation.os.Os;
    20 
    22 
    21 import java.util.Hashtable;
    23 import java.util.Hashtable;
    22 
    24 
    23 import org.junit.Test;
    25 import org.junit.Test;
    24 import static org.junit.Assert.*;
       
    25 
    26 
    26 import com.nokia.helium.core.plexus.CommandBase;
    27 import com.nokia.helium.core.plexus.CommandBase;
    27 import com.nokia.helium.core.plexus.StreamRecorder;
    28 import com.nokia.helium.core.plexus.StreamRecorder;
    28 
    29 
    29 /**
    30 /**