buildframework/helium/sf/java/core/tests/src/com/nokia/helium/core/plexus/tests/TestStreamRecorder.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.*;
    19 import static org.junit.Assert.assertTrue;
    20 
    20 
    21 import org.junit.Test;
    21 import org.junit.Test;
    22 
    22 
    23 import com.nokia.helium.core.plexus.StreamRecorder;
    23 import com.nokia.helium.core.plexus.StreamRecorder;
    24 
    24